]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/common/gamemodes/gamemode/survival/sv_survival.qc
Change the shortname of survival from surv to sv to better match other gamemodes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / survival / sv_survival.qc
2020-07-14 MarioChange the shortname of survival from surv to sv to...
2020-07-14 MarioMerge branch 'master' into Mario/survival
2020-07-13 MarioMerge branch 'master' into Mario/survival
2020-07-13 MarioKeep the colour of eliminated players up to date too...
2020-07-13 MarioSet the player's colour each frame on the server side...
2020-07-13 MarioDisplay the number of rounds won as hunter or survivor...
2020-07-13 MarioRestore regular timelimit when resetting the map too...
2020-07-13 MarioDon't award kill points if the round hasn't started...
2020-07-13 MarioReset player survival status on match reset too
2020-07-13 MarioInline survival alive player counting, since the checks...
2020-07-12 MarioUpdate survival status to not use a 0 value for survivo...
2020-07-12 MarioUse the mirror damage deathtype when players are killed...
2020-07-12 MarioSurvival gamemode: Identify and eliminate all the hunte...