summaryrefslogtreecommitdiff
path: root/src/heretic/d_net.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2014-03-29heretic: Eliminate use of unsafe string functions.Simon Howard
2013-10-15Remove gamemission variables for Heretic and Hexen and hard-code to theSimon Howard
2013-04-05Use two-stage startup for Hexen, and add netgame startup callback forSimon Howard
2013-04-05Use two-stage netgame startup for Heretic.Simon 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-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-14Fix player exit message in Hexen, and add note to player exit code inSimon Howard
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
2009-05-09Fix compiler warnings.Simon Howard
2008-11-02Fix up raven-branch copyright notices.Simon Howard
2008-09-28Make Heretic main loop not hog the CPU.Simon Howard
2008-09-27Save Heretic configuration files on exit.Simon Howard
2008-09-24Add I_InitNetwork function into d_net.c temporarily.Simon Howard
2008-09-24Comment out i_net calls for the time being, as networking is broken.Simon Howard
2008-09-20Use common event queue code.Simon Howard
2008-09-20Remove definitions from heretic/doomdef.h and use common headers. MergeSimon Howard
2008-09-17Remove definitions from heretic/doomdef.h that are in common code.Simon Howard
2008-09-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon Howard
2008-09-14Silence some compiler warnings on heretic/hexen code.Simon Howard
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
2008-09-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard