libretro-tyrquake/QW/client
Kevin Shanahan 163fafc39b pmove: use more appropriate types for pmove/pstate onground member
Make the playermove onground member a pointer to the physent - the
server wants to know which entity (edict) the player is standing
on. Make the onground member of the player_state_t a boolean, since
nobody cares what you're standing on, only if you are air/water bourne
or not (view.c).

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
2013-03-22 11:53:17 +10:30
..
bothdefs.h build: allow qwsv to use x86 optimised assembly routines 2012-11-14 17:57:19 +10:30
cl_cam.c client: pass physents into Cam_Track 2013-03-21 14:59:15 +10:30
cl_demo.c common: make use of MSG_WriteString{,v}f 2012-12-13 15:54:54 +10:30
cl_ents.c pmove: rename the physent info member and make it serveronly 2013-03-21 16:48:02 +10:30
cl_input.c client: pass the physents into CL_SendCmd for Cam_Track 2013-03-21 15:04:04 +10:30
cl_main.c client: place physents on local stack in Host_Frame 2013-03-21 16:05:12 +10:30
cl_parse.c client: lift CL_SetSolidEntities up into Host_Frame() 2013-03-20 16:39:29 +10:30
cl_pred.c pmove: use more appropriate types for pmove/pstate onground member 2013-03-22 11:53:17 +10:30
cl_tent.c entities: fix for handling of lightning/beam temp entities 2012-11-23 09:00:43 +10:30
client.h pmove: use more appropriate types for pmove/pstate onground member 2013-03-22 11:53:17 +10:30
docs.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
exitscrn.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
gl_ngraph.c net: constify qpic_t usage 2012-12-22 16:28:28 +10:30
menu.c menu: constify qpic_t usage 2012-12-22 16:25:06 +10:30
menu.h menu: remove unused declaration of M_CachePic 2012-12-22 14:35:18 +10:30
net.h net: constify returned string on NET_AdrToString 2012-12-22 07:27:17 +10:30
notes.txt Import v0.47 sources 2006-09-10 19:02:51 +09:30
pmove.h pmove: use more appropriate types for pmove/pstate onground member 2013-03-22 11:53:17 +10:30
protocol.h common: Fix circular include dependency and remove forward declaration 2012-10-25 14:10:34 +10:30
qe3.ico Import v0.47 sources 2006-09-10 19:02:51 +09:30
quakedef.h common: constify basedir parm and remove cachedir 2012-12-22 14:45:16 +10:30
quakeworld.bmp Import v0.47 sources 2006-09-10 19:02:51 +09:30
qwcl2.ico Import v0.47 sources 2006-09-10 19:02:51 +09:30
resource.h Import v0.47 sources 2006-09-10 19:02:51 +09:30
sbar.c sbar: constify qpic_t usage 2012-12-22 16:26:09 +10:30
skin.c skin: consolidate error paths in Skin_Cache 2012-12-22 15:43:58 +10:30
view.c pmove: use more appropriate types for pmove/pstate onground member 2013-03-22 11:53:17 +10:30
winquake.rc Import v0.47 sources 2006-09-10 19:02:51 +09:30