summaryrefslogtreecommitdiff
path: root/setup/multiplayer.c
AgeCommit message (Collapse)Author
2010-12-25Pass through all command line arguments specified to the setup tool toSimon Howard
the game, to match Vanilla behavior (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2227
2010-12-19Change setup tool skill level names to match Doom's "new game" menuSimon Howard
exactly (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2224
2010-12-12Add -privateserver and -servername options to chocolate-server manpage.Simon Howard
Add server registration option to setup tool (thanks exp(x)). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2220
2010-12-10Add "warp" menu to the main menu of the setup tool, like VanillaSimon Howard
setup.exe (thanks Proteh). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2206
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1699
2009-05-12Add option to "join game" dialog in setup tool to autojoin a LAN game.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1521
2008-07-31Update Chocolate Setup to support chex.wad.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1167
2007-10-18Shut up signed / unsigned comparison warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 978
2007-06-21Add arrlen() macro as a clearer way of doing sizeof(array) /Simon Howard
sizeof(*array) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 922
2007-06-18Add -iwad when joining a game, as well as when creating one (thanksSimon Howard
MikeRS :-) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 916
2007-01-05Make the WADs input box wider. Rename labels in the start multiplayerSimon Howard
game dialog. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 819
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