| 2007-01-08 |
| Bomb out with an error in configure if SDL_mixer or SDL_net are not found. |
Simon Howard |
88240aec |
| 2007-01-07 |
| Display a message on the console with details when WAD/DEH checksums do not match. |
Simon Howard |
1a207575 |
| 2007-01-06 |
| Set svn:ignore properties on directories. |
Simon Howard |
1041b5c5 |
| Hide the mouse cursor using SDL_SetCursor to a blank cursor, not SDL_ShowCursor. This fixes mouse lag on Windows. Thanks to entryway. |
Simon Howard |
23f18efc |
| temp -> tempdir update codeblocks projects (which is a new format, latest cb svn build is needed) |
Russell Rice |
1d3e9a56 |
| Choose the locations for temporary files more intelligently. |
Simon Howard |
cb7cf979 |
| 2007-01-05 |
| Fix Batman Doom example in README. |
Simon Howard |
a4fec80d |
| Make the WADs input box wider. Rename labels in the start multiplayer game dialog. |
Simon Howard |
4daa4015 |
| Add quit prompt message missing in the Doom source release. |
Simon Howard |
78a2c031 |
| Move response file code to m_argv.c |
Simon Howard |
f670f600 |
| Clear the current value when entering a new value in number input boxes. |
Simon Howard |
a64a06c4 |
| Fix typing '_' and '+' in textscreen code. |
Simon Howard |
8ac5ecc6 |
| 2007-01-02 |
| Replace WINDOWS define with _WIN32 Update Codeblocks project |
Russell Rice |
712ce114 |
| sys/wait.h does not exist on windows (thank mingw for sucking), add WIFEXITED and WEXITSTATUS macros so it can compile under windows. |
Russell Rice |
d66cbb5f |
| 2006-12-26 |
| Remove command line options from README; move to autogenerated CMDLINE file. |
Simon Howard |
b826c469 |
| On OSX, make MIDI music disabled by default. There are problems with the native MIDI code in SDL_mixer. |
Simon Howard |
502ff6a6 |
| 2006-12-25 |
| Fix default network port in chocolate-setup. |
Simon Howard |
caf76f0e |
| Fix up some text escaping errors. Add wikitext output for docgen. |
Simon Howard |
2ac909b5 |
| 2006-12-24 |
| Fix setup tool crash when no IWADs found. |
Simon Howard |
3a0c475b |
| Update TODO. |
Simon Howard |
1e8a54f1 |
| Javadoc-style self-documenting system for command line options. |
Simon Howard |
0d3b41b4 |
| Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php |
Simon Howard |
fd1d0774 |
| Add new item for TODO. |
Simon Howard |
7dd79945 |
| 2006-12-23 |
| Add '-findiwads' command line hack so that the setup program can find out what games are installed. Provide a drop-down list in setup to allow the game type to be selected. |
Simon Howard |
052741d3 |
| update cb project files |
Russell Rice |
8630d099 |
| Fix my email address. |
Simon Howard |
6ccd20fe |
| Add config.h for codeblocks build :-) |
Simon Howard |
051a6d88 |
| 2006-12-22 |
| Add definitions for PATH and directory separators. Allow multiple directories to be specified in DOOMWADDIR, in the same way as PATH. Make -iwad search through all search paths for the specified IWAD. |
Simon Howard |
4df4383d |
| Update NEWS. |
Simon Howard |
eaa92320 |
| Add MSVC inttypes.h and stdint.h implementations: might be useful in the future. |
Simon Howard |
280cf312 |
| Switch from stdint.h to inttypes.h (which includes stdint.h). Old pre-C99 versions of Solaris only have inttypes.h. |
Simon Howard |
c32343e8 |
| Update TODO - registry stuff is now done. |
Simon Howard |
38276bb0 |
| update cb project for d_iwad.* |
Russell Rice |
fef4ddfc |
| Shut up compiler warnings. |
Simon Howard |
fe2d6dc9 |
| 2006-12-21 |
| Add registry key for Doom 95 shareware version. |
Simon Howard |
2e510589 |
| Split off IWAD-related code into separate d_iwad.c. On Windows, search the registry to automatically find the locations of installed IWADs. |
Simon Howard |
37c6b721 |
| 2006-12-19 |
| Update to latest version of chocolate-setup icon. |
Simon Howard |
f7a83bd1 |
| Update email address. Remove list of chocolate-doom.cfg options; it's easier to just use the setup tool. The list of command line options is also in dire need of updating ... |
Simon Howard |
3e0f5131 |
| 2006-12-18 |
| make icons a little smoother around the edges |
Russell Rice |
28e8f47b |
| Add missing copyright statement, comments. |
Simon Howard |
29ee554a |
| x3, x4 aspect ratio corrected scale functions. |
Simon Howard |
0cc2ad38 |
| 2006-12-17 |
| Make numbers in the chat macros configuration screen match the keyboard keys used to activate them. |
Simon Howard |
de979570 |
| Update TODO |
Simon Howard |
cc5babf0 |
| 2006-12-16 |
| Allow -warp 1 to warp to E1M1, -warp 2 -> E2M1, etc. when playing Doom 1. Thanks for RazTK for pointing this out. |
Simon Howard |
66650c0a |
| Fix value in autoadjust message. |
Simon Howard |
790a207f |
| Add icon to chocolate-setup binary when built |
Russell Rice |
fda01561 |
| Add aspect ratio correction to setup tool. Redesign the display settings dialog. |
Simon Howard |
877604dc |
| Add function to set radio button labels. |
Simon Howard |
20a1417b |
| Make dropdown lists emit a signal when set. |
Simon Howard |
e54cabaa |
| Add icon for setup tool. |
Simon Howard |
2aa16d0f |