| 2006-12-16 |
| Shut up datarootdir warnings. |
Simon Howard |
f13ccd91 |
| "\0" -> NULL |
Simon Howard |
6151447a |
| 2006-12-15 |
| Fix build Add new fields for code completion (stupid I know, but otherwise cb will probably have a fit) |
Russell Rice |
cb2b499e |
| update project file to accomodate scaling code. |
Russell Rice |
2213e743 |
| Fix episode 3 bunny end screen (oops!!!!) |
Simon Howard |
11c9d97f |
| Split off scaling code into i_scale.c. Add aspect ratio correction stretching (fullscreen 320x240, 640x480, etc)! |
Simon Howard |
265c0de3 |
| 2006-12-08 |
| Make trig tables const. |
Simon Howard |
136009e7 |
| 2006-12-06 |
| Add notes about packages to TODO. |
Simon Howard |
c1cc26b1 |
| 2006-12-05 |
| More TODO items. That's all I can think of for now. |
Simon Howard |
2a1edf60 |
| Update TODO list: remove some things which are now complete and add some new ideas. |
Simon Howard |
e6b5dcbc |
| Update BUGS list. |
Simon Howard |
15dda77c |
| Add missing #include. |
Simon Howard |
38d45b87 |
| 2006-12-01 |
| Add SPARC note to NEWS. |
Simon Howard |
e840f2d7 |
| Fixups to make compiles work under the Solaris/SPARC compiler. Thanks to Mike Spooner <spooferman@excite.com> for his work on porting this. |
Simon Howard |
75291ab3 |
| 2006-11-29 |
| Remove use of m4; use "Chocolate Doom" when referring to the program by its proper name. |
Simon Howard |
a67482a1 |
| Use my gmail.com email address. |
Simon Howard |
f29cec15 |
| 2006-11-27 |
| * removal of FEATURE_* defines from codeblocks project * silence some warnings |
Russell Rice |
bcb17676 |
| 2006-11-25 |
| Use C99 types. |
Simon Howard |
aed91e3c |
| Remove FixedDiv2; use actual fixed point version of FixedDiv (wtf?) |
Simon Howard |
9815f0f2 |
| Remove version from msvc/config.h. This is not generated automatically, so it is better to use a nonsensical version that will encourage anyone that uses it to set it properly. |
Simon Howard |
61049461 |
| 2006-11-19 |
| Silence warnings in debug build |
Russell Rice |
824508f7 |
| 2006-11-16 |
| Display lowres turning warning message client-side, not through server-side broadcast messages. This avoids the possibility of malicious servers that might not send the message. |
Simon Howard |
accfe832 |
| Increase buffer size to fixes crashes due to buffer overruns. |
Simon Howard |
9d60c396 |
| 2006-11-15 |
| Use booleans in place of ints where possible. |
Simon Howard |
2c2e33f9 |
| Fix endianness problem in mus2mid code (thanks denis) |
Simon Howard |
c440a622 |
| 2006-11-14 |
| Use getenv/putenv, not SDL_getenv/SDL_putenv. |
Simon Howard |
cbbb10ac |
| Support running as a screensaver under X! |
Simon Howard |
dd4e95dc |
| 2006-11-10 |
| Fix for playing demos on PPC (actually, fix for loading single lump files on non-little-endian machines). |
Simon Howard |
daaf0d1f |
| Add -gdi command line parameter as a shortcut for SDL_VIDEODRIVER=windib on Windows. |
Simon Howard |
1d6a613b |
| 2006-11-06 |
| Use DirectX by default on Windows. |
Simon Howard |
d0d6c729 |
| Center the mouse on startup to prevent abrupt turns when launching a game from the command line. |
Simon Howard |
3e9f2abe |
| 2006-11-02 |
| Update NEWS file. |
Simon Howard |
61e6842f |
| 2006-10-31 |
| Simulate overflowing the Doom frame table in dehacked patches (DOS dehacked's behavior). Overwrite the weaponinfo table instead when changes are made to the last element in states[]. Thanks to grazza for pointing out that Chococlate Doom did not emulate this bug. |
Simon Howard |
8258632f |
| 2006-10-28 |
| Explicitly support dehacked patches that overflow the ammo[] array with an invalid ammo type, allowing weapons that decrease the max ammo of other weapons. |
Simon Howard |
4ed8566a |
| Display a warning when setting dehacked fields that would overflow buffers in Vanilla dehacked. This should help pick up bugs like the one in Batman Doom. |
Simon Howard |
c39b3722 |
| 2006-10-27 |
| Allow multiple dehacked patches to be specified with the -deh command line paramter, as with -file. |
Simon Howard |
3579a07a |
| 2006-10-25 |
| Allow F10 to exit in testcontrols mode. |
Simon Howard |
3ab5b528 |
| "Always run" trick should only be when joyb_speed >= 10. Use 29 as the ideal value in setup as this works in Original, Ultimate and Final Doom, Heretic, Hexen and Strife. Thanks to Janizdreg for this. |
Simon Howard |
5ce7f5cd |
| Make the "test controls" option work - write the current config to temporary config files and make Doom use these when executing it. |
Simon Howard |
33304ee6 |
| Don't print arguments read from response files - Vanilla Doom doesn't do it. |
Simon Howard |
3fd97506 |
| 2006-10-24 |
| update chocolate-setup codeblocks project |
Russell Rice |
028cf7e2 |
| Don't rely on INSTALL_DIR for the Win32 build. |
Simon Howard |
da4d5c22 |
| Add missing header for Win32 build. |
Simon Howard |
f25e3e2d |
| Tweak capitalisation on the main menu to be more like setup.exe. |
Simon Howard |
5984d4f3 |
| Escape WAD filenames passed to Doom with " quotes, to allow WAD filenames with spaces. |
Simon Howard |
d331243c |
| Pass through config variables into response file when launching Doom. |
Simon Howard |
5f96cc7f |
| Fix player name option in setup tool. |
Simon Howard |
4a31b4fb |
| Make "hurt me plenty" the default skill. |
Simon Howard |
dce196fc |
| Shut up compiler warnings. |
Simon Howard |
eb0a57a2 |
| Detect failures to initialise textscreen library and bomb out with an error mess age. |
Simon Howard |
939bb4cf |