xatrix/src
2019-09-14 08:45:49 +00:00
..
header Save gclient_t::resp.coop_respawn.*weapon to fix coop savegames. 2019-02-04 12:05:13 +01:00
monster Xatrix bugfix for monsters not fighting back against parasites 2019-09-14 08:45:49 +00:00
player Fix monsters being unable to see the player if he generates noise. 2019-08-31 11:16:46 +02:00
savegame Fix stupid missmerge, ReadField() may only be called once for a field. 2019-02-05 08:56:06 +01:00
shared Import Q_strlcpy() and replace several dangerous strncpy() with it. 2018-10-25 19:15:41 +02:00
g_ai.c Try to fix monsters getting stuck by waiting forever for their enemy. 2019-08-31 11:17:38 +02:00
g_chase.c Merge branch 'master' into cleanup 2013-01-05 12:34:59 +01:00
g_cmds.c Make sure that the entity to printes is valid. 2019-09-07 14:22:56 +02:00
g_combat.c Add a missing sanity check. attacker->classname may be NULL. 2017-03-13 14:28:06 +01:00
g_func.c Remove superfluous whitespaces and end of lines 2013-02-12 18:49:17 +01:00
g_items.c Remove superfluous whitespaces and end of lines 2013-02-12 18:49:17 +01:00
g_main.c Fix current health being reset to 100 if >100 at level change. 2019-09-06 07:13:29 +02:00
g_misc.c Add variable declaration missed in last commit. 2018-10-13 09:06:11 +02:00
g_monster.c Xatrix bugfix for monsters not fighting back against parasites 2019-09-14 08:45:49 +00:00
g_phys.c Fix long standing bug of dead parasites falling through the world model. 2019-09-06 07:52:36 +02:00
g_spawn.c Import Q_strlcpy() and replace several dangerous strncpy() with it. 2018-10-25 19:15:41 +02:00
g_svcmds.c Clean g_svcmds.c up and add sanity checks 2013-01-05 13:30:05 +01:00
g_target.c Import Q_strlcpy() and replace several dangerous strncpy() with it. 2018-10-25 19:15:41 +02:00
g_trigger.c Change from atoi() to strtol() to match baseq2. 2016-12-17 11:08:00 +01:00
g_turret.c Remove superfluous whitespaces and end of lines 2013-02-12 18:49:17 +01:00
g_utils.c Fix a progress stopper in xware.bsp 2013-06-15 16:18:31 +02:00
g_weapon.c Revert heat_think() part of aed38232d3. 2019-08-07 07:44:37 +02:00