summaryrefslogtreecommitdiff
path: root/src/d_loop.c
AgeCommit message (Expand)Author
2015-05-31Fix bug with frames being rendered twice.Simon Howard
2014-10-08Disable -oldsync startup message.Simon Howard
2014-10-08Use old network sync code by default.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-03-24Fix various Clang compiler warnings.Simon Howard
2013-09-04Fix Hexen -class parameter when starting a single player game from theSimon Howard
2013-04-06Don't hog the CPU when waiting for the game to start.Simon 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
2013-04-02Split game start sequence into two-stage process. This is the firstSimon Howard
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
2011-10-17Fix tic diffs to handle Strife fields correctly.Simon Howard
2011-10-13Minor fixes to main loop code.Simon Howard
2011-10-13Split out common main loop code into separate file, d_loop.c.Simon Howard