summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-23Add an extra option to chocolate-setup on Windows to allow the videoSimon Howard
2007-02-23Add a configuration file value to allow the SDL video driver to beSimon Howard
2007-02-15Really fix the menu corruption bug.Simon Howard
2007-02-14Make I_Error call abort() instead of exit(), so that we can get aSimon Howard
2007-02-14Expand buffer length to fix bug on Windows with cycling character on theSimon Howard
2007-02-14Read sound length as a 32 bit field, not 16 bit. Fixes death sound inSimon Howard
2007-02-10Don't prepend a superfluous './' to the path when searching the currentSimon Howard
2007-02-07Revert previous change: throwing away the key state seems to be the DoomSimon Howard
2007-02-07Don't throw away keypress state when passing between levels - allowsSimon Howard
2007-02-01Search IWAD search directories when loading PWAD files.Simon Howard
2007-01-14Fix savegamedir directory generation.Simon Howard
2007-01-14Change interpretation of DOOMWADDIR to the classic behavior: a singleSimon Howard
2007-01-08More helpful SDL_mixer error messages.Simon Howard
2007-01-08Bomb out with an error in configure if SDL_mixer or SDL_net are notSimon Howard
2007-01-07Display a message on the console with details when WAD/DEH checksums doSimon Howard
2007-01-06Set svn:ignore properties on directories.Simon Howard
2007-01-06Hide the mouse cursor using SDL_SetCursor to a blank cursor, notSimon Howard
2007-01-06temp -> tempdirRussell Rice
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
2007-01-05Fix Batman Doom example in README.Simon Howard
2007-01-05Make the WADs input box wider. Rename labels in the start multiplayerSimon Howard
2007-01-05Add quit prompt message missing in the Doom source release.Simon Howard
2007-01-05Move response file code to m_argv.cSimon Howard
2007-01-05Clear the current value when entering a new value in number input boxes.Simon Howard
2007-01-05Fix typing '_' and '+' in textscreen code.Simon Howard
2007-01-02Replace WINDOWS define with _WIN32Russell Rice
2007-01-02sys/wait.h does not exist on windows (thank mingw for sucking), addRussell Rice
2006-12-26Remove command line options from README; move to autogenerated CMDLINESimon Howard
2006-12-26On OSX, make MIDI music disabled by default. There are problems with theSimon Howard
2006-12-25Fix default network port in chocolate-setup.Simon Howard
2006-12-25Fix up some text escaping errors. Add wikitext output for docgen.Simon Howard
2006-12-24Fix setup tool crash when no IWADs found.Simon Howard
2006-12-24Update TODO.Simon Howard
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
2006-12-24Include "SDL.h", not <SDL.h>, as per http://www.libsdl.org/faq.phpSimon Howard
2006-12-24Add new item for TODO.Simon Howard
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
2006-12-23update cb project filesRussell Rice
2006-12-23Fix my email address.Simon Howard
2006-12-23Add config.h for codeblocks build :-)Simon Howard
2006-12-22Add definitions for PATH and directory separators.Simon Howard
2006-12-22Update NEWS.Simon Howard
2006-12-22Add MSVC inttypes.h and stdint.h implementations: might be useful in theSimon Howard
2006-12-22Switch from stdint.h to inttypes.h (which includes stdint.h). OldSimon Howard
2006-12-22Update TODO - registry stuff is now done.Simon Howard
2006-12-22update cb project for d_iwad.*Russell Rice
2006-12-22Shut up compiler warnings.Simon Howard
2006-12-21Add registry key for Doom 95 shareware version.Simon Howard
2006-12-21Split off IWAD-related code into separate d_iwad.c. On Windows, searchSimon Howard
2006-12-19Update to latest version of chocolate-setup icon.Simon Howard