libretro-tyrquake/QW/server
Kevin Shanahan 1cfdfd5cf0 server: cleanup SV_ExecuteClientMessage
Various local variable renames, re-arranging code with overly long
lines and getting rid of references to the global host_client and
sv_player pointers.

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-03-22 20:39:10 +10:30
..
move.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
newnet.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
notes.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
qwsvdef.h server: constify qwsv string interfaces 2012-12-22 14:58:19 +10:30
server.h server: make local functions/vars static in sv_ccmds.c 2013-03-22 13:01:31 +10:30
sv_ccmds.c server: replace SV_SetPlayer with SV_GetClient and update callers 2013-03-22 14:07:47 +10:30
sv_ents.c model: define a leafbits type for use with PVS/PHS operations 2013-01-04 18:36:50 +10:30
sv_init.c model: split out function to OR together leafbits 2013-01-05 15:52:11 +10:30
sv_main.c server: switch pmove to using Mod_HullPointContents and Mod_CreateBoxhull 2013-03-19 16:33:28 +10:30
sv_nchan.c server: constify ClientReliableWrite_String 2012-12-21 19:25:37 +10:30
sv_send.c server: make sv.{pvs,phs} an array of pointers to leafbits_t 2013-01-05 14:20:47 +10:30
sv_user.c server: cleanup SV_ExecuteClientMessage 2013-03-22 20:39:10 +10:30
sys_unix.c sys: return a proper value from main() routines 2012-12-03 20:10:24 +10:30