summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Expand)Author
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
2008-02-12Set the default startup_delay to 1s.Simon Howard
2008-02-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
2008-02-06Make 320x240 a "good" mode when aspect ratio correction is turned off.Simon Howard
2008-02-05Set screen_{width,height} when finding the nearest mode. Save the lastSimon Howard
2008-02-04Update chocolate-setup to the new screen mode config system.Simon Howard
2008-01-25Update win32 resource files for the new icon filenames.Simon Howard
2008-01-25Rename some files to be package name independent.Simon Howard
2008-01-16Updated VC9 project, -setup and -server now build correctlyGhostlyDeath
2007-11-23Use _spawnv() to invoke Doom under Windows, rather than system(). FixesSimon Howard
2007-10-18Shut up signed / unsigned comparison warnings.Simon Howard
2007-09-02Disable "saving config in ... " message for setup (thanks MikeRS)Simon Howard
2007-07-29Allow more than the standard three mouse buttons to be defined throughSimon Howard
2007-07-22Add missing new mouse buttons to setup (thanks RazTK).Simon Howard
2007-07-10Shut up compiler warning.Simon Howard
2007-07-08Make the numeric keypad behave like Vanilla does.Simon Howard
2007-07-05Clearer prompt when asking whether to save settings on exit of setup.Simon Howard
2007-07-05Remove "startup delay" from the setup display configuration dialog.Simon Howard
2007-06-22Don't allow two actions bound to the same button in setup.Simon Howard