summaryrefslogtreecommitdiff
path: root/src/m_config.c
AgeCommit message (Collapse)Author
2013-03-24Initial docgen changes to generate manpages for Heretic, Hexen, Strife.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2568
2013-03-03Add GUS pseudo-emulation.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2566
2013-03-03Add configuration file variable to specify path to a Timidity configSimon Howard
file. Subversion-branch: /branches/v2-branch Subversion-revision: 2564
2012-02-14Don't print bogus message about config dir when there's nothing to say.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2505
2011-10-23Remove hack that forces the window to always be centered within theSimon Howard
screen. Add a configuration file variable to control where the game window should appear. Subversion-branch: /branches/v2-branch Subversion-revision: 2467
2011-09-11Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
2011-09-05Refactor savegamedir calculation code to work the same as trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2360
2011-03-06Fix up config file variables to match Vanilla.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2295
2011-03-05Add configuration parameter to limit the amount of memory used forSimon Howard
cached soundss. Subversion-branch: /branches/strife-branch Subversion-revision: 2290
2011-02-20Removed ability to disable messages, and replaced with configurationJames Haley
variable to control dialogue text messages, as in vanilla. Also, absence of voices.wad, or use of the -novoices parameter, will now properly both disable voices AND enable dialogue text. Subversion-branch: /branches/strife-branch Subversion-revision: 2268
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
2011-01-13In configuration files, use the scan code for right shift, not leftSimon Howard
shift, to match Vanilla (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2238
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-24Detect when running on Windows Vista or later, and switch to 32 bppSimon Howard
screen mode. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2167
2010-11-24Add configuration file parameter and command line option to specify theSimon Howard
screen pixel depth. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2166
2010-10-03Added beginnings of Strife hub save code. ATTN fraggle: please addJames Haley
m_saves.c to other platform builds. See also email regarding opendir etc. Subversion-branch: /branches/strife-branch Subversion-revision: 2151
2010-09-11Fix docgen error with key_multi_msgplayer8 config file variable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2064
2010-09-09Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2051
2010-09-02Added Strife keys to configuration. Note that this *depends* on theJames Haley
current behavior of Choco Doom in treating configuration variable strings as case-sensitive, because these are the real values used by Rogue in their config, and they differ from some Heretic/Hexen config strings only by case. Subversion-branch: /branches/strife-branch Subversion-revision: 2000
2010-08-31Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1987
2010-08-29Added voice volume and back flat configuration variables. Made statusJames Haley
bar redraw when menus are active as in Strife. Finished up the Strife "settings" menu which was only for sound volumes in vanilla Doom. Subversion-branch: /branches/strife-branch Subversion-revision: 1973
2010-08-09Add weapon cycling bindings for mouse and joystick buttons. Add weaponSimon Howard
cycling bindings to configuration file and setup tool. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1953
2010-07-31Add multiplayer spy key binding.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1948
2010-07-28Add config file parameter to set OPL I/O port.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1947
2010-07-10Add key bindings for multiplayer messaging.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1940
2010-07-10Add key binding to change demo recording quit key.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1939
2009-11-21Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1737
2009-11-21Don't crash if key settings are set in a configuration file that are outSimon Howard
of range (thanks entryway). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1732
2009-11-19Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes theSimon Howard
crash. Check and disable MIDI by default if using an older version of SDL on OS X. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1730
2009-06-12On Windows CE systems without a keyboard, patch the default settings toSimon Howard
use hardware keys. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1600
2009-06-12Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1596
2009-06-10Add key bindings for pause, message refresh.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1586
2009-06-09Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1579
2009-06-07Use home dir to store configuration and savegames under Windows CE.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1573
2009-06-07Fix compile with FEATURE_SOUND disabled.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1554
2009-06-05Add key binding variables for automap and weapon keys.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1551
2009-06-03Add config file variables to increase/decrease screen size.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1545
2009-06-03Add configuration file entries for menu key bindings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1543
2009-04-18Fix GetDefaultConfigDir.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1500
2009-03-08Fix -cdrom command line parameter to work with Heretic and Hexen;Simon Howard
compiles now work on Windows. Subversion-branch: /branches/raven-branch Subversion-revision: 1452
2008-12-20Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1423
2008-11-21Move setup/ into src/ and merge with main codebase. Remove duplicatedSimon Howard
code. Split out I_Endoom to separate i_endoom.c file. Subversion-branch: /branches/raven-branch Subversion-revision: 1384
2008-11-08Recreate Heretic startup progress bar using textscreen library.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1379
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
remove old code. Subversion-branch: /branches/raven-branch Subversion-revision: 1338
2008-09-27Save Heretic configuration files on exit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1294
2008-09-23Add heretic key controls to config file list. Add key binding code toSimon Howard
heretic/d_main.c and change g_game.c to use the common definitions. Subversion-branch: /branches/raven-branch Subversion-revision: 1265