0ad/source
elexis 9964bee5bb Change the NetServer Broadcast function to send the given message to clients that are in one of the states specified by the caller.
Thus remove the peculiarity to broadcast to clients that are in the
gamesetup, loading screen or ingame, but not rejoining ones.

Fix "unknown player" errors in the GUI by broadcasting player
assignments to rejoining players too. Fixes #4036.

Differential Revision: D17
Reviewed By: Imarok
This was SVN commit r19171.
2017-01-25 19:04:17 +00:00
..
collada Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
graphics Remove deprecated water parameters. Patch by paulobezerr. Partial review by FeXoR. Fixes #4292. 2016-12-12 23:46:46 +00:00
gui Split TurnManager classes into individual files per class. Patch by echotangoecho, fixes #4095. 2017-01-24 02:04:50 +00:00
i18n Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
lib Fix Atlas under macOS Sierra. 2017-01-21 09:54:08 +00:00
lobby Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
maths Add support for const methods in components and make those that can be const const. 2017-01-20 02:25:19 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Change the NetServer Broadcast function to send the given message to clients that are in one of the states specified by the caller. 2017-01-25 19:04:17 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Split TurnManager classes into individual files per class. Patch by echotangoecho, fixes #4095. 2017-01-24 02:04:50 +00:00
renderer Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
scriptinterface Add support for const methods in components and make those that can be const const. 2017-01-20 02:25:19 +00:00
simulation2 Split TurnManager classes into individual files per class. Patch by echotangoecho, fixes #4095. 2017-01-24 02:04:50 +00:00
soundmanager Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
third_party Update tinygettext. 2015-12-08 18:05:11 +00:00
tools Fix Atlas under macOS Sierra. 2017-01-21 09:54:08 +00:00
main.cpp Actually remove trailing tabs from source/. 2016-11-23 14:09:58 +00:00
test_setup.cpp Properly shut down SpiderMonkey using JS_ShutDown. 2016-08-06 15:41:59 +00:00