0ad/source
wraitii 292d2c5d19 NetClient: don't LOGERROR when flushing messages while disconnected.
The NetClient code is now threaded, and this means it can try to flush
messages while 'knowingly' being disconnected.
This can be avoided by storing some state in NetClientSession

Improves 2d40068cd1, refs #3700

Differential Revision: https://code.wildfiregames.com/D3352
This was SVN commit r24616.
2021-01-15 07:54:55 +00:00
..
collada Fix compiler warnings on VS 2015, refs #3439, refs #5069. 2018-03-10 09:58:53 +00:00
graphics Removes GLSL shaders code duplication for fog and shadows 2021-01-13 20:44:27 +00:00
gui Removes unused GL texture properties after removed FFP. 2021-01-12 23:18:29 +00:00
i18n Update ICU on Windows to 68.1 with the v140_xp toolset. 2020-12-02 16:47:28 +00:00
lib Remove cache detection 2021-01-11 17:30:16 +00:00
lobby Add missing files in 4942cabab5 2020-12-31 14:27:02 +00:00
maths Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
mocks More FreeBSD build fixes. 2012-01-30 06:21:11 +00:00
network NetClient: don't LOGERROR when flushing messages while disconnected. 2021-01-15 07:54:55 +00:00
pch Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
ps Fix sound errors when no sound card is detected. 2021-01-11 18:56:33 +00:00
renderer Removes CPU lighting after no FFP 2021-01-13 21:03:55 +00:00
rlinterface Further header & precompiled cleanup, fix no-PCH builds. 2020-12-09 14:39:14 +00:00
scriptinterface Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00
simulation2 Fix common OOS following 7460d0e56e. 2021-01-14 20:08:32 +00:00
soundmanager Fix sound errors when no sound card is detected. 2021-01-11 18:56:33 +00:00
third_party Adds #include directive support to shaders 2021-01-11 23:23:30 +00:00
tools Fix xmlvalidator following a4852c4c01 2021-01-13 10:33:01 +00:00
main.cpp Thread the NetClient session. 2021-01-06 15:26:11 +00:00
test_setup.cpp Fix windows SEH hook when crashing in an std::thread 2021-01-10 08:39:54 +00:00