summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
AgeCommit message (Expand)Author
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