summaryrefslogtreecommitdiff
path: root/src/net_common.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2013-09-02Fix net_gamesettings_t checking code to use common function for checkingSimon Howard
2013-04-06Increase netgame timeout to 30 seconds.Simon Howard
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon Howard
2009-11-21Merge from trunk.Simon Howard
2009-09-30Change British English spellings to American English, for consistency.Simon Howard
2008-09-10Split off game mode/mission/version definitions into common code, alongSimon Howard
2008-09-06Remove includes of doomdef.h where possible, move generic parts into topSimon Howard
2008-07-31Update netcode to allow chex quest gameversion.Simon Howard
2006-11-27* removal of FEATURE_* defines from codeblocks projectRussell Rice
2006-10-18Strip out CVS logs, RCS Id tags.Simon Howard
2006-04-06Sanity check data received by the server. Send version string earlierSimon Howard
2006-03-30Add missing #includeSimon Howard
2006-03-07Store the reason when a connection is disconnected, and display a Simon Howard
2006-03-07Convert NET_CL_SafePuts to NET_SafePuts, and print rejection messagesSimon Howard
2006-02-19Move tic number expansion code to common code. Parse game data packetsSimon Howard
2006-01-10Reliable packet transport mechanismSimon Howard
2006-01-08Allow the server to reject clientsSimon Howard
2006-01-08Send keepalives if the connection is not doing anything else.Simon Howard
2006-01-08Move common connection code into net_common.c, shared by serverSimon Howard