Downloads for Trackmania Turbo

Branches: default beta edge

1.27.12 for Trackmania Turbo

default 18 days ago

  • Added the new "Finetuner" plugin, built to replace the popular (now unmaintained) "Tweaker" plugin
  • Added the ability to favorite plugins to a separate list in menu
  • Added a new UI for the plugins tab in the settings window
  • Added a developer menu item to open plugins in preferred editor
  • Added options for the preferred text editor (Sublime Text, Visual Studio Code, or VSCodium)
  • Added option to always enable the script compatibility layer (Compatibility.as)
  • Added the ability to use negative indices and lengths in string::SubStr
  • Added better error reporting for failing IO operations
  • Added a script exception when Math::clamp is called with min > max
  • Added Net::HttpRequest::StartToFile
  • Added Net::HttpRequest::Progress* properties
  • Added Net::HttpRequest::Cancel()
  • Added awaitable in favor of the now-deprecated Meta::PluginCoroutine (startnew now returns awaitable@)
  • Added Meta::GetPreferredTextEditor and Meta::OpenTextEditor
  • Added Meta::Plugin::Essential
  • Added Meta::StartWithRunContext to replace Meta::PluginCoroutine::WithRunContext
  • Added the ability for plugins to reload themselves using Meta::ReloadPlugin by queuing the reload action until the next frame
  • Added string::Repeat
  • Added UI::Font::Default, UI::Font::Default20, UI::Font::Default26, UI::Font::DefaultBold, UI::Font::DefaultMono
  • Added UI::ColorEditFlags
  • Added more parameters to UI::InputFloat[234]
  • Added UI::SetCursorPosX and UI::SetCursorPosY
  • Added missing parameters to UI::SameLine
  • Added UV coordinates and tint color parameters to UI::Image
  • Added displaying of type name in nod explorer for explorer-unimplemented members
  • Added IsSuccess() and Error() to Auth::PluginAuthTask
  • Added Dev::Get<T> and Dev::Set<T> as an experimental API
  • Added safe memory functions to Dev API (with significant overhead)
  • Added CurrentVec2 and CurrentInt2 to MwStack
  • Added MwId::opEquals
  • Added Math::Randomizer
  • Added matrix equal test operators
  • Added missing flags from UI::InputTextFlags and added descriptions for each value
  • Added Time::FrameCount
  • Added Icons::GetAll
  • Don't allow script timeout to go below 1000 ms (except for the special value 0)
  • Update script engine behavior to disallow empty list elements. For example: {1,2,3,} contains 3 elements now instead of 4, the 4th element being the default value (0 here)
  • Updated Settings.ini to rename some potentially conflicting options
  • Updated Angelscript
  • Fixed unnamable entries in hash file report scope
  • Fixed discarded http requests causing the game to hang
  • Fixed assertions due to previously unsupported return types in game API
  • Fixed plugins that are blocked by other plugins unnecessarily loading prematurely
  • Fixed Fids::Get*Folder not working with trailing path separator
  • Fixed broken UI unroll when multiple stylevars or colors are popped and there's a mid-pop issue
  • Fixed support for UI::TreeNodeFlags::NoTreePushOnOpen
  • Fixed Time::ParseFormatString not throwing an exception and silently returning 0 on failure
  • Fixed crash on Json::Value(null)
  • Fixed crash when ToJson() is invoked for handles to script objects
  • Fixed crash that could happen when using multiple setting attributes without values
  • Fixed crash that could happen when using Regex::SearchAllResult::opIndex

1.27.5 for Trackmania Turbo

default 6 months ago

  • Added support for properties in script setting conditionals
  • Added Time::ParseFormatString
  • Added UI::GetCursorScreenPos and UI::SetCursorScreenPos
  • Added UI::DrawList::AddBezierCubic and UI::DrawList::AddBezierQuadratic
  • Added ImGui ID stack debug option shortcut
  • Added type size field to json output documentation
  • Added warning about installing the VC++ redist when showing error 1114 (outdated redist) and 998 (for Linux)
  • Updated Angelscript (this adds foreach)
  • Fixed uint script setting not allowing step attribute
  • Fixed script builder not handling metadata correctly when there are scoped namespaces
  • Fixed 2 plugins with the same name but different ID not working properly in settings tabs
  • Fixed TableColumnSortSpecs::SortDirection property returning invalid values
  • Fixed Time::ParseRelativeTime not returning correct results when not using 3 digits after the period
  • Fixed await() with single callback never returning
  • Fixed broken behavior for iso4 members in Nod Explorer
  • Fixed rendering invalid escape codes in custom imgui coloring
  • Fixed usability issue on Call Proc window
  • Fixed a potential issue with the overlay on Turbo when using Wine (plus some more verbosity in log if this fails)
  • Fixed a potential crash when Alt+Tabbing while using fullscreen
  • Fixed crash when passing invalid timestamp to Time::FormatString or Time::Parse
  • Fixed crash when unable to open some files for writing

1.27.2 for Trackmania Turbo

default 10 months ago

  • 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 first version of new UI::Plot API
  • 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::IsKeyDown and UI::IsKeyReleased
  • Added UI::PushID with an integer
  • Added MouseButton button to UI::IsItemClicked
  • Added UI::SetItemKeyOwner
  • Added UI::WantCaptureMouse and UI::WantCaptureKeyboard
  • Added UI::GetMouseWheelDelta and UI::GetMouseWheelDeltaHor
  • Added support for multiple font range loading in UI::LoadFont
  • 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 Math::PosInf, Math::NegInf, Math::PosInfl, Math::NegInfl
  • Added mat3::Transpose and mat4::Transpose
  • Added mat4(const mat3 &in) and mat3(const mat4 &in) constructors
  • Added IO::Copy
  • Added IO::FileCreatedTime
  • Added more functionality to the Tests API's (still a work in progress)
  • Added Meta::Plugin::HasManifest
  • Added Meta::IsSchoolModeWhitelisted
  • Added Meta::ReloadPlugin
  • Added support for Meta::UnloadPlugin to unload itself
  • Added Reflect::MwClassInfo::Size
  • Added MwArrayInPlaceDyn<T>
  • Added more descriptive error for plugin info.toml load failures
  • Added "Open game folder" option to menu
  • Added log level string to log file
  • Added command line flag /openplanet:developer to start in developer signature mode
  • Added new icons to Openplanet's icon font: Ubisoft, ManiaExchange, ItemExchange, ManiaPark, Evo, TikTok
  • 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 (#525 and #542)
  • 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
  • Fixed hovered flags in UI::IsItemHovered not working
  • Fixed ChildClasses not showing on Maniaplanet and older in MwClassInfo
  • Fixed counting unnameable files in hash file report statistics
  • Fixed some broken font loading logic

1.27.1 for Trackmania Turbo

beta 10 months ago

  • 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 first version of new UI::Plot API
  • 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::IsKeyDown and UI::IsKeyReleased
  • Added UI::PushID with an integer
  • Added MouseButton button to UI::IsItemClicked
  • Added UI::SetItemKeyOwner
  • Added UI::WantCaptureMouse and UI::WantCaptureKeyboard
  • Added UI::GetMouseWheelDelta and UI::GetMouseWheelDeltaHor
  • Added support for multiple font range loading in UI::LoadFont
  • 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 Math::PosInf, Math::NegInf, Math::PosInfl, Math::NegInfl
  • Added mat3::Transpose and mat4::Transpose
  • Added mat4(const mat3 &in) and mat3(const mat4 &in) constructors
  • Added IO::Copy
  • Added IO::FileCreatedTime
  • Added more functionality to the Tests API's (still a work in progress)
  • Added Meta::Plugin::HasManifest
  • Added Meta::IsSchoolModeWhitelisted
  • Added Meta::ReloadPlugin
  • Added support for Meta::UnloadPlugin to unload itself
  • Added Reflect::MwClassInfo::Size
  • Added MwArrayInPlaceDyn<T>
  • Added more descriptive error for plugin info.toml load failures
  • Added "Open game folder" option to menu
  • Added log level string to log file
  • Added command line flag /openplanet:developer to start in developer signature mode
  • Added new icons to Openplanet's icon font: Ubisoft, ManiaExchange, ItemExchange, ManiaPark, Evo, TikTok
  • 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 (#525 and #542)
  • 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
  • Fixed hovered flags in UI::IsItemHovered not working
  • Fixed ChildClasses not showing on Maniaplanet and older in MwClassInfo
  • Fixed counting unnameable files in hash file report statistics
  • Fixed some broken font loading logic

1.27.0 for Trackmania Turbo

beta 10 months ago

  • 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 first version of new UI::Plot API
  • 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::IsKeyDown and UI::IsKeyReleased
  • Added UI::PushID with an integer
  • Added MouseButton button to UI::IsItemClicked
  • Added UI::SetItemKeyOwner
  • Added UI::WantCaptureMouse and UI::WantCaptureKeyboard
  • Added UI::GetMouseWheelDelta and UI::GetMouseWheelDeltaHor
  • Added support for multiple font range loading in UI::LoadFont
  • 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 Math::PosInf, Math::NegInf, Math::PosInfl, Math::NegInfl
  • Added mat3::Transpose and mat4::Transpose
  • Added mat4(const mat3 &in) and mat3(const mat4 &in) constructors
  • Added IO::Copy
  • Added IO::FileCreatedTime
  • Added more functionality to the Tests API's (still a work in progress)
  • Added Meta::Plugin::HasManifest
  • Added Meta::IsSchoolModeWhitelisted
  • Added Meta::ReloadPlugin
  • Added support for Meta::UnloadPlugin to unload itself
  • Added Reflect::MwClassInfo::Size
  • Added MwArrayInPlaceDyn<T>
  • Added more descriptive error for plugin info.toml load failures
  • Added "Open game folder" option to menu
  • Added log level string to log file
  • Added command line flag /openplanet:developer to start in developer signature mode
  • Added new icons to Openplanet's icon font: Ubisoft, ManiaExchange, ItemExchange, ManiaPark, Evo, TikTok
  • 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 (#525 and #542)
  • 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
  • Fixed hovered flags in UI::IsItemHovered not working
  • Fixed ChildClasses not showing on Maniaplanet and older in MwClassInfo
  • Fixed counting unnameable files in hash file report statistics
  • Fixed some broken font loading logic