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