summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Expand)Author
2006-10-24Escape WAD filenames passed to Doom with " quotes, to allow WADSimon Howard
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
2006-10-24Fix player name option in setup tool.Simon Howard
2006-10-24Make "hurt me plenty" the default skill.Simon Howard
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-10-23Build command line parameters for starting multiplayer games and joiningSimon Howard
2006-10-23Write newlines in response files to separate parameters.Simon Howard
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard
2006-10-23Detect when keyboard variables are changed and convert back so that theSimon Howard
2006-10-23Load configuration on startup and save on quit. Functional setupSimon Howard
2006-10-23Add m_argv.[ch] from Doom, fix up configfile.c so that it compilesSimon Howard
2006-10-23Shut up compiler warnings.Simon Howard
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
2006-10-23Add initial setup config file code (derived from the Doom config fileSimon Howard
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
2006-10-12Shut up compiler warnings for setup.Simon Howard
2006-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
2006-09-28Add missing ellipsis to "Add WADs..."Simon Howard
2006-09-26Switch over a bunch of code to TXT_NewButton2 - improves readability.Simon Howard
2006-09-26When invoking chocolate doom, run it from the install dir on Unix.Simon Howard
2006-09-26Add "join game" dialog.Simon Howard
2006-09-26Move the "always run" checkbox to the movement section.Simon Howard
2006-09-25Reduce the minimum width of the key/mouse input widgets and align theSimon Howard
2006-09-25Add "Always run" checkbox to keyboard options.Simon Howard
2006-09-25Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Simon Howard
2006-09-24Add "extra parameters" dialog for specifying exra command-line parameters.Simon Howard
2006-09-24Add "time limit" control in multiplayer settings dialog.Simon Howard
2006-09-21Add compatibility options dialog.Simon Howard
2006-09-21Add ENDOOM and startup delay to display settings dialog.Simon Howard
2006-09-21Code::Blocks project and workspace.Russell Rice
2006-09-20Fill in some default values for the player name and the chat macrosSimon Howard
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
2006-09-20Add multiplayer configuration dialog.Simon Howard
2006-09-20Add "Enable mouse" checkbox to mouse config dialog. Reorder options.Simon Howard
2006-09-19Fix chocolate-setup warnings.Simon Howard
2006-09-19Move the grab mouse setting to the mouse config dialog.Simon Howard
2006-09-19New display settings dialog!Simon Howard
2006-09-19Set mouse button defaults.Simon Howard
2006-09-18Level select dialog.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Add new chocolate-setup source files into build.Simon Howard
2006-08-31Change the 'abort' button to a quit button on the main menu. Change theSimon Howard
2006-08-31Add display.c with missing ConfigDisplay and multiplayer.c withSimon Howard
2006-08-31Add key and mouse input widgets for selecting keys and mouse buttons.Simon Howard
2006-06-29Initial mouse configuration window.Simon Howard
2006-06-20Add a fake nonfunctional key bindings configuration menu.Simon Howard
2006-06-02Rearrange the buttons in the setup exit confirmation box.Simon Howard
2006-06-02Add initial code for a setup utility.Simon Howard