Skip to content

Version 1.7

Compare
Choose a tag to compare
@ClonkAndre ClonkAndre released this 26 Jul 17:43
· 7 commits to main since this release

Changelog

  1. Updated to work with IV-SDK .NET v1.5
  2. Added new overload to “DisplayCustomHelpMessage” function within the “NativeGame” class.
  3. Added “ImGuiHelper” and “LightHelper” classes.
  4. Fixed “System.OverflowException” when using some functions/properties in “NativeModel” struct.
  5. The function “GetIntegerStatistic” within the “NativeGame” class now returns an integer instead of an unsigned integer.
  6. The function “SetIntegerStatistic” within the “NativeGame” class now takes an integer instead of an unsigned integer as its parameter.
  7. Renamed and fixed function “GetFloatStatistic” to “SetFloatStatistic” in “NativeGame” class.