summaryrefslogtreecommitdiff
path: root/setup/multiplayer.c
AgeCommit message (Collapse)Author
2006-12-25Fix default network port in chocolate-setup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 810
2006-12-24Fix setup tool crash when no IWADs found.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 808
2006-12-23Add '-findiwads' command line hack so that the setup program can findSimon Howard
out what games are installed. Provide a drop-down list in setup to allow the game type to be selected. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 803
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-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-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-23Build command line parameters for starting multiplayer games and joiningSimon Howard
multiplayer games. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 726
2006-10-23Load configuration on startup and save on quit. Functional setupSimon Howard
program! Subversion-branch: /trunk/chocolate-doom Subversion-revision: 720
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-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-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-26Add "join game" dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 675
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-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 multiplayer configuration dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 633
2006-09-19Fix chocolate-setup warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 627
2006-09-18Level select dialog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 616
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 590
2006-08-31Add display.c with missing ConfigDisplay and multiplayer.c withSimon Howard
multiplayer game start window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 584