1.26.30 for Trackmania

edge 1 month ago

  • Added school mode
  • Added new Plugin Manager design (the old design is still available in the settings)
  • Added named separators for categories in settings menu
  • Added option for named category separators in Plugins menu
  • Added fid filename to array if it exists in Nod Explorer
  • Added new Path API's
  • Added if, beforerender, and afterrender to [setting]
  • Added step attribute to [setting] for int, uint, double, float
  • Added support for newlines in [Setting]
  • Added improved display of structured settings
  • Added UI::SeparatorTextOpenplanet
  • Added UI::SetItemTooltip, UI::SetTooltip, and UI::BeginItemTooltip
  • Added UI::TextLink and UI::TextLinkOpenURL
  • Added UI::Shortcut and UI::SetNextItemShortcut
  • Added UI::SetItemKeyOwner
  • Added pretty parameter to Json::Write and Json::ToFile
  • Added string::LastIndexOf
  • Added wstring::opCmp
  • Added Math::PI2, Math::PIl, Math::PI2l constants
  • Added Math::Round with decimal places
  • Added mat3::Transpose and mat4::Transpose
  • Added mat4(const mat3 &in) and mat3(const mat4 &in) constructors
  • Added IO::FileCreatedTime
  • Added more functionality to the Tests API's (still a work in progress)
  • Added Meta::Plugin::HasManifest
  • Added Meta::IsSchoolModeWhitelisted
  • Added Reflect::MwClassInfo::Size
  • Added more descriptive error for plugin info.toml load failures
  • Added log level string to log file
  • Updated game version data (faster startup time)
  • Updated overlay layout and style a little bit
  • Updated Angelscript
  • Updated ImGui (this adds many new API's and flag values to the UI API's)
  • Deprecated fallback parameters in nvg::LoadFont as they are practically free in NanoVG (fallback fonts are now always included) - this fixes problems when 2 plugins load the same font with different fallback settings
  • Fixed offzone patch no longer working
  • Fixed crash when assigning handle in scripts
  • Fixed crash when unloaded plugin tries to render in Recent in Developer menu
  • Fixed shared exports not being included with the plugin when their filename ends with another exported path
  • Fixed Text::TryParseDouble having the wrong signature
  • Fixed Text::StripFormatCodes not stripping empty links