]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit - gfx/hud/old/kh_bluearrow.tga
Merge branch 'terencehill/ready_restart_tweaks' into 'master'
authorMario <zacjardine@y7mail.com>
Fri, 23 Jan 2015 01:34:35 +0000 (01:34 +0000)
committerMario <zacjardine@y7mail.com>
Fri, 23 Jan 2015 01:34:35 +0000 (01:34 +0000)
commit68711d52154fcdb3ab7489576d40280fe79a333e
treefefc4cb7b1b711c242a1418305b5996c69b12fa0
parent2abe3009084ac5f361ae60518daa3940e23f3ded
parent1ab9f872068c6bc3d10763225fb9bc4c637716af
Merge branch 'terencehill/ready_restart_tweaks' into 'master'

Terencehill/ready restart tweaks

Improve behaviour when sv_ready_restart and sv_ready_restart_after_countdown are enabled:

* Don't play "Prepare for battle" announcement twice in games made of rounds

* Block players while the countdown to game start is going even if sv_ready_restart_after_countdown is enabled
This is to avoid that a player roaming in the map gets confused by the sudden respawn when the game begins; it also helps to more clearly separate pre-game time from pre-round time (in the latter players are allowed to move depending on the game mode, e.g. CA allows it, FT doesn't)

See merge request !88