ioq3/code/cgame
Zack Middleton f717a8396e Fix lightning gun handling for corpses and single player podiums
The lightning trail is fired from the real non-predicted entity for
the local client so it can show the server location. The real client
entity was always used to check if a player entity is firing the
lighting gun. This potentially causes corpses and players on single
player podiums with lightning gun to render the lightning trail if
the real (living) client is firing the lightning gun.

I'm not aware of this causing any issues without modifying the game
logic. Corpses have no weapon and it's not possible to fire during
single player intermission.
2019-10-11 20:55:57 -05:00
..
cg_consolecmds.c Fix Team Arena tauntGauntlet command 2015-01-26 02:39:58 -06:00
cg_draw.c Fix team chat box for spectators 2017-09-02 17:57:26 -05:00
cg_drawtools.c Fix overdraw in CG_DrawRect 2017-06-07 20:40:16 -05:00
cg_effects.c Bunch of comment fixes 2014-03-13 02:20:54 +01:00
cg_ents.c Fix predicting entity origin on rotating mover 2018-09-15 12:06:34 -05:00
cg_event.c Fix CGame CG_WaterLevel() comparisons 2015-07-04 05:53:29 -05:00
cg_info.c Fix cgame warnings 2014-09-01 10:47:15 +01:00
cg_local.h Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
cg_localents.c Bunch of comment fixes 2014-03-13 02:20:54 +01:00
cg_main.c Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
cg_marks.c Fix cgame warnings 2014-09-01 10:47:15 +01:00
cg_newdraw.c Make Team Arena prevTeamMember command loop around player list 2018-10-17 13:32:53 -05:00
cg_particles.c Don't copy p->org to itself in cg_particles.c 2017-06-07 21:07:42 -05:00
cg_players.c Fix invalid model frame developer warnings in Team Arena 2017-11-22 20:21:02 -06:00
cg_playerstate.c Fix my previous commit about -1 ammo 2017-11-10 21:09:23 -06:00
cg_predict.c Fix crash when pmove_msec is 0 2017-08-19 01:42:38 -05:00
cg_public.h Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
cg_scoreboard.c Enable tourney scoreboard in Team Arena 2017-06-02 22:11:52 -05:00
cg_servercmds.c Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
cg_snapshot.c Correct spelling mistakes. 2017-11-22 01:40:20 -06:00
cg_syscalls.asm remove svn:executable property 2005-08-28 17:54:51 +00:00
cg_syscalls.c Shut up returning functions with noreturn attribute warning 2011-07-18 22:02:16 +00:00
cg_view.c Make testgun command without argument disable test gun model 2018-06-24 22:22:25 -05:00
cg_weapons.c Fix lightning gun handling for corpses and single player podiums 2019-10-11 20:55:57 -05:00