summaryrefslogtreecommitdiff
path: root/src/setup
AgeCommit message (Expand)Author
2014-05-05setup: Add Xbox360, Logitech joystick settings.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-05-03setup: Add configuration for Wii remote.Simon Howard
2014-05-03setup: Fix disabling of joystick button bindings.Simon Howard
2014-05-03setup: Start a list of known gamepads.Simon Howard
2014-05-01setup: fix usejoystick/use_joystick typo in the previous commitMike Swanson
2014-05-01setup: Enable joystick after calibration.Simon Howard
2014-05-01setup: Add control for joystick menu button.Simon Howard
2014-05-01setup: Configure joystick buttons with virtual mapping.Simon Howard
2014-04-30joystick: Add virtual-physical button mapping.Simon Howard
2014-04-29setup: Detect and ignore bad joystick axes.Simon Howard
2014-04-29setup: Allow backspace or del to clear controls.Simon Howard
2014-04-28setup: Detect and configure hat-based D-pads.Simon Howard
2014-04-28setup: Add support for button axis calibration.Simon Howard
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