This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-01 03:49:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
92fc34c87cc32772ab9b311c60f950e73062e110
0ad
/
source
/
network
T
History
elexis
bfc34f3f58
Fix previous (invalid Freeze
508da732af
).
...
This was SVN commit r22868.
2019-09-07 17:04:04 +00:00
..
scripting
Remove default CGame constructor values to make the code less error-prone, use CRenderer::IsInitialised() to test if the CGame should be rendered to remove indirection/proxies, making the code easier to read.
2019-08-25 11:02:55 +00:00
tests
Implement NetClient PushGuiMessage using parameter pack and ScriptInterface::CreateObject from D2080 /
b4626359f5
to replace remaining Eval function calls.
2019-09-07 16:51:44 +00:00
fsm.cpp
…
fsm.h
…
NetClient.cpp
Implement NetClient PushGuiMessage using parameter pack and ScriptInterface::CreateObject from D2080 /
b4626359f5
to replace remaining Eval function calls.
2019-09-07 16:51:44 +00:00
NetClient.h
Fix previous (invalid Freeze
508da732af
).
2019-09-07 17:04:04 +00:00
NetClientTurnManager.cpp
Implement NetClient PushGuiMessage using parameter pack and ScriptInterface::CreateObject from D2080 /
b4626359f5
to replace remaining Eval function calls.
2019-09-07 16:51:44 +00:00
NetClientTurnManager.h
…
NetFileTransfer.cpp
…
NetFileTransfer.h
…
NetHost.cpp
…
NetHost.h
Prevent hosts that didn't modify C++ code from starting the game without all assigned online players being ready (launchGame(); cheat), refs
#4463
.
2018-07-21 11:58:35 +00:00
NetMessage.cpp
…
NetMessage.h
…
NetMessages.h
Don't print lobby buddies to mainlog.html, refs D209 /
dcf12abe8c
.
2018-06-06 22:37:20 +00:00
NetMessageSim.cpp
…
NetServer.cpp
Fix unreported glooxwrapper leaks following
61261d14fc
, refs
#2305
.
2019-08-17 00:12:19 +00:00
NetServer.h
pthread -> std::thread (4/7) - Replace pthread in remaining files
2019-08-15 09:07:16 +00:00
NetServerTurnManager.cpp
…
NetServerTurnManager.h
…
NetSession.cpp
Prevent players from disconnecting during the loading screen by increasing the timeout tolerance to 60 seconds for that period,
fixes
#5163
.
2018-06-06 22:09:38 +00:00
NetSession.h
Prevent players from disconnecting during the loading screen by increasing the timeout tolerance to 60 seconds for that period,
fixes
#5163
.
2018-06-06 22:09:38 +00:00
NetStats.cpp
Clean up ThreadUtil, use standard C++11 constructs instead of custom ones.
2019-06-06 19:30:48 +00:00
NetStats.h
Clean up ThreadUtil, use standard C++11 constructs instead of custom ones.
2019-06-06 19:30:48 +00:00
NMTCreator.h
…
Serialization.h
…
StringConverters.h
…
StunClient.cpp
Fix unreported glooxwrapper leaks following
61261d14fc
, refs
#2305
.
2019-08-17 00:12:19 +00:00
StunClient.h
Fix unreported glooxwrapper leaks following
61261d14fc
, refs
#2305
.
2019-08-17 00:12:19 +00:00