summaryrefslogtreecommitdiff
path: root/src/net_common.h
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon 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
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-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-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