summaryrefslogtreecommitdiff
path: root/setup/keyboard.c
AgeCommit message (Collapse)Author
2009-06-10Add key bindings for pause, message refresh.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1586
2009-06-05Add key binding variables for automap and weapon keys.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1551
2009-06-03Increase height of menu bindings dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1550
2009-06-03Use newer keyboard bindings dialog layout from raven-branch.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1549
2009-06-03Add unique key groups for menu navigation and shortcuts.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1548
2009-06-03Add dialog to setup tool for editing menu shortcuts.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1546
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922
2007-06-01Hide the joystick speed control when the always run hack is being used.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 888
2007-05-31Initial joystick support.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 887
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 860
2006-10-25"Always run" trick should only be when joyb_speed >= 10. Use 29 as theSimon Howard
ideal value in setup as this works in Original, Ultimate and Final Doom, Heretic, Hexen and Strife. Thanks to Janizdreg for this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 739
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard
launching Doom. Make the "Save parameters and launch Doom" option on the main menu work. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 724
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
in Doom. Add header files for source files where they are needed. Make variables static where appropriate. General cleanups etc. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 712
2006-10-12Shut up compiler warnings for setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 696
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 679
2006-09-26Move the "always run" checkbox to the movement section.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 674
2006-09-25Add "Always run" checkbox to keyboard options.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 670
2006-09-25Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Simon Howard
Doom with the -testcontrols option. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 663
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Add key and mouse input widgets for selecting keys and mouse buttons.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 583
2006-06-20Add a fake nonfunctional key bindings configuration menu.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 561
2006-06-02Add initial code for a setup utility.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 549