1
0
forked from 0ad/0ad
0ad/source/network
elexis f2ed0098ee Make the playername-deduplication ("User" -> "User (2)") optional.
Have it disabled by default to fix #3604.
Prevents players from rejoining as late-observers in case they timed-out
on the client-side but not on the server-side.

This was SVN commit r17851.
2016-03-09 15:02:38 +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 Implement network-warnings, fixes #3264. 2016-02-04 17:14:46 +00:00
NetClient.h Add chat-addressee dropdown, refs #1767. 2016-02-18 01:09:56 +00:00
NetFileTransfer.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
NetFileTransfer.h Fix tests, and warnings, and non-PCH build 2011-12-23 13:01:29 +00:00
NetHost.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
NetHost.h Make the playername-deduplication ("User" -> "User (2)") optional. 2016-03-09 15:02:38 +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 Make the playername-deduplication ("User" -> "User (2)") optional. 2016-03-09 15:02:38 +00:00
NetMessageSim.cpp Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
NetServer.cpp Make the playername-deduplication ("User" -> "User (2)") optional. 2016-03-09 15:02:38 +00:00
NetServer.h Implement network-warnings, fixes #3264. 2016-02-04 17:14:46 +00:00
NetSession.cpp Prevent the local client of the host from becoming disconnected in case of lag, fixes #2854. 2016-02-18 13:10:59 +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 Remove a load of implicit CStr type conversions, since they're error-prone and can cause silent data loss. 2011-02-17 20:08:20 +00:00
NetStats.h Run network server in a separate thread, to minimise latency. 2010-10-31 22:00:28 +00:00
NetTurnManager.cpp Fix / finish previous commit. 2016-02-09 14:34:59 +00:00
NetTurnManager.h Implement network-warnings, fixes #3264. 2016-02-04 17:14:46 +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