Skip to content

Latest commit

 

History

History
56 lines (32 loc) · 1 KB

RELEASE-NOTES.md

File metadata and controls

56 lines (32 loc) · 1 KB

Release notes for RobustToolbox.

Master

Breaking changes

None yet

New features

  • Added CVars to control Lidgren's MTU parameters:
    • net.mtu
    • net.mtu_expand
    • net.mtu_expand_frequency
    • net.mtu_expand_fail_attempts

Bugfixes

None yet

Other

  • Changed Lidgren to be compiled against net6.0. This unlocks Half read/write methods.
  • Lidgren has been updated to 0.2.2. Not all the changes since 0.1.0 are new here, since this is the first version where we're properly tracking this in release notes.

Internal

  • Renamed Lidgren's assembly to SpaceWizards.Lidgren.Network.
  • Rogue obj/ folders inside Lidgren no longer break the build.