]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Don't show prey on the radar
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 18 Mar 2012 11:25:49 +0000 (13:25 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 18 Mar 2012 11:25:49 +0000 (13:25 +0200)
data/qcsrc/client/radar.qc
docs/Release notes.txt
docs/TODO.txt

index bae1c5c57ae9408d631853ebe6628160e11be423..6e03aa1139d9cacc0ae8cd0200df2466f594367b 100644 (file)
@@ -386,6 +386,7 @@ void() radar_view =
        {\r
                col = GetPlayerColor(tm.sv_entnum);\r
                //if(color == COLOR_SPECTATOR || color == col)\r
+               if not(tm.eaten) // don't show prey on the radar\r
                        draw_radar_player(tm.origin, tm.angles, GetTeamRGB(col));\r
        }\r
        draw_radar_player(view_origin, view_angles, '1 1 1');\r
index 0229f8c58bd1842146d08b2574fac3a4de6ee7ea..38afb0bd578b8317b07e97f45f71fbed6bb2f29a 100644 (file)
@@ -278,6 +278,8 @@ Bug fixes:
 \r
 - Fix floating player names showing for prey, which was both wrong and caused overlapping.\r
 \r
+- Fix prey showing on the radar\r
+\r
 Features:\r
 \r
 - There is no longer a player swallow limit. Players have a stomach capacity (for predators) and a mass (for prey), both based on player scale. As long as your mass is not exceeded, you can keep swallowing players. This affects your weight and overall player capacity based on player size as well. eg: You might be able to eat only one large player, three tiny players, or two normal sized players at the same time. Stomach size will also reflect your capacity, not the player count, being bigger or smaller based on the prey inside and their size compared to yours. By default, a macro can swallow up to 15 mircos and a micro up to 1 macro.\r
index 583abe9e807130c2b0d2dc2774a127afbec34cfc..6ba2edc1a33875b44f57f892ab5d86eb4fde3d7d 100644 (file)
 \r
 - 0.8: Maybe make self a different color on the radar (possibly just change brightness)\r
 \r
-- 0.7: Prey still appears on the radar!\r
-\r
 - !: Arrange this TODO better in order of importance and target version\r
 \r
 - 0.7: Update the engine, netradiant, and fteqcc\r