]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Classify arc and shockwave as "new toys"
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 1 Sep 2024 04:35:28 +0000 (14:35 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Sun, 1 Sep 2024 12:58:57 +0000 (22:58 +1000)
commit7ff275bf7543ec606920a5628775fcf32f952adc
tree6ff3d0a7d01c2f9015bc0dba13ff7ffea778512b
parent2b678afda991834a6490c56c9df14b06f4fca484
Classify arc and shockwave as "new toys"

These are very unfinished, some of the other "new toys" weapons are far
more polished. As with the others, they can be allowed to spawn as
placed with g_new_toys 1; g_new_toys_autoreplace 0.

Fixes item spawning and g_weaponarena all and all_available not
respecting WEP_FLAG_HIDDEN (g_warmup_allguns 1 did respect it).

Changes the pipeline hash because apparently bots have been using a
HIDDEN weapon due to g_weaponarena all in serverbench.cfg.
.gitlab-ci.yml
qcsrc/common/mutators/mutator/new_toys/sv_new_toys.qc
qcsrc/common/weapons/weapon/arc.qh
qcsrc/common/weapons/weapon/shockwave.qh
qcsrc/server/items/items.qc
qcsrc/server/weapons/spawning.qc
qcsrc/server/world.qc