Age | Commit message (Expand) | Author |
2009-12-18 | Fix poor quality application icons seen when the game is running. | Simon Howard |
2009-12-18 | Update generated source files containing icon data. | Simon Howard |
2009-12-18 | Make ExecuteCommand() under Unix return a failure when the executable | Simon Howard |
2009-12-14 | Use GetModuleFileNameW to get the (Unicode) path to the Doom executable. | Simon Howard |
2009-12-09 | Fix the setup tool on Windows Vista/7 to not prompt for elevated | Simon Howard |
2009-11-21 | Use execvp() rather than execv(), to look up Doom binary in the PATH if | Simon Howard |
2009-11-21 | Apply configuration file invalid key setting fix to setup code. | Simon Howard |
2009-11-21 | Fix crash with chocolate-setup under Windows (thanks Janizdreg). | Simon Howard |
2009-11-19 | Rework the OS X MIDI disabling code, as SDL_mixer 1.2.11 fixes the | Simon Howard |
2009-11-19 | Make chocolate-setup use its own location in the filesystem to find the | Simon Howard |
2009-10-16 | Fix compilation under MSVC (thanks entryway). | Simon Howard |
2009-10-04 | Provide pointer to STARTUPINFO structure when calling CreateProcessW, to | Simon Howard |
2009-09-30 | Change British English spellings to American English, for consistency. | Simon Howard |
2009-07-07 | Fix launching of the game from the setup tool in Windows CE. | Simon Howard |
2009-06-12 | On Windows CE systems without a keyboard, patch the default settings to | Simon Howard |
2009-06-11 | Grab the input in setup when reading a new key binding, so that Windows | Simon Howard |
2009-06-11 | Include libc_wince.h on Windows CE. | Simon Howard |
2009-06-10 | Add key bindings for pause, message refresh. | Simon Howard |
2009-06-08 | Use SDL's getenv/putenv implementation, and populate at startup. | Simon Howard |
2009-06-07 | Fix header includes (thanks exp[x]) | Simon Howard |
2009-06-07 | Don't add DirectX/Windib selector on Windows CE. | Simon Howard |
2009-06-07 | Use home dir to store configuration and savegames under Windows CE. | Simon Howard |
2009-06-07 | Fix setup tool display configuration dialog when fullscreen is not | Simon Howard |
2009-06-07 | Don't try to use the SDL DirectX driver under Windows CE. | Simon Howard |
2009-06-07 | Fix setup tool compile on Windows CE. | Simon Howard |
2009-06-05 | Add key binding variables for automap and weapon keys. | Simon Howard |
2009-06-03 | Increase height of menu bindings dialog. | Simon Howard |
2009-06-03 | Use newer keyboard bindings dialog layout from raven-branch. | Simon Howard |
2009-06-03 | Add unique key groups for menu navigation and shortcuts. | Simon Howard |
2009-06-03 | Add dialog to setup tool for editing menu shortcuts. | Simon Howard |
2009-05-21 | Set display settings window position based on screen dimensions, rather | Simon Howard |
2009-05-12 | Add option to "join game" dialog in setup tool to autojoin a LAN game. | Simon Howard |
2008-12-10 | Bump version to 1.2.1, update NEWS and ChangeLog. | Simon Howard |
2008-12-10 | Bump version to 1.2.0, update NEWS and ChangeLog. | Simon Howard |
2008-12-10 | Undo previous change. | Simon Howard |
2008-12-10 | Set icon before calling TXT_Init, for setup and ENDOOM screens. | Simon Howard |
2008-12-09 | Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL | Simon Howard |
2008-08-20 | Use / as a path separator, to allow cross-compiling of resource files | Simon Howard |
2008-07-31 | Update Chocolate Setup to support chex.wad. | Simon Howard |
2008-05-05 | Add setup-manifest.xml to dist. | Simon Howard |
2008-05-05 | Updated VC++ Project for added files; Manifest should have version | GhostlyDeath |
2008-05-05 | (Hopefully) fix for Windows Vista asking for security elevation when | Simon Howard |
2008-04-26 | Add new Chocolate Doom icon. | Simon Howard |
2008-04-15 | Fix bug with joystick configuration. | Simon Howard |
2008-02-12 | Add use_libsamplerate variable to setup. | Simon Howard |
2008-02-12 | Set the default startup_delay to 1s. | Simon Howard |
2008-02-09 | Set the SDL_VIDEODRIVER in setup, so that we get the correct modes list | Simon Howard |
2008-02-06 | Make 320x240 a "good" mode when aspect ratio correction is turned off. | Simon Howard |
2008-02-05 | Set screen_{width,height} when finding the nearest mode. Save the last | Simon Howard |
2008-02-04 | Update chocolate-setup to the new screen mode config system. | Simon Howard |