index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
d_iwad.c
Age
Commit message (
Expand
)
Author
2010-02-06
Merge from trunk.
Simon Howard
2010-02-05
Merge from trunk.
Simon Howard
2010-01-26
Merge from raven-branch
James Haley
2009-12-27
Oops.
Simon Howard
2009-12-27
Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files,
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-09-30
Change British English spellings to American English, for consistency.
Simon Howard
2009-07-12
Add strife1.wad to IWAD search list.
Simon Howard
2009-06-09
Merge from trunk.
Simon Howard
2009-06-07
Add IWAD search dirs for Windows CE.
Simon Howard
2009-06-06
Don't check for Steam/CD installer versions on Windows CE.
Simon Howard
2009-05-10
Use the internal IWAD search for the setup multiplayer dialogs rather
Simon Howard
2009-01-07
Create the ~/.chocolate-doom/savegames directory on startup if it does
Simon Howard
2008-12-05
Auto-select the game type based on detected IWADs. If IWADs from
Simon Howard
2008-12-03
Oops.
Simon Howard
2008-12-03
Centralise the list of IWAD files and use bitmasks to select which
Simon Howard
2008-10-03
Fix Steam search path for Heretic.
Simon Howard
2008-09-30
Add steam paths for finding Heretic/Hexen IWAD files.
Simon Howard
2008-09-30
Move d_iwad.c into common code and update Heretic to use it on startup
Simon Howard
2008-09-06
Move doom-specific files to a separate directory.
Simon Howard
2008-07-25
Initial chex.exe emulation.
Simon Howard
2008-03-09
Split out configuration file code from m_misc.c into m_config.c. Move
Simon Howard
2008-02-05
fix a few warnings
Russell Rice
2007-08-08
Remove M_FileExists check for steam directories and add them as possible
Simon Howard
2007-08-08
Add the default DEICE install directories to the IWAD search path on
Simon Howard
2007-08-08
Match steam IWAD directory order to IWAD search order.
Simon Howard
2007-08-08
Add temporary debugging messages for Steam support.
Simon Howard
2007-08-08
Don't assume Steam InstallPath ends in a \
Simon Howard
2007-08-07
All of the steam IWADs are in \base subdirectories.
Simon Howard
2007-08-07
Autodetect IWADs installed by Steam.
Simon Howard
2007-06-21
Add arrlen() macro as a clearer way of doing sizeof(array) /
Simon Howard
2007-03-26
Search WAD search dirs when loading dehacked patches.
Simon Howard
2007-03-10
Lots of changes/additions:
Russell Rice
2007-02-10
Don't prepend a superfluous './' to the path when searching the current
Simon Howard
2007-02-01
Search IWAD search directories when loading PWAD files.
Simon Howard
2007-01-14
Fix savegamedir directory generation.
Simon Howard
2007-01-14
Change interpretation of DOOMWADDIR to the classic behavior: a single
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-22
Add definitions for PATH and directory separators.
Simon Howard
2006-12-22
Shut up compiler warnings.
Simon Howard
2006-12-21
Add registry key for Doom 95 shareware version.
Simon Howard
2006-12-21
Split off IWAD-related code into separate d_iwad.c. On Windows, search
Simon Howard