summaryrefslogtreecommitdiff
path: root/src/d_iwad.c
AgeCommit message (Collapse)Author
2014-01-19doom: Add support for Freedoom IWAD names.Simon Howard
Freedoom has new IWAD names. Support these as fallbacks if no other IWAD file can be found, but prefer FreeDM as it has Vanilla- compatible levels. Show a warning on startup if running using the main Freedoom IWADs.
2013-11-06Add Steam IWAD path for Hexen Deathkings WAD (thanks chungy).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2745
2013-11-02Add default DOS installer paths for Heretic, Hexen and Strife to IWADSimon Howard
detection code (thanks chungy). Subversion-branch: /branches/v2-branch Subversion-revision: 2741
2013-10-15Fix accidental string concatenation that broke Steam Heretic IWADSimon Howard
detection (thanks Dragonsbrethren). Subversion-branch: /branches/v2-branch Subversion-revision: 2711
2013-08-17Fix IWAD registry locations when using 64-bit Windows. Change importedSimon Howard
from Odamex r4128 (thanks AlexMax). Subversion-branch: /branches/v2-branch Subversion-revision: 2618
2013-08-11Remove Windows CE support.Simon Howard
What support exists is for obsolete devices I no longer possess; I've never been contacted about the port and it's been several years since I even bothered to build a new version. All the extra overrides are clutter that can just be removed. Subversion-branch: /branches/v2-branch Subversion-revision: 2615
2012-12-14Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2546
2012-11-12Fix registry handles not being closed (thanks Quasar).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2540
2012-10-28Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2537
2012-10-23Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for theSimon Howard
information). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2529
2011-09-24Oops.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2393
2011-09-20Add dedicated pack_chex and pack_hacx values for the Chex Quest and HacxSimon Howard
IWADs. Subversion-branch: /branches/v2-branch Subversion-revision: 2390
2011-09-20Display a warning message when trying to join a server playing a gameSimon Howard
that we don't have the IWAD for. Subversion-branch: /branches/v2-branch Subversion-revision: 2389
2011-09-11Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
2011-09-11Oops.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2366
2011-09-11Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2365
2011-09-05Refactor savegamedir calculation code to work the same as trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2360
2011-08-29Fix bug with detection of IWAD type by filename (thanks mether).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2359
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
temporarily until the netgame changes on raven-branch are finished. Subversion-branch: /branches/strife-branch Subversion-revision: 2259
2011-02-12Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2258
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
also checks that extra options were provided on the command line (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2223
2010-12-10Merge from trunk. This is slightly out of date as I did the mergeSimon Howard
several days ago. Subversion-branch: /branches/raven-branch Subversion-revision: 2212
2010-11-30Add support for HACX v1.2 IWAD file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2176
2010-09-11Added code (some possibly temporary?) to load voices.wad. Fixed severalJames Haley
problems with playing of voice sounds - especially had to add a dynamic hashtable of voice sfxinfo_t's because Choco won't tolerate overwriting them once they've been used (see channel_playing array in i_sdlsound.c) - PROBLEM: Random Z_Malloc failures when trying to play sounds. Cannot catch in debugger so far. Subversion-branch: /branches/strife-branch Subversion-revision: 2065
2010-02-06Merge from trunk.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 1849
2010-02-05Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1845
2010-01-26Merge from raven-branchJames Haley
Subversion-branch: /branches/strife-branch Subversion-revision: 1825
2009-12-27Oops.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1767
2009-12-27Allow DOOMWADDIR/DOOMWADPATH to contain the complete path to IWAD files,Simon Howard
as well as directories in which to search for IWAD files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1766
2009-11-21Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1737
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1699
2009-07-12Add strife1.wad to IWAD search list.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 1623
2009-06-09Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1579
2009-06-07Add IWAD search dirs for Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1565
2009-06-06Don't check for Steam/CD installer versions on Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1552
2009-05-10Use the internal IWAD search for the setup multiplayer dialogs ratherSimon Howard
than the -findiwads command line hack. Subversion-branch: /branches/raven-branch Subversion-revision: 1516
2009-01-07Create the ~/.chocolate-doom/savegames directory on startup if it doesSimon Howard
not exist. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1426
2008-12-05Auto-select the game type based on detected IWADs. If IWADs fromSimon Howard
multiple games are detected, pop up a dialog box to prompt the user to select a game to configure. Subversion-branch: /branches/raven-branch Subversion-revision: 1408
2008-12-03Oops.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1406
2008-12-03Centralise the list of IWAD files and use bitmasks to select whichSimon Howard
mission types are valid. Subversion-branch: /branches/raven-branch Subversion-revision: 1405
2008-10-03Fix Steam search path for Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1325
2008-09-30Add steam paths for finding Heretic/Hexen IWAD files.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1310
2008-09-30Move d_iwad.c into common code and update Heretic to use it on startupSimon Howard
to locate the IWAD file. Subversion-branch: /branches/raven-branch Subversion-revision: 1308
2008-09-06Move doom-specific files to a separate directory.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1201
2008-07-25Initial chex.exe emulation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1155
2008-03-09Split out configuration file code from m_misc.c into m_config.c. MoveSimon Howard
screenshot code into v_video.c Add M_FileLength common function for finding the length of an open file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1102
2008-02-05fix a few warningsRussell Rice
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1045
2007-08-08Remove M_FileExists check for steam directories and add them as possibleSimon Howard
search paths anyway. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 953
2007-08-08Add the default DEICE install directories to the IWAD search path onSimon Howard
Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 952
2007-08-08Match steam IWAD directory order to IWAD search order.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 951