summaryrefslogtreecommitdiff
path: root/src/strife/d_net.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-03-29strife: Eliminate use of unsafe string functions.Simon Howard
2013-11-01Proper output of randomparm's current value when passing throughJames Haley
2013-09-21Sync -random command line parameter as part of game settings.Simon Howard
2013-08-10Tweak Strife documentation comments.Simon Howard
2013-04-05Use two-stage netgame startup for Strife, and restore the previousSimon Howard
2013-04-05Use two-stage startup for Hexen, and add netgame startup callback forSimon Howard
2013-04-05Split Doom netgame startup into two stages.Simon Howard
2013-04-05Split D_InitNetGame() into two separate functions for startup.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2011-10-30Fix previous change - Strife games are not always -altdeath; the defaultSimon Howard
2011-10-29Update Strife multiplayer behavior to always use altdeath mode inSimon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-19Send MAXPLAYERS value for game on connect to server. Make server adaptSimon Howard
2011-10-17Rework net_connect_data_t structure to include WAD and DehackedSimon Howard
2011-10-15Fix desyncs when playing back multiplayer demos.Simon Howard
2011-10-13Update Strife main loop code to use d_loop.c common main loop code.Simon Howard
2011-10-10Re-enable FEATURE_MULTIPLAYER, but #undef it in the Strife code so theSimon Howard
2011-06-30Two changes:James Haley
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
2011-02-06Numerous fixes/adjustments: removed bodyque, restored "is turbo" (foundJames Haley
2010-09-09Merge from raven-branch.Simon Howard
2010-09-05Corrections to some of Kaiser's previous commits. Also, significant workJames Haley
2010-02-01Create strife directory as a copy of doom directory, change Makefile.amSimon Howard
2010-02-01Remove improperly-created strife directory.Simon Howard
2010-02-01Populated src/strife with copy of source files from src/doom - TODOs:James Haley