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
/
m_config.c
Age
Commit message (
Expand
)
Author
2011-09-05
Refactor savegamedir calculation code to work the same as trunk.
Simon Howard
2011-02-12
Merge from trunk.
Simon Howard
2011-01-13
In configuration files, use the scan code for right shift, not left
Simon Howard
2010-12-18
Add a M_CheckParmWithArgs function, that behaves like M_CheckParm but
Simon Howard
2010-12-10
Merge from trunk. This is slightly out of date as I did the merge
Simon Howard
2010-11-24
Detect when running on Windows Vista or later, and switch to 32 bpp
Simon Howard
2010-11-24
Add configuration file parameter and command line option to specify the
Simon Howard
2010-09-11
Fix docgen error with key_multi_msgplayer8 config file variable.
Simon Howard
2010-08-31
Merge from trunk.
Simon Howard
2010-08-09
Add weapon cycling bindings for mouse and joystick buttons. Add weapon
Simon Howard
2010-07-31
Add multiplayer spy key binding.
Simon Howard
2010-07-28
Add config file parameter to set OPL I/O port.
Simon Howard
2010-07-10
Add key bindings for multiplayer messaging.
Simon Howard
2010-07-10
Add key binding to change demo recording quit key.
Simon Howard
2009-11-21
Merge from trunk.
Simon Howard
2009-11-21
Don't crash if key settings are set in a configuration file that are out
Simon Howard
2009-11-19
Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes the
Simon Howard
2009-06-12
On Windows CE systems without a keyboard, patch the default settings to
Simon Howard
2009-06-12
Merge from trunk.
Simon Howard
2009-06-10
Add key bindings for pause, message refresh.
Simon Howard
2009-06-09
Merge from trunk.
Simon Howard
2009-06-07
Use home dir to store configuration and savegames under Windows CE.
Simon Howard
2009-06-07
Fix compile with FEATURE_SOUND disabled.
Simon Howard
2009-06-05
Add key binding variables for automap and weapon keys.
Simon Howard
2009-06-03
Add config file variables to increase/decrease screen size.
Simon Howard
2009-06-03
Add configuration file entries for menu key bindings.
Simon Howard
2009-04-18
Fix GetDefaultConfigDir.
Simon Howard
2009-03-08
Fix -cdrom command line parameter to work with Heretic and Hexen;
Simon Howard
2008-12-20
Merge from trunk.
Simon Howard
2008-11-21
Move setup/ into src/ and merge with main codebase. Remove duplicated
Simon Howard
2008-11-08
Recreate Heretic startup progress bar using textscreen library.
Simon Howard
2008-11-02
Fix up raven-branch copyright notices.
Simon Howard
2008-10-31
- Delete the "all-in-one" project file and rename the solution file to
Russell Rice
2008-10-08
Switch configuration file code to common configuration file code, and
Simon Howard
2008-09-27
Save Heretic configuration files on exit.
Simon Howard
2008-09-23
Add heretic key controls to config file list. Add key binding code to
Simon Howard
2008-09-11
Refactor configuration file system to allow configuration file variables
Simon Howard
2008-09-10
Split out variables for controls into common m_controls.c.
Simon Howard
2008-09-07
Move dehacked code to doom/. Split dehacked string replacement code into
Simon Howard
2008-09-06
Remove includes of doomdef.h where possible, move generic parts into top
Simon Howard
2008-04-15
Make use_libsamplerate be an integer value that controls conversion
Simon Howard
2008-03-09
Split out configuration file code from m_misc.c into m_config.c. Move
Simon Howard