summaryrefslogtreecommitdiff
path: root/setup/mainmenu.c
AgeCommit message (Expand)Author
2009-10-16Fix compilation under MSVC (thanks entryway).Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2009-06-12On Windows CE systems without a keyboard, patch the default settings toSimon Howard
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
2009-06-07Fix setup tool compile on Windows CE.Simon Howard
2008-12-10Undo previous change.Simon Howard
2008-12-10Set icon before calling TXT_Init, for setup and ENDOOM screens.Simon Howard
2008-04-26Add new Chocolate Doom icon.Simon Howard
2008-02-09Set the SDL_VIDEODRIVER in setup, so that we get the correct modes listSimon Howard
2008-01-25Rename some files to be package name independent.Simon Howard
2007-07-05Clearer prompt when asking whether to save settings on exit of setup.Simon Howard
2007-05-31Initial joystick support.Simon Howard
2006-12-16Add icon for setup tool.Simon Howard
2006-10-24Tweak capitalisation on the main menu to be more like setup.exe.Simon Howard
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
2006-10-23Rename testconfig.[ch] to execute.[ch], add generalised framework forSimon Howard
2006-10-23Load configuration on startup and save on quit. Functional setupSimon Howard
2006-10-23Shut up compiler warnings.Simon Howard
2006-10-22Standardise setup config variable names on the same variable names usedSimon Howard
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
2006-09-26Switch over a bunch of code to TXT_NewButton2 - improves readability.Simon Howard
2006-09-26Add "join game" dialog.Simon Howard
2006-09-21Add compatibility options dialog.Simon 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-19Fix chocolate-setup warnings.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Change the 'abort' button to a quit button on the main menu. Change theSimon 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