Age | Commit message (Expand) | Author |
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 |
2006-09-02 | Add -nwtmerge option, which behaves the same as NWT's -merge option. What this | Simon Howard |
2006-09-01 | Sync the -loadgame parameter across all clients connected to a server. | Simon Howard |
2006-08-31 | Call R_ExecuteSetViewSize immediately after calling I_InitGraphics. | Simon Howard |
2006-08-31 | Check for 'ff_end' not 'ff_start' when displaying warning message about | Simon Howard |
2006-06-29 | Hugely refactor the response file loading code. Allow arguments to be | Simon Howard |
2006-05-25 | Put savegames in separate directories depending on the IWAD. | Simon Howard |
2006-05-22 | Allow specifying the full path and filename when playing back demos. | Simon Howard |
2006-05-19 | Add a config file setting to allow a delay to be specified on startup. | Simon Howard |
2006-05-05 | Syncronise the -timer/-avg parameters across all clients to avoid desyncs. | Simon Howard |
2006-04-09 | Broadcast searches (currently broken) | Simon Howard |
2006-04-06 | Add the ability to query the current state of servers, and '-query' | Simon Howard |
2006-03-30 | Split off timer code into separate i_timer.c file. Add d_dedicated.c | Simon Howard |
2006-03-30 | Dedicated server mode. | Simon Howard |
2006-03-25 | New feature to allow compiling without multiplayer support | Simon Howard |
2006-03-24 | Adjust anti-CPU-hogging sleep times. | Simon Howard |