Skip to content

RakNet - v0.5.13

Latest
Compare
Choose a tag to compare
@sylvrs sylvrs released this 28 Mar 00:41
· 169 commits to master since this release

This is version 0.5.13 of the RakNet library. This release has many breaking changes compared to the previous release.

The biggest change for this release is that many key components of the RakNet library have been stripped away. These features include little endian encoding, encodable/decodable interfaces, etc. These have all been moved into a separate library located here.

Breaking changes:

  • MIN_MTU & MAX_MTU now reside inside of the Connection companion object.
  • TimeComponent is now named ComponentDuration
  • ComponentDuration now uses Kotlin's experimental Duration class
  • Server.getUptime() is now Server.uptime
  • UInt24LE has been renamed to UMediumLE

Technical features:

  • Datagrams can now clean themselves up after being sent

Any bugs or issues can and should be reported here.