1
0
forked from 0ad/0ad
0ad/source
elexis 43730f15f3 Fix network FSM errors when a client closes the game during the loading screen or rejoin synchronization stage, fixes #4594, refs 3199.
Fix comments claiming to ensure reliability when in reality there is
only a small likelihood of the message being received.

Broken by fa85527baf / refs #2420 which was a preparation for a3e1c68b9a
/ refs #2373, which hence didn't actually work and was circumvented by
9b136a45fc without clarification.
Might have caused #3643.
Differential Revision: https://code.wildfiregames.com/D1557
Reviewed By: Imarok
This was SVN commit r21837.
2018-06-05 14:52:41 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Fix OSX not starting matches following 8fbc095a88. 2018-05-08 10:03:46 +00:00
gui In preparation of renaming and grouping main.cpp shutdown variables: 2018-05-08 09:24:16 +00:00
i18n Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
lib Add a mod installer, fixes #4027. 2018-04-15 01:46:28 +00:00
lobby Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
maths Adds a perspective matrix, refracts a matrix projection setup to prepare for an isometric view. 2017-10-29 23:41:59 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network Fix network FSM errors when a client closes the game during the loading screen or rejoin synchronization stage, fixes #4594, refs 3199. 2018-06-05 14:52:41 +00:00
pch Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
ps Test all full hashes in non-visual replaymode by default and keep skipping quick-hash by default. 2018-05-29 02:14:38 +00:00
renderer In preparation of renaming and grouping main.cpp shutdown variables: 2018-05-08 09:24:16 +00:00
scriptinterface Fix mod check of non-visual replays and allow conversion of a vector of vectors of strings via ScriptConversions 2018-03-22 15:26:27 +00:00
simulation2 Fix non-visual replay hash mismatch caused by CCmpSound condition in CCmpVisualActor 2018-05-28 19:06:09 +00:00
soundmanager Add missing ScriptInterface includes to 2018-04-27 16:48:44 +00:00
third_party Use libsodium for cryptography. 2018-04-08 21:41:31 +00:00
tools Fix 204b04f2d4 compatibility with zipped mods, refs #5018. 2018-05-01 21:15:55 +00:00
main.cpp Test all full hashes in non-visual replaymode by default and keep skipping quick-hash by default. 2018-05-29 02:14:38 +00:00
test_setup.cpp Fix string format of the JS test assertion failure following 7c2e9027c2 (cxxtest expects a char* instead of a std::wstring, so newlines were printed as \n characters). 2017-10-13 21:56:45 +00:00