summaryrefslogtreecommitdiff
path: root/src/setup
AgeCommit message (Expand)Author
2014-04-19setup: Make iwad_t pointers const.Simon Howard
2014-04-19setup: Change labelling to clarify gamepad support.Simon Howard
2014-04-19joystick: Add joystick button to toggle menu.Simon Howard
2014-04-19joystick: Add an axis to allow strafing.Simon Howard
2014-04-13setup: Call TXT_Shutdown on exit.Simon Howard
2014-04-12video: Change default for screen_bpp to 0.Simon Howard
2014-04-10setup: Save selected game when browsing menus.Simon Howard
2014-04-09setup: Show error when server address not entered.Simon Howard
2014-04-05setup: Add missing argument to M_StringJoin.Simon Howard
2014-04-05setup: Adjust positioning of sound dialog.Simon Howard
2014-04-01textscreen: Use safe string functions.Simon Howard
2014-04-01setup: Eliminate use of sprintf().Simon Howard
2014-04-01Replace all snprintf() calls with M_snprintf().Simon Howard
2014-03-29setup: Eliminate use of unsafe string functions.Simon Howard
2014-03-29misc: Add string utility functions.Simon Howard
2014-03-27setup: Make default sound volumes match Vanilla.Simon Howard
2014-03-23setup: Add missing snd_maxslicetime_ms variable.Simon Howard
2014-03-23music: Add config var for external music program.Simon Howard
2014-03-18Add a dedicated key for taking screenshots.Fabian Greffrath
2014-03-17Add PNG screenshots to advanced video options menu.Fabian Greffrath
2014-03-17Allow for PNG screenshots.Fabian Greffrath
2014-03-16hexen: Increase maximum level number to MAP60.Simon Howard
2014-03-13Allow to rebind artifact keys in Hexen.Fabian Greffrath
2013-12-23setup: Add key_mission to the controls group.svdijk
2013-12-04Fix 'make clean' where some files were not being cleaned (thanksSimon Howard
2013-11-19Fix crash when using fallback Doom IWAD and selecting level.Simon Howard
2013-10-31Only show 'flying' controls when configuring Heretic or Hexen, notSimon Howard
2013-10-31Fix setup tool Windows resource file to include the application manifestSimon Howard
2013-10-28Add missing asmv3 namespace to setup manifest (oops).Simon Howard
2013-10-28Declare Windows binaries as DPI-aware to prevent the OS from applyingSimon Howard
2013-10-26Default to windowed mode in OS X, as there is an SDL bug that can causeSimon Howard
2013-10-26Select fallback IWADs that match the game we are configuring (thanksSimon Howard
2013-10-20Use OPL MIDI playback as the default music device.Simon Howard
2013-10-16Fix bug with freeing of static strings, accidentally introduced inSimon Howard
2013-10-15Rip out special casing on Windows that defaults to the SDL directxSimon Howard
2013-10-06Finish implementation of Hexen CD audio music mode.Simon Howard
2013-09-29Preserve libsamplerate_scale in the setup tool.Simon Howard
2013-09-21Fix setup tool desktop file to point to chocolate-doom-setup.Simon Howard
2013-09-20Set setup tool title so that it it shows the name of the correct gameSimon Howard
2013-09-04Fix setup tool defaults for GUS/Timidity path config variables (thanksSimon Howard
2013-08-17Fix IWAD auto-selection when joining a game in the setup tool (thanksSimon Howard
2013-08-11Remove Windows CE support.Simon Howard
2013-04-01Add configuration boxes for GUS and Timidity configuration.Simon Howard
2013-04-01Merge from trunk.Simon Howard
2013-03-27Remove duplicate definition of M_OEMToUTF8() (thanks exp(x)).Simon Howard
2013-03-03Add GUS pseudo-emulation.Simon Howard
2013-03-03Add configuration file variable to specify path to a Timidity configSimon Howard
2013-01-03Refactor skill selector to change automatically when switching characterSimon Howard
2012-10-28Merge from trunk.Simon Howard
2012-02-28Oops.Simon Howard