Skip to content

Release 2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ADRFranklin ADRFranklin released this 28 Dec 21:25
· 17 commits to master since this release

The following release contains:

  • Deprecated FreezeSyncData in favour of FreezeSyncPacket which allows additional sync types
  • Deprecated SendLastSyncData in favour of SendLastSyncPacket which also allows additional sync types
  • Updated to C++17
  • Linux now uses static versions of libgcc and libstdc 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. :)