]> git.xonotic.org Git - xonotic/darkplaces.git/commit
rewrote protocol version system (including splitting PROTOCOL_QUAKE into PROTOCOL_QUA...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 21:37:32 +0000 (21:37 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 24 May 2005 21:37:32 +0000 (21:37 +0000)
commit31bfe80dd809721f0665fbe58f8d4eb3160aeb14
tree77517cd64ae7774d4f37d91add840cd173dd5dba
parentf8defe4ebdad0a1ab7307b5d4512e80624a6f154
rewrote protocol version system (including splitting PROTOCOL_QUAKE into PROTOCOL_QUAKE, PROTOCOL_QUAKEDP, and PROTOCOL_NEHAHRAMOVIE)
made server able to host PROTOCOL_NEHAHRAMOVIE protocol for completeness
added PROTOCOL_DARKPLACES7 protocol (still in development, not enabled by default) which allows players to use QW-style movement messages (makes prediction rock solid but has speedcheat/lagaport potential)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5326 d7cf8633-e32d-0410-b094-e92efae38249
15 files changed:
cl_input.c
cl_parse.c
client.h
common.c
common.h
host.c
host_cmd.c
netconn.h
progs.h
protocol.c
protocol.h
server.h
sv_main.c
sv_phys.c
sv_user.c