summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Expand)Author
2007-03-16Add config file option to enable/disable native keyboard bindings.Simon Howard
2007-03-12Change "sound effects enabled" checkbox to a dropdown, allowing PCSimon Howard
2007-03-10Ignore the HOME environment variable on Windows - just behave likeSimon Howard
2007-03-09Fix discrepancy between Doom and setup program when prompting for keys.Simon Howard
2007-02-24Fix up setup tool to display the video driver setting tabulated with allSimon Howard
2007-02-24Fix library ordering for libtextscreen.a; fixes windows compile.Simon Howard
2007-02-23Fix compile errors.Simon Howard
2007-02-23Add an extra option to chocolate-setup on Windows to allow the videoSimon Howard
2007-01-06Set svn:ignore properties on directories.Simon Howard
2007-01-06temp -> tempdirRussell Rice
2007-01-06Choose the locations for temporary files more intelligently.Simon Howard
2007-01-05Make the WADs input box wider. Rename labels in the start multiplayerSimon Howard
2007-01-02Replace WINDOWS define with _WIN32Russell Rice
2007-01-02sys/wait.h does not exist on windows (thank mingw for sucking), addRussell Rice
2006-12-26On OSX, make MIDI music disabled by default. There are problems with theSimon Howard
2006-12-25Fix default network port in chocolate-setup.Simon Howard
2006-12-24Fix setup tool crash when no IWADs found.Simon Howard
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
2006-12-19Update to latest version of chocolate-setup icon.Simon Howard
2006-12-17Make numbers in the chat macros configuration screen match the keyboardSimon Howard
2006-12-16Add aspect ratio correction to setup tool. Redesign the display settingsSimon Howard
2006-12-16Add icon for setup tool.Simon Howard
2006-12-01Fixups to make compiles work under the Solaris/SPARC compiler. Thanks toSimon Howard
2006-11-27* removal of FEATURE_* defines from codeblocks projectRussell Rice
2006-10-25"Always run" trick should only be when joyb_speed >= 10. Use 29 as theSimon Howard
2006-10-25Make the "test controls" option work - write the current config toSimon Howard
2006-10-24Don't rely on INSTALL_DIR for the Win32 build.Simon Howard
2006-10-24Add missing header for Win32 build.Simon Howard
2006-10-24Tweak capitalisation on the main menu to be more like setup.exe.Simon Howard
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