James R
368116bc59
Restrict HUD tracking on players
...
- Gametyperules include both GTR_BUMPERS and
GTR_CLOSERPLAYERS.
- Break the Capsules or Boss modes must not be active.
2023-02-24 23:21:47 -08:00
James R
ec8e81ddb6
Always HUD track players in Duel mode
2023-02-24 23:21:47 -08:00
James R
e6da831e36
HUD target player with most points
...
- Replace battlewanted global with g_hiscore, keeps track
of the current highest number of points.
- Adds HUD tracking for player(s) with the hiscore.
- Should target both players in a tie.
2023-02-24 23:21:47 -08:00
James R
ecd36144c8
Only draw capsule icon for Break the Capsules HUD tracking
2023-02-23 00:31:45 -08:00
James R
75c9ee253e
k_hud_track.cpp: only draw TARGET text in 1P or 2P splitscreen
2023-02-21 21:09:32 -08:00
James R
4adf585590
Give TARGET HUD tracking to UFO Catcher
2023-02-21 20:12:37 -08:00
James R
e79ff76758
k_hud_track.cpp: refactor to use C++ STL
...
- Use std::vector instead of fixed size array.
- Use std::sort instead of custom sorting algorithm.
2023-02-21 20:11:58 -08:00
James R
13762ee4e1
k_hud_track.cpp: "capsule" -> "track"
2023-02-21 20:10:47 -08:00
James R
83051728f0
Move capsule target code out of k_hud.c, to k_hud_track.cpp
2023-02-21 20:09:06 -08:00