summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Expand)Author
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
2009-06-07Use home dir to store configuration and savegames under Windows CE.Simon Howard
2009-06-07Fix setup tool display configuration dialog when fullscreen is notSimon Howard
2009-06-07Don't try to use the SDL DirectX driver under Windows CE.Simon Howard
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
2009-06-05Add key binding variables for automap and weapon keys.Simon Howard
2009-06-03Increase height of menu bindings dialog.Simon Howard
2009-06-03Use newer keyboard bindings dialog layout from raven-branch.Simon Howard
2009-06-03Add unique key groups for menu navigation and shortcuts.Simon Howard
2009-06-03Add dialog to setup tool for editing menu shortcuts.Simon Howard
2009-05-21Set display settings window position based on screen dimensions, ratherSimon Howard
2009-05-12Add option to "join game" dialog in setup tool to autojoin a LAN game.Simon Howard
2008-12-10Bump version to 1.2.1, update NEWS and ChangeLog.Simon Howard
2008-12-10Bump version to 1.2.0, update NEWS and ChangeLog.Simon Howard
2008-12-10Undo previous change.Simon Howard
2008-12-10Set icon before calling TXT_Init, for setup and ENDOOM screens.Simon Howard
2008-12-09Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDLSimon Howard
2008-08-20Use / as a path separator, to allow cross-compiling of resource filesSimon Howard
2008-07-31Update Chocolate Setup to support chex.wad.Simon Howard
2008-05-05Add setup-manifest.xml to dist.Simon Howard
2008-05-05Updated VC++ Project for added files; Manifest should have versionGhostlyDeath
2008-05-05(Hopefully) fix for Windows Vista asking for security elevation whenSimon Howard
2008-04-26Add new Chocolate Doom icon.Simon Howard
2008-04-15Fix bug with joystick configuration.Simon Howard
2008-02-12Add use_libsamplerate variable to setup.Simon Howard