summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Expand)Author
2011-02-28Fix autoadjust of pixel depth in setup tool.Simon Howard
2011-01-31When large numbers of screen resolutions are detected, increase theSimon Howard
2011-01-23Fix default joystick buttons in setup tool to match Vanilla (thanksSimon Howard
2011-01-13In configuration files, use the scan code for right shift, not leftSimon Howard
2011-01-02Restore window title when changing video driver in setup tool (thanksSimon Howard
2010-12-25Pass through all command line arguments specified to the setup tool toSimon Howard
2010-12-19Change setup tool skill level names to match Doom's "new game" menuSimon Howard
2010-12-12Add -privateserver and -servername options to chocolate-server manpage.Simon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2010-12-10Add "warp" menu to the main menu of the setup tool, like VanillaSimon Howard
2010-11-29Auto-adjust the screen color depth if the configured color depth is notSimon Howard
2010-11-27Add dropdown list to setup tool to select screen BPP.Simon Howard
2010-11-24Detect when running on Windows Vista or later, and switch to 32 bppSimon Howard
2010-11-24Add configuration file parameter and command line option to specify theSimon Howard
2010-08-31Add weapon cycling buttons to joystick button list.Simon Howard
2010-08-21Change default mouse acceleration in setup tool to match the game'sSimon Howard
2010-08-21"Bug fix".Simon Howard
2010-08-20Extend mouse code to support up to 8 buttons (allows mouse wheel to beSimon Howard
2010-08-09Add weapon cycling bindings for mouse and joystick buttons. Add weaponSimon Howard
2010-07-31Add multiplayer spy key binding.Simon Howard
2010-07-28Add config file parameter to set OPL I/O port.Simon Howard
2010-07-10Add key bindings for multiplayer messaging.Simon Howard
2010-07-10Add key binding to change demo recording quit key.Simon Howard
2010-03-08Use native MIDI music by default.Simon Howard
2010-01-27Merge from trunk.Simon Howard
2010-01-27Add tags files to svn:ignore properties.Simon Howard
2009-12-18Fix poor quality application icons seen when the game is running.Simon Howard
2009-12-18Update generated source files containing icon data.Simon Howard
2009-12-18Make ExecuteCommand() under Unix return a failure when the executableSimon Howard
2009-12-14Use GetModuleFileNameW to get the (Unicode) path to the Doom executable.Simon Howard
2009-12-09Fix the setup tool on Windows Vista/7 to not prompt for elevatedSimon Howard
2009-11-21Use execvp() rather than execv(), to look up Doom binary in the PATH ifSimon Howard
2009-11-21Merge from trunk.Simon Howard
2009-11-21Apply configuration file invalid key setting fix to setup code.Simon Howard
2009-11-21Fix crash with chocolate-setup under Windows (thanks Janizdreg).Simon Howard
2009-11-19Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes theSimon Howard
2009-11-19Make chocolate-setup use its own location in the filesystem to find theSimon Howard
2009-10-16Fix compilation under MSVC (thanks entryway).Simon Howard
2009-10-04Provide pointer to STARTUPINFO structure when calling CreateProcessW, toSimon Howard
2009-10-01Merge from trunk.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-09-28Change music enable/disable control in setup tool to a dropdown list, toSimon Howard
2009-07-07Fix launching of the game from the setup tool in Windows CE.Simon Howard
2009-06-12On Windows CE systems without a keyboard, patch the default settings toSimon Howard
2009-06-11Grab the input in setup when reading a new key binding, so that WindowsSimon Howard
2009-06-11Include libc_wince.h on Windows CE.Simon Howard
2009-06-10Add key bindings for pause, message refresh.Simon Howard
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
2009-06-07Fix header includes (thanks exp[x])Simon Howard
2009-06-07Don't add DirectX/Windib selector on Windows CE.Simon Howard