fruitjam-doom/setup
GhostlyDeath 48fb43843c Updated VC9 project, -setup and -server now build correctly
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1001
2008-01-16 14:33:08 +00:00
..
.gitignore Add *.exe to svn:ignore. 2007-06-09 18:00:19 +00:00
chocolate-setup-res.rc.in Add icon for setup tool. 2006-12-16 00:58:12 +00:00
chocolate_setup_icon.c Update to latest version of chocolate-setup icon. 2006-12-19 23:04:04 +00:00
compatibility.c Standardise setup config variable names on the same variable names used 2006-10-22 22:10:08 +00:00
compatibility.h Standardise setup config variable names on the same variable names used 2006-10-22 22:10:08 +00:00
configfile.c Disable "saving config in ... " message for setup (thanks MikeRS) 2007-09-02 20:17:19 +00:00
configfile.h Make the "test controls" option work - write the current config to 2006-10-25 18:12:08 +00:00
display.c Remove "startup delay" from the setup display configuration dialog. 2007-07-05 11:57:18 +00:00
display.h Add an extra option to chocolate-setup on Windows to allow the video 2007-02-23 23:41:58 +00:00
execute.c Use _spawnv() to invoke Doom under Windows, rather than system(). Fixes 2007-11-23 18:26:40 +00:00
execute.h Add '-findiwads' command line hack so that the setup program can find 2006-12-23 21:24:56 +00:00
joystick.c Shut up signed / unsigned comparison warnings. 2007-10-18 23:54:11 +00:00
joystick.h Add new configuration options for the mouse and joystick for controls 2007-06-20 00:37:40 +00:00
keyboard.c Add arrlen() macro as a clearer way of doing sizeof(array) / 2007-06-21 11:33:46 +00:00
keyboard.h Add config file option to enable/disable native keyboard bindings. 2007-03-16 21:43:28 +00:00
m_argv.c Updated VC9 project, -setup and -server now build correctly 2008-01-16 14:33:08 +00:00
m_argv.h Add m_argv.[ch] from Doom, fix up configfile.c so that it compiles 2006-10-23 18:00:30 +00:00
mainmenu.c Clearer prompt when asking whether to save settings on exit of setup. 2007-07-05 12:06:10 +00:00
Makefile.am Initial joystick support. 2007-05-31 23:16:23 +00:00
mouse.c Shut up compiler warning. 2007-07-10 13:37:44 +00:00
mouse.h Add new configuration options for the mouse and joystick for controls 2007-06-20 00:37:40 +00:00
multiplayer.c Shut up signed / unsigned comparison warnings. 2007-10-18 23:54:11 +00:00
multiplayer.h Fix player name option in setup tool. 2006-10-24 19:50:00 +00:00
sound.c Add configuration file variable to change the sound sample rate 2007-06-14 21:45:50 +00:00
sound.h Add configuration file variable to change the sound sample rate 2007-06-14 21:45:50 +00:00
txt_joybinput.c Don't allow two actions bound to the same button in setup. 2007-06-22 19:14:49 +00:00
txt_joybinput.h Oops! 2007-06-04 18:34:51 +00:00
txt_keyinput.c Fix discrepancy between Doom and setup program when prompting for keys. 2007-03-09 12:35:18 +00:00
txt_keyinput.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00
txt_mouseinput.c Allow more than the standard three mouse buttons to be defined through 2007-07-29 23:41:12 +00:00
txt_mouseinput.h Add missing copyright notices to textscreen and setup files. 2006-08-31 20:40:48 +00:00