Skip to content

v2.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@KnightMiner KnightMiner released this 27 Jul 22:24
· 241 commits to master since this release

General

  • Greatly reduced startup time
  • Improved logic to get the game version, making it a lot more accurate
  • Make GetCurrentMission() a lot more stable

Fixes

  • Fix stack overflow when calling getPawnData when SquadData was nil
  • Fix two new pilot skills breaking with the mod loader (Web_Vek and Adjacent_Heal)
  • Fix animation height not always updating for Advanced Edition units, which broke some palette fallback code

Logging

  • Log the game version on startup
  • Log an error when reading from save data fails
  • Add an option to print the caller to only the file, in addition to file/console and neither
  • Improve formatting of caller info to be more readible
  • Add option to clear the log file on startup (new default)
  • Log file now defaults to enabled for new profiles. In addition, caller info defaults to log file only
  • Fix wrong caller info in LOGF, LOGD and LOGDF being wrong

Full Changelog: https://github.com/itb-community/ITB-ModLoader/compare/v2.7.0..v2.7.1