1
0
forked from 0ad/0ad
0ad/source/network
wraitii 39f572af88 Stop processing turns after a replay finishes. Patch by elexis. Fixes #3581
The animations continue because we currently have no easy way to stop
interpolating. My suggestion would be to implement a network
synchronised pause and use something like that.

This was SVN commit r17265.
2015-11-15 15:08:46 +00:00
..
tests Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
fsm.cpp Implements ready status into gamesetup. Fixes #2447. 2014-04-26 18:34:34 +00:00
fsm.h Let CFsm actions override the default state transition 2011-10-27 14:10:55 +00:00
NetClient.cpp Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetClient.h Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +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 Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetMessage.cpp Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetMessage.h SpiderMonkey 31 upgrade 2015-01-24 14:46:52 +00:00
NetMessages.h Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetMessageSim.cpp Convert CConsole to take UTF-8 strings. 2015-02-14 01:49:34 +00:00
NetServer.cpp Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetServer.h Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetSession.cpp Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +00:00
NetSession.h Allow kicking/banning players from gamesetup and session. Patch by elexis. Fixes #3241. 2015-11-11 02:05:23 +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 Stop processing turns after a replay finishes. Patch by elexis. Fixes #3581 2015-11-15 15:08:46 +00:00
NetTurnManager.h Stop processing turns after a replay finishes. Patch by elexis. Fixes #3581 2015-11-15 15:08:46 +00:00
NMTCreator.h # Basic experimental multiplayer integration with new simulation system. 2010-05-20 00:59:01 +00:00
Serialization.h # Refactored the networking code, and redesigned the game setup screen. 2010-06-30 21:41:04 +00:00
StringConverters.h Provide JSON-compatible string escaping 2011-11-04 01:18:34 +00:00