summaryrefslogtreecommitdiff
path: root/setup
AgeCommit message (Collapse)Author
2006-12-17Make numbers in the chat macros configuration screen match the keyboardSimon Howard
keys used to activate them. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 785
2006-12-16Add aspect ratio correction to setup tool. Redesign the display settingsSimon Howard
dialog. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 780
2006-12-16Add icon for setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 777
2006-12-01Fixups to make compiles work under the Solaris/SPARC compiler. Thanks toSimon Howard
Mike Spooner <spooferman@excite.com> for his work on porting this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 763
2006-11-27* removal of FEATURE_* defines from codeblocks projectRussell Rice
* silence some warnings Subversion-branch: /trunk/chocolate-doom Subversion-revision: 760
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-25Make the "test controls" option work - write the current config toSimon Howard
temporary config files and make Doom use these when executing it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 738
2006-10-24Don't rely on INSTALL_DIR for the Win32 build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 735
2006-10-24Add missing header for Win32 build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 734
2006-10-24Tweak capitalisation on the main menu to be more like setup.exe.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 733
2006-10-24Escape WAD filenames passed to Doom with " quotes, to allow WADSimon Howard
filenames with spaces. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 732
2006-10-24Pass through config variables into response file when launching Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 731
2006-10-24Fix player name option in setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 730
2006-10-24Make "hurt me plenty" the default skill.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 729
2006-10-24Detect failures to initialise textscreen library and bomb out with anSimon Howard
error mess age. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 727
2006-10-23Build command line parameters for starting multiplayer games and joiningSimon Howard
multiplayer games. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 726
2006-10-23Write newlines in response files to separate parameters.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 725
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-23Detect when keyboard variables are changed and convert back so that theSimon Howard
new values are saved to the config file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 721
2006-10-23Load configuration on startup and save on quit. Functional setupSimon Howard
program! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 720
2006-10-23Add m_argv.[ch] from Doom, fix up configfile.c so that it compilesSimon Howard
properly. Add to build. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 719
2006-10-23Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 718
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 717
2006-10-23Change config variable names to be the same as used in Doom.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 716
2006-10-23Add initial setup config file code (derived from the Doom config fileSimon Howard
code). Not currently in build. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 714
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-10-07Add float spin control and use it for the acceleration controller in setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 692
2006-09-29Use TXT_AddWidgets in setup for greatly enhanced readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 679
2006-09-28Add missing ellipsis to "Add WADs..."Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 678
2006-09-26Switch over a bunch of code to TXT_NewButton2 - improves readability.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 677
2006-09-26When invoking chocolate doom, run it from the install dir on Unix.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 676
2006-09-26Add "join game" dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 675
2006-09-26Move the "always run" checkbox to the movement section.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 674
2006-09-25Reduce the minimum width of the key/mouse input widgets and align theSimon Howard
mouse config dialog a bit nicer. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 671
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-09-24Add "extra parameters" dialog for specifying exra command-line parameters.Simon Howard
Move this and "UDP port" setting to a separate "Advanced" section. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 661
2006-09-24Add "time limit" control in multiplayer settings dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 660
2006-09-21Add compatibility options dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 647
2006-09-21Add ENDOOM and startup delay to display settings dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 646
2006-09-21Code::Blocks project and workspace.Russell Rice
* Rename workspace appropriately in editor. * Update project files for new spin control and fix compilation of certain projects caused by it. * Create virtual targets (Debug/Release) for textscreen project. Code: * Fix the include in multiplayer.c, hopefully this does not break anything. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 639
2006-09-20Fill in some default values for the player name and the chat macrosSimon Howard
(using the traditional defaults) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 637
2006-09-20Add sound config dialog. Convert some of the mouse settings to use Simon Howard
spin controls. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 636
2006-09-20Add multiplayer configuration dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 633
2006-09-20Add "Enable mouse" checkbox to mouse config dialog. Reorder options.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 628
2006-09-19Fix chocolate-setup warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 627
2006-09-19Move the grab mouse setting to the mouse config dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 622
2006-09-19New display settings dialog!Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 621
2006-09-19Set mouse button defaults.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 619