summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
AgeCommit message (Expand)Author
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
2010-11-30Add support for HACX v1.2 IWAD file.Simon Howard
2009-12-27Oops.Simon Howard
2009-12-27Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files,Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-06-07Add IWAD search dirs for Windows CE.Simon Howard
2009-06-06Don't check for Steam/CD installer versions on Windows CE.Simon Howard
2009-01-07Create the ~/.chocolate-doom/savegames directory on startup if it doesSimon Howard
2008-07-25Initial chex.exe emulation.Simon Howard
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
2008-02-05fix a few warningsRussell Rice
2007-08-08Remove M_FileExists check for steam directories and add them as possibleSimon Howard
2007-08-08Add the default DEICE install directories to the IWAD search path onSimon Howard
2007-08-08Match steam IWAD directory order to IWAD search order.Simon Howard
2007-08-08Add temporary debugging messages for Steam support.Simon Howard
2007-08-08Don't assume Steam InstallPath ends in a \Simon Howard
2007-08-07All of the steam IWADs are in \base subdirectories.Simon Howard
2007-08-07Autodetect IWADs installed by Steam.Simon Howard
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
2007-03-26Search WAD search dirs when loading dehacked patches.Simon Howard
2007-03-10Lots of changes/additions:Russell Rice
2007-02-10Don't prepend a superfluous './' to the path when searching the currentSimon 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
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-22Add definitions for PATH and directory separators.Simon Howard
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