q3rally/engine/code/game
zturtleman 146f909848 Fixes for Domination found when looking at the code. Whether they were causing noticeable issues is unknown. This breaks network compatibility with past release's QVMs (this is handled by GAME_VERSION).
- CS_SIGILSTATUS used the same configstring index as a G_ModelIndex(); CS_MODELS to CS_MODELS + MAX_MODELS
- PW_SIGILWHITE, etc powerups were out of bounds for ps.powerups[] (see MAX_POWERUPS) and read ammo values
2022-01-02 19:58:57 +00:00
..
ai_chat.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_chat.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_cmd.c changed "SIGIL" to "Control Point" 2021-09-21 12:46:07 +00:00
ai_cmd.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmnet.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmnet.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_dmq3.c changed "SIGIL" to "Control Point" 2021-09-21 12:46:07 +00:00
ai_dmq3.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_main.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_main.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_team.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_team.h Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_vcmd.c Changed years in file headers 2021-03-24 20:13:01 +00:00
ai_vcmd.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_lib.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
bg_lib.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_local.h Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_misc.c lowered the frag bonus from 5 seconds to 0.5 seconds 2021-11-11 18:04:58 +00:00
bg_physics.c 2021-04-11 09:51:15 +00:00
bg_physics.h 2021-04-11 09:51:15 +00:00
bg_pmove.c Fixes for Domination found when looking at the code. Whether they were causing noticeable issues is unknown. This breaks network compatibility with past release's QVMs (this is handled by GAME_VERSION). 2022-01-02 19:58:57 +00:00
bg_public.h Fixes for Domination found when looking at the code. Whether they were causing noticeable issues is unknown. This breaks network compatibility with past release's QVMs (this is handled by GAME_VERSION). 2022-01-02 19:58:57 +00:00
bg_slidemove.c Changed years in file headers 2021-03-24 20:13:01 +00:00
bg_wheel_forces.c Changed years in file headers 2021-03-24 20:13:01 +00:00
chars.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_active.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_arenas.c Added 4-Team-Domination 2021-06-11 04:29:41 +00:00
g_bot.c Added 4-Team-Domination 2021-06-11 04:29:41 +00:00
g_client.c Fix losing race rank after finishing if following other player 2021-06-15 10:30:30 +00:00
g_cmds.c fixed bug in bot path creation system (thx zturtleman) 2021-05-05 18:38:41 +00:00
g_combat.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_items.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_local.h commit for 0.0.3.0 release (code freeze) 2021-05-13 16:02:43 +00:00
g_main.c worked out the surfaceparms stuff 2021-04-03 23:31:23 +00:00
g_mem.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_misc.c commit for 0.0.3.0 release (code freeze) 2021-05-13 16:02:43 +00:00
g_missile.c homing rockets now shootable 2021-06-24 20:34:54 +00:00
g_mover.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_public.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_hazard.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_mapents.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_mapobjects.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_object_physics.c Added 4-Team-Domination 2021-06-11 04:29:41 +00:00
g_rally_observer_cams.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_racetools.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_rearweapon.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_scripted_objects.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rally_tools.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rankings.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_rankings.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_session.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_spawn.c Added 4-Team-Domination 2021-06-11 04:29:41 +00:00
g_svcmds.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_syscalls.asm Restore compatibility with running on unmodified ioquake3 2017-11-17 00:43:27 +00:00
g_syscalls.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_target.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_team.c Added the new sigils and icons from insellium codewise 2021-07-08 09:31:01 +00:00
g_team.h Changed years in file headers 2021-03-24 20:13:01 +00:00
g_trigger.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_utils.c Changed years in file headers 2021-03-24 20:13:01 +00:00
g_weapon.c new health box fits now into the hud 2021-09-26 20:53:21 +00:00
inv.h Changed years in file headers 2021-03-24 20:13:01 +00:00
match.h Changed years in file headers 2021-03-24 20:13:01 +00:00
syn.h Changed years in file headers 2021-03-24 20:13:01 +00:00