1
0
forked from 0ad/0ad
0ad/source/network
elexis 462540585b Network cleanup.
Only send the network-warnings to clients that successfully joined the
gamesetup or game.
Thus save a bit performance and
prevents a rare, harmless FSM update error (like in refs #3199) in case
a client received the message while authenticating.
Reported by fatherbushido, refs #3264.

This was SVN commit r18117.
2016-05-01 10:33:51 +00:00
..
tests Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
fsm.cpp Strip trailing whitespace from network code. 2015-12-21 13:58:32 +00:00
fsm.h Strip trailing whitespace from network code. 2015-12-21 13:58:32 +00:00
NetClient.cpp Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetClient.h Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetFileTransfer.cpp Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetFileTransfer.h Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetHost.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
NetHost.h Allow hosting matches with 8 players and up to 16 observers, fixes #3254. 2016-03-13 16:52:00 +00:00
NetMessage.cpp Implement network-warnings, fixes #3264. 2016-02-04 17:14:46 +00:00
NetMessage.h Strip trailing whitespace from network code. 2015-12-21 13:58:32 +00:00
NetMessages.h Allow hosting matches with 8 players and up to 16 observers, fixes #3254. 2016-03-13 16:52:00 +00:00
NetMessageSim.cpp Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
NetServer.cpp Network cleanup. 2016-05-01 10:33:51 +00:00
NetServer.h Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetSession.cpp enet backward-compatibility fix, refs #2854. Patch by texane, fixes #3863. 2016-03-27 23:27:37 +00:00
NetSession.h Prevent the local client of the host from becoming disconnected in case of lag, fixes #2854. 2016-02-18 13:10:59 +00:00
NetStats.cpp Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetStats.h Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetTurnManager.cpp Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NetTurnManager.h Cleanup of the network code (range-based for, remove spaces between angle brackets, and other little things). 2016-04-24 20:48:53 +00:00
NMTCreator.h Strip trailing whitespace from network code. 2015-12-21 13:58:32 +00:00
Serialization.h Strip trailing whitespace from network code. 2015-12-21 13:58:32 +00:00
StringConverters.h Provide JSON-compatible string escaping 2011-11-04 01:18:34 +00:00