]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'terencehill/itemstime' into 'master'
authorMario <zacjardine@y7mail.com>
Tue, 11 Aug 2015 16:30:30 +0000 (16:30 +0000)
committerMario <zacjardine@y7mail.com>
Tue, 11 Aug 2015 16:30:30 +0000 (16:30 +0000)
commitab15353de5babf142bbdd57052652541f4e2db4d
tree314ff4ccd143895ebdbb5ca3d71127e0f09c4d40
parent367e29dae1e4e500e95743064bcd1db66ab62ca9
parent3108bc8ea930e133184d3055677d706c7ecaa833
Merge branch 'terencehill/itemstime' into 'master'

Items Time

Features:
* Panel that displays left time until important items respawn in the map: mega health, large armor, powerups (strenght, invincible, jetpack, fuel regenerator) and superweapons.

* Waypoints for mega health and large armor, displayed just like the existing powerup waypoints, obviously visible only to spectators

Panel and waypoints can be enabled when spectating (g_waypointsprite_itemstime 1, hud_panel_itemstime 1) or also when playing in warmup stage (g_waypointsprite_itemstime 2, hud_panel_itemstime 2).

In order to prevent cheating, server can completely disable this feature by setting sv_itemstime to 0 (1 by default).

See merge request !133