summaryrefslogtreecommitdiff
path: root/src/setup
AgeCommit message (Expand)Author
2015-02-20Refactor config file API.Simon Howard
2015-02-17setup: fix "control reaches end of non-void function" compiler warningFabian Greffrath
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-11-04setup: Fix bug with strdup() of NULL pointer.Simon Howard
2014-10-28setup: dynamically set size of iwad_labels arrayFabian Greffrath
2014-10-26Add gamepad config for PS4 DualShock 4.Simon Howard
2014-10-25Remove 1280x1000 scaling.Simon Howard
2014-10-24Replace strdup() with M_StringDuplicate().Simon Howard
2014-08-24setup: Add gamepad config for Buffalo Classic Gamepad.Simon Howard
2014-08-18setup: Add config for Multilaser JS030 gamepad.Simon Howard
2014-08-17setup: Add gamepad config for XBOX One controller.Simon Howard
2014-08-13Merge branch 'master' of github.com:chocolate-doom/chocolate-doomSimon Howard
2014-06-12Add desktop entries for all the games, make the Setup launch genericMike Swanson
2014-05-26setup: Add default config for Xbox360 on Linux.Simon Howard
2014-05-17setup: Tweak joystick axis widget.Simon Howard
2014-05-16setup: Don't leave joystick subsystem running.Simon Howard
2014-05-16setup: Factor out axis configuration to widget.Simon Howard
2014-05-08'strife' is a valid game for chocolate-setup too!Rohit Nirmal
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