summaryrefslogtreecommitdiff
path: root/src/m_config.c
AgeCommit message (Collapse)Author
2009-09-26Don't use snd_mport to control OPL base I/O port; Vanilla doesn't doSimon Howard
this. Subversion-branch: /branches/opl-branch Subversion-revision: 1691
2009-07-13Merge from trunk.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1624
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-10Add key bindings for pause, message refresh.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1586
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-03-10Add initial GENMIDI lump loading, OPL detection.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1456
2008-04-15Make use_libsamplerate be an integer value that controls conversionSimon Howard
quality, rather than an on/off setting. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1112
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