1
0
Fork 0
flightgear/src/MultiPlayer
Richard Harrison 5988fe24ab Multiplayer: use previously duplicated bits for bools [91] and [92]
bool[42] and bool[72] used to have two bits (i.e. transmitted twice). This was not harmful just wasteful.

Mapped the first of the duplicated bits of each of these to new bools at the end of the list. These two properties will not be compatible with pre 2018.2.
2018-05-17 09:32:42 +02:00
..
CMakeLists.txt Initial commit of mpserver discovery via DNS 2016-11-10 11:14:49 +01:00
mpmessages.hxx Added support for multiplay/generic/bool[0..90] packed into three ints of 31 bits. 2017-05-18 00:15:59 +02:00
MPServerResolver.cxx Add two missing includes for <algorithm> 2017-11-13 15:58:08 +01:00
MPServerResolver.hxx Initial commit of mpserver discovery via DNS 2016-11-10 11:14:49 +01:00
multiplaymgr.cxx Multiplayer: use previously duplicated bits for bools [91] and [92] 2018-05-17 09:32:42 +02:00
multiplaymgr.hxx Multiplayer: revised filtering and move emesary bridge properties to new index. 2018-01-28 15:50:43 +01:00
tiny_xdr.cxx Multiplayer protocol enhancements (MP2017.2 V2) 2017-04-02 13:52:43 +02:00
tiny_xdr.hxx MP2017.2 changes 2017-02-23 00:46:01 +01:00