]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'master' into Juhu/strafehud-next
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 24 Sep 2024 18:32:57 +0000 (20:32 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 24 Sep 2024 18:32:57 +0000 (20:32 +0200)
commit18450610b0bafbece810de376db8205e2b149ccb
tree7bd2609883b5685e2e6186e2a173ccd42bc941f1
parent9863967fdc2298b1cdb7676064b7b1f1ae8bbd2d
parentd81fa51ebb888d9df4a3302c9867f616461a8f11
Merge branch 'master' into Juhu/strafehud-next

variable declaration moved down to relevant code since the initialization block no longer exists
hud_panel_strafehud_wturn_alpha default changed from 1 to 0.5 to match hud_panel_strafehud_switch_alpha
removed hud_panel_strafehud_wturn_width since the wturn indicator uses the arrow style now
removed the offset_centered parameter from StrafeHUD_DrawStrafeHUD() since the old indicators which this was used for no longer exist
changed naming of some variables to match new naming:
  odd -> opposite
  switch -> change
  real -> absolute
_hud_common.cfg
qcsrc/client/hud/panel/strafehud.qc
qcsrc/client/hud/panel/strafehud.qh
qcsrc/client/hud/panel/strafehud/core.qc
qcsrc/client/hud/panel/strafehud/core.qh
qcsrc/client/hud/panel/strafehud/draw.qc
qcsrc/client/hud/panel/strafehud/extra.qc
qcsrc/client/hud/panel/strafehud/util.qc
qcsrc/client/hud/panel/strafehud/util.qh