Release 2.2.0
Pre-release
Pre-release
The following release contains:
- Deprecated
FreezeSyncData
in favour ofFreezeSyncPacket
which allows additional sync types - Deprecated
SendLastSyncData
in favour ofSendLastSyncPacket
which also allows additional sync types - Updated to C++17
- Linux now uses static versions of
libgcc
andlibstdc
which should reduce the issues people are having on different Linux distros. - Added a new sync type for
Spectating
, this allows more control on resending and freezing that sync. - Fixed a bug, where freezing a players sync, would not work correctly, and you would see them sliding across the floor while dead. Thanks to Y_Less for helping me discover this. :)