| 2008-05-02 |
| Fix up some more code calling Z_Free instead of W_ReleaseLumpNum. |
Simon Howard |
e33dbd82 |
| Add W_CacheLumpNum,Name API to WAD code for releasing a lump back to cache when it is no longer needed. Switch existing code to use the new API instead of Z_ChangeTag. |
Simon Howard |
3f54daea |
| Add WAD I/O abstraction layer - first step for mmapped WAD access. |
Simon Howard |
6b1ac97d |
| 2008-04-26 |
| "Python Image Library" -> "Python Imaging Library" (thanks exp(x)). |
Simon Howard |
05ad516a |
| Add new Chocolate Doom icon. |
Simon Howard |
3c0abe55 |
| 2008-04-25 |
| Generate transparency mask for the application icon from black parts of the image. |
Simon Howard |
fa497db8 |
| 2008-04-23 |
| VC++ Project now builds |
GhostlyDeath |
47a4af66 |
| 2008-04-20 |
| Bump version to 1.1.1, update ChangeLog and NEWS. |
Simon Howard |
d71c67a0 |
| 2008-04-19 |
| Fix build problem when libsamplerate support is enabled. |
Simon Howard |
c83f0c2d |
| Bump version to 1.1.0, update ChangeLog and NEWS. |
Simon Howard |
3fd3abaf |
| Fix some more warnings. |
Simon Howard |
496a9e8b |
| Fix warning. |
Simon Howard |
226cf56d |
| Don't successfully save a savegame if a buffer overrun occurs, and don't overwrite the existing savegame. |
Simon Howard |
974228a5 |
| Update NEWS. |
Simon Howard |
33616f49 |
| 2008-04-16 |
| Update some of the documentation. |
Simon Howard |
2b22bd24 |
| 2008-04-15 |
| Make the BSD PC speaker driver work on FreeBSD. |
Simon Howard |
125f86e1 |
| Make use_libsamplerate be an integer value that controls conversion quality, rather than an on/off setting. |
Simon Howard |
46a5fbdc |
| Fix bug with joystick configuration. |
Simon Howard |
0910b7ef |
| 2008-04-02 |
| April Fools! |
Simon Howard |
ecb28993 |
| 2008-04-01 |
| Flip all levels on load - the game is more fun this way. |
Simon Howard |
abdfcab7 |
| 2008-03-30 |
| Fix an error message |
Russell Rice |
eb01b47d |
| 2008-03-15 |
| Fix build of Chocolate Server |
Russell Rice |
90ba97b3 |
| 2008-03-13 |
| Display a warning message if use_libsamplerate != 0, but libsamplerate support is not compiled in. |
Simon Howard |
aa1aed33 |
| Apply SRC patch from David Flater. |
Simon Howard |
de318a6f |
| 2008-03-12 |
| Add "see also" sections to manpages and GPL note. Add "files" section to chocolate-doom.6 |
Simon Howard |
0b01221f |
| 2008-03-09 |
| update codeblocks project to reflect previous commit changes |
Russell Rice |
5f3ddae5 |
| Split out configuration file code from m_misc.c into m_config.c. Move screenshot code into v_video.c Add M_FileLength common function for finding the length of an open file. |
Simon Howard |
f9b29073 |
| 2008-02-28 |
| Move vc9/ project files into the msvc/ directory and update the README file for the MSVC files. |
Simon Howard |
6121dd5e |
| Fix MSVC project file and resource file for new filenames. |
Simon Howard |
a1125572 |
| Add fixes for MSVC warnings (thanks entryway). |
Simon Howard |
99358604 |
| 2008-02-26 |
| Update NEWS. |
Simon Howard |
c59c78f9 |
| Don't sort config file variables alphabetically. Throw an exception for unknown documentation comments. |
Simon Howard |
0c2b0232 |
| Minor config file documentation fixes. |
Simon Howard |
cb771394 |
| 2008-02-25 |
| Replace manpage header, footer, environment files with a single template file. Generate documentation for the default.cfg and chocolate-doom.cfg configuration files. |
Simon Howard |
3951c995 |
| 2008-02-24 |
| Switch to using CONFIG_VARIABLE_ macros for the configuration file tables. Add documentation for each value (for autogenerating documentation). |
Simon Howard |
7329c58b |
| Fix leftover "junk" displayed on the screen on the initial melt when using -warp. |
Simon Howard |
7a3ec6c6 |
| 2008-02-23 |
| Perform a low-pass filter of converted sounds to filter out high-frequency noise from the upscaling process. |
Simon Howard |
8c084734 |
| 2008-02-21 |
| Shut up compile warning. |
Simon Howard |
8764a4a9 |
| 2008-02-17 |
| Add command line option for server to allow client version checking to be disabled. |
Simon Howard |
2b978dbd |
| 2008-02-13 |
| Don't try to precache sound effects that don't exist. |
Simon Howard |
72bdda2c |
| 2008-02-12 |
| Add comment. |
Simon Howard |
52228a0b |
| Use SRC_SINC_FASTEST for speed when using libsamplerate for conversions, and precache all sound effects for speed. |
Simon Howard |
7859a115 |
| Add use_libsamplerate variable to setup. |
Simon Howard |
88e70502 |
| Set the default startup_delay to 1s. |
Simon Howard |
53fa6c27 |
| 2008-02-11 |
| Add support for sample rate conversion using libsamplerate (thanks to David Flater for this patch). |
Simon Howard |
4f16d816 |
| 2008-02-10 |
| Fix compiler warnings. Refactor the intercepts overrun code so that it should work properly on big endian machines as well as little endian machines. |
Simon Howard |
7db1399a |
| 2008-02-09 |
| Fix up the R_Main startup progress dots. If stdout is a file, don't display the surrounding box. |
Simon Howard |
9e165649 |
| Set the process affinity mask to 1 on Windows, to work around a bug in SDL_mixer (thanks entryway). |
Simon Howard |
7577bb41 |
| Set the SDL_VIDEODRIVER in setup, so that we get the correct modes list (different video drivers can give different results). Restart textscreen when the video driver is changed. |
Simon Howard |
aadc860d |
| Define WIN32_LEAN_AND_MEAN to fix windows build of i_system.c. |
Simon Howard |
2a464e0d |