summaryrefslogtreecommitdiff
path: root/src/d_mode.c
AgeCommit message (Collapse)Author
2014-05-10Fix compilation error with Clangalexey.lysiuk
No more 'control may reach end of non-void function' error
2014-05-05Clean up file headers.Simon Howard
This change rewrites and simplifies the copyright headers at the top of all source files: * Remove "Emacs style mode select" line; this line was included in the headers for the originally released source files and appears to be to set the file type for old versions of Emacs. I'm not sure entirely why it was required but I don't think it is any more. * Remove "You should have received a copy of..." text from copyright header. This refers to the old 59 Temple Place address where the FSF headquarters used to be located and is no longer correct. Rather than change to the new address, just remove the paragraph as it is superfluous anyway. This fixes #311. * Remove ---- separator lines so that the file headers are barer and more simplified.
2014-04-19Exit with error on startup if using the wrong IWAD.Simon Howard
Having multiple binaries can cause some confusion - some users try to run chocolate-doom with hexen.wad, thinking it is supported. Add a startup check that makes sure the user is not trying to start the game using the wrong IWAD file for the binary being run. This fixes #382.
2014-03-16hexen: Increase maximum level number to MAP60.Simon Howard
Hexen: Deathkings of the Dark Citadel uses levels up to MAP60, not MAP40 as used in hexen.wad. Bump up the limit for Hexen to MAP60 so that it is possible to play multiplayer games with hexdd.wad loaded. Thanks to Rhiyo for the bug report. This fixes #312.
2013-03-02Complete support for v1.31 behaviors in addition to v1.2, including theJames Haley
ability to save on multiple save slots. Subversion-branch: /branches/v2-branch Subversion-revision: 2561
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-19The current Chocolate Strife code emulates v1.2, not 1.31. 1.31 supportJames Haley
is still a TODO and cannot be pursued without resolution of the keybinding issue for the menu system. Subversion-branch: /branches/v2-branch Subversion-revision: 2386
2009-07-12Add game mission/version for strife.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 1622
2009-07-11Shut up compiler warning.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1615
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
2008-11-28Add function to get the number of episodes.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1392
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
Heretic and Hexen use WAD path lookup. Subversion-branch: /branches/raven-branch Subversion-revision: 1368
2008-09-11Allow all Doom missions to use any Doom version.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1221
2008-09-10Add missing d_mode.[ch].Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1220