Age | Commit message (Expand) | Author |
2007-01-08 | More helpful SDL_mixer error messages. | Simon Howard |
2007-01-08 | Bomb out with an error in configure if SDL_mixer or SDL_net are not | Simon Howard |
2007-01-07 | Display a message on the console with details when WAD/DEH checksums do | Simon Howard |
2007-01-06 | Set svn:ignore properties on directories. | Simon Howard |
2007-01-06 | Hide the mouse cursor using SDL_SetCursor to a blank cursor, not | Simon Howard |
2007-01-06 | temp -> tempdir | Russell Rice |
2007-01-06 | Choose the locations for temporary files more intelligently. | Simon Howard |
2007-01-05 | Fix Batman Doom example in README. | Simon Howard |
2007-01-05 | Make the WADs input box wider. Rename labels in the start multiplayer | Simon Howard |
2007-01-05 | Add quit prompt message missing in the Doom source release. | Simon Howard |
2007-01-05 | Move response file code to m_argv.c | Simon Howard |
2007-01-05 | Clear the current value when entering a new value in number input boxes. | Simon Howard |
2007-01-05 | Fix typing '_' and '+' in textscreen code. | Simon Howard |
2007-01-02 | Replace WINDOWS define with _WIN32 | Russell Rice |
2007-01-02 | sys/wait.h does not exist on windows (thank mingw for sucking), add | Russell Rice |
2006-12-26 | Remove command line options from README; move to autogenerated CMDLINE | Simon Howard |
2006-12-26 | On OSX, make MIDI music disabled by default. There are problems with the | Simon Howard |
2006-12-25 | Fix default network port in chocolate-setup. | Simon Howard |
2006-12-25 | Fix up some text escaping errors. Add wikitext output for docgen. | Simon Howard |
2006-12-24 | Fix setup tool crash when no IWADs found. | Simon Howard |
2006-12-24 | Update TODO. | Simon Howard |
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard |
2006-12-24 | Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.php | Simon Howard |
2006-12-24 | Add new item for TODO. | Simon Howard |
2006-12-23 | Add '-findiwads' command line hack so that the setup program can find | Simon Howard |
2006-12-23 | update cb project files | Russell Rice |
2006-12-23 | Fix my email address. | Simon Howard |
2006-12-23 | Add config.h for codeblocks build :-) | Simon Howard |
2006-12-22 | Add definitions for PATH and directory separators. | Simon Howard |
2006-12-22 | Update NEWS. | Simon Howard |
2006-12-22 | Add MSVC inttypes.h and stdint.h implementations: might be useful in the | Simon Howard |
2006-12-22 | Switch from stdint.h to inttypes.h (which includes stdint.h). Old | Simon Howard |
2006-12-22 | Update TODO - registry stuff is now done. | Simon Howard |
2006-12-22 | update cb project for d_iwad.* | Russell Rice |
2006-12-22 | Shut up compiler warnings. | Simon Howard |
2006-12-21 | Add registry key for Doom 95 shareware version. | Simon Howard |
2006-12-21 | Split off IWAD-related code into separate d_iwad.c. On Windows, search | Simon Howard |
2006-12-19 | Update to latest version of chocolate-setup icon. | Simon Howard |
2006-12-19 | Update email address. Remove list of chocolate-doom.cfg options; it's | Simon Howard |
2006-12-18 | make icons a little smoother around the edges | Russell Rice |
2006-12-18 | Add missing copyright statement, comments. | Simon Howard |
2006-12-18 | x3, x4 aspect ratio corrected scale functions. | Simon Howard |
2006-12-17 | Make numbers in the chat macros configuration screen match the keyboard | Simon Howard |
2006-12-17 | Update TODO | Simon Howard |
2006-12-16 | Allow -warp 1 to warp to E1M1, -warp 2 -> E2M1, etc. when playing Doom | Simon Howard |
2006-12-16 | Fix value in autoadjust message. | Simon Howard |
2006-12-16 | Add icon to chocolate-setup binary when built | Russell Rice |
2006-12-16 | Add aspect ratio correction to setup tool. Redesign the display settings | Simon Howard |
2006-12-16 | Add function to set radio button labels. | Simon Howard |
2006-12-16 | Make dropdown lists emit a signal when set. | Simon Howard |