Age | Commit message (Expand) | Author |
2011-10-22 | Fix teleport behavior when emulating the alternate Final Doom | Simon Howard |
2011-09-17 | Refactor query code so that it is possible to query by polling, rather | Simon Howard |
2011-05-17 | Detect chex.deh if it is in the same directory as the IWAD file. | Simon Howard |
2011-03-09 | Add support for the alternate version of the Final Doom executable that | Simon Howard |
2010-12-28 | Make demo loop handling of DEMO4 case depend on the executable version | Simon Howard |
2010-12-25 | Remove the -wart parameter (thanks Sander van Dijk). | Simon Howard |
2010-12-18 | Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but | Simon Howard |
2010-12-14 | Check that an address is provided to the -query command line option | Simon Howard |
2010-12-04 | Rename search command line options: -search to search the Internet, | Simon Howard |
2010-12-04 | Fix formatting for -masterquery to match -search. | Simon Howard |
2010-12-02 | More refactoring of querying code, to not be specific to the purpose of | Simon Howard |
2010-12-02 | Refactor query code and add a -masterquery command line parameter to | Simon Howard |
2010-11-30 | Remove "-debugfile" command line option and associated variable. | Simon Howard |
2010-11-30 | Add support for HACX v1.2 IWAD file. | Simon Howard |
2010-11-27 | Fix -timer / -avg options to work like Vanilla when playing demos. | Simon Howard |
2010-05-01 | Silence printf(DEH_String(...)) warnings, by providing a DEH_printf | Simon Howard |
2009-09-30 | Change British English spellings to American English, for consistency. | Simon Howard |
2009-06-12 | On Windows CE systems without a keyboard, patch the default settings to | Simon Howard |
2009-06-07 | Remove call to setbuf. | Simon Howard |
2008-09-21 | Don't play DEMO4 if gameversion is emulating chex.exe - it only plays | Simon Howard |
2008-08-24 | Update missing chex.deh to reference its location in the idgames | Simon Howard |
2008-08-02 | Search for chex.deh in WAD path. | Simon Howard |
2008-07-31 | Automatically load chex.deh on startup if playing in chex mode. | Simon Howard |
2008-07-25 | Initial chex.exe emulation. | Simon Howard |
2008-05-02 | Add W_CacheLumpNum,Name API to WAD code for releasing a lump back to | Simon Howard |
2008-03-09 | Split out configuration file code from m_misc.c into m_config.c. Move | Simon Howard |
2007-12-13 | Add @vanilla tag for Vanilla doom command line options. Add missing | Simon Howard |
2007-06-22 | Replace 35 with TICRATE where appropriate. | Simon Howard |
2007-06-21 | Add arrlen() macro as a clearer way of doing sizeof(array) / | Simon Howard |
2007-06-17 | Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound | Simon Howard |
2007-05-20 | Initialise sound before network setup to fix bug with sound effects not | Simon Howard |
2007-05-16 | Rejig net_cl_new_sync and drone to be in d_net.c instead of | Simon Howard |
2007-02-01 | Search IWAD search directories when loading PWAD files. | Simon Howard |
2007-01-05 | Move response file code to m_argv.c | Simon Howard |
2006-12-24 | Javadoc-style self-documenting system for command line options. | Simon Howard |
2006-12-23 | Add '-findiwads' command line hack so that the setup program can find | Simon Howard |
2006-12-21 | Split off IWAD-related code into separate d_iwad.c. On Windows, search | Simon Howard |
2006-12-16 | Allow -warp 1 to warp to E1M1, -warp 2 -> E2M1, etc. when playing Doom | Simon Howard |
2006-11-14 | Support running as a screensaver under X! | Simon Howard |
2006-10-25 | Don't print arguments read from response files - Vanilla Doom doesn't do | Simon Howard |
2006-10-23 | Move MakeDirectory function into m_misc.c. Move configdir related code | Simon Howard |
2006-10-18 | Shut up warnings in w_wad.c. | Simon Howard |
2006-10-18 | Strip out CVS logs, RCS Id tags. | Simon Howard |
2006-09-29 | Working drone clients! | Simon Howard |
2006-09-25 | Don't disable screen melt entirely in testcontrols mode; just on startup. | Simon Howard |
2006-09-25 | Add "test controls" mode - for setup.exe in the future. Start straight | Simon Howard |
2006-09-22 | Add DEH_String() conversions on more strings that are not being converted. | Simon Howard |
2006-09-21 | "\0" != NULL | Simon Howard |
2006-09-21 | Fix a lot of warnings (for fussy compilers) and one always-true check | Russell Rice |
2006-09-20 | Make sure modified copyright banners always end in a newline. If they don't, add | Simon Howard |