]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/history - qcsrc/server/mutators/gamemode_freezetag.qc
be more specific in a check
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / mutators / gamemode_freezetag.qc
2010-12-30 Rudolf Polzerbe more specific in a check
2010-12-30 Rudolf Polzerfix errors
2010-12-30 Rudolf Polzerfreezetag: add a "revivals" scoreboard column; calculat...
2010-12-29 Rudolf Polzerfix olfself
2010-12-29 FruitieXfix a typo
2010-12-29 Rudolf Polzeradd a comment
2010-12-29 Rudolf Polzerwhen frozen, immediately give the ice the right origin
2010-12-28 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2010-12-28 Rudolf Polzerdisable prediction while frozen in freezetag
2010-12-28 Rudolf PolzerMerge remote branch 'origin/fruitiex/bots'
2010-12-10 Rudolf PolzerMerge commit '7b4c329'
2010-12-10 Rudolf PolzerMerge remote branch 'origin/terencehill/WEP_constants_f...
2010-12-09 Rudolf PolzerMerge remote branch 'origin/terencehill/small_cleanup'
2010-12-06 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2010-12-04 terencehillMerge branch 'master' into terencehill/crosshair_colors
2010-12-04 Rudolf PolzerMerge remote branch 'origin/fruitiex/glowmodreset'
2010-12-04 Rudolf PolzerAutocvarize SVQC and CSQC. 20% less CPU usage of dedica...
2010-12-01 Rudolf PolzerMerge remote branch 'origin/fruitiex/cl_vyes'
2010-12-01 Rudolf PolzerMerge remote branch 'origin/samual/newsounds'
2010-12-01 Rudolf PolzerMerge branch 'master' of git://git.xonotic.org/xonotic...
2010-11-30 Rudolf PolzerMerge remote branch 'origin/fruitiex/arenafix'
2010-11-30 FruitieXfreezetag: DEATH_HURTTRIGGER is still supposed to be...
2010-11-30 Rudolf PolzerMerge remote branch 'refs/remotes/origin/fruitiex/balance'
2010-11-30 Rudolf PolzerMerge remote branch 'origin/fruitiex/freezetag_vs_keepaway'
2010-11-30 FruitieXUse PlayerDamage_Calculate in freezetag code
2010-11-30 FruitieXMerge branch 'samual/keepaway' into fruitiex/freezetag_...
2010-11-30 FruitieXmove freezetag specific damage/force code into a Player...
2010-11-30 FruitieXMerge remote branch 'origin/master' into fruitiex/gamem...
2010-11-25 FruitieXonly centerprint to players :p
2010-11-25 FruitieXonly add a new ice block if there isn't an old one...
2010-11-25 FruitieXremove unused float
2010-11-25 FruitieXfix handling of the revival progress
2010-11-25 FruitieXsome small freezetag bugfixes
2010-11-24 FruitieXMerge remote branch 'origin/master' into fruitiex/gamem...
2010-11-17 FruitieXfix, again, several important things
2010-11-17 FruitieXfix the first round now finally, hopefully, other minor...
2010-11-17 FruitieXadd some failsafes
2010-11-17 FruitieXah, i actually have to call count_alive_players()....
2010-11-17 FruitieXset self.freezetag_frozen = 1 before checking if a...
2010-11-17 FruitieXMerge remote branch 'origin/fruitiex/gamemode_freezetag...
2010-11-17 FruitieXlol STUPID mistake. Only break if we actually FOUND...
2010-11-17 FruitieXMerge branch 'master' into fruitiex/gamemode_freezetag
2010-11-16 Rudolf PolzerMerge branch 'master' into fruitiex/gamemode_freezetag
2010-11-16 FruitieXadd revive progress indicator to hud
2010-11-16 FruitieXmore fixes around ending/starting rounds...
2010-11-16 FruitieXsome fixes
2010-11-16 FruitieXwaypoints for frozen teammates
2010-11-16 FruitieXYAY found a way to block player movement, but still...
2010-11-16 FruitieXdon't use setattachment() on the ice, this way it won...
2010-11-16 FruitieXremove these
2010-11-16 FruitieXfix code for checking if player killed himself, also...
2010-11-16 FruitieXlol i had forgotten the mutators/gamemode_freezetag...