Skip to content

Releases: IllusionMods/IllusionModdingAPI

Illusion Modding API v1.46.1

09 Mar 18:11

Choose a tag to compare

What's Changed

  • Fix Value property of obsolete ToolbarToggles not updating in some cases by @ManlyMarco in #109

Full Changelog: v1.46...v1.46.1

Illusion Modding API v1.46

14 Feb 20:47

Choose a tag to compare

What's Changed

  • feat(tablet): improve Wintab API documentation and add configurable context initialization by @rnetiks in #100
    • Breaking change! As far as I know no plugin used the old API, so it should be fine, probably.
  • Add GlobalContextMenu API by @ManlyMarco in #105
    • Can be used to open a custom context menu anywhere, works with both CanvasUI and IMGUI.
    • See the docs for usage information.
  • Add Studio Left Toolbar Button Hiding by @itsnttt in #106
    • Allows users to hide unwanted toolbar buttons. Buttons flash when in Edit Mode (White = Visible / Red = Hidden).
    • Edit mode field is enabled via a new right-click context menu on the "option" button (top right in studio).
    • Added buttons for resetting positions and showing all buttons to the context menu.
  • Add config option to disable local texture support by @Copilot in #101
    • If you never use the local textures mode and want to hide the selection box when saving characters and scenes, you can now turn it all off in plugin settings, search for "Enable local texture support". You may have to restart your game.
  • Add CI workflow by @ManlyMarco in #107
    • If you'd like to test not-yet-released features you can download the latest nightly builds from the CI workflow.

New Contributors

Full Changelog: v1.45.1...v1.46

Illusion Modding API v1.45.1

03 Nov 22:25

Choose a tag to compare

What's Changed

Full Changelog: v1.45...v1.45.1

Illusion Modding API v1.45

02 Nov 11:58

Choose a tag to compare

What's Changed

Full Changelog: v1.44...v1.45

Illusion Modding API v1.44

27 Oct 22:23

Choose a tag to compare

This update adds new APIs for use by other plugins in upcoming updates. By itself this update should have no effect other than the bugfix.

What's Changed

Full Changelog: v1.43...v1.44

Illusion Modding API v1.43

16 Sep 20:32

Choose a tag to compare

What's Changed

  • Added SmartRect to Utilities by @rnetiks in #82

  • Add tablet integration and refactor curve utilities by @rnetiks in #84 and #86

  • Rewrite of studio toolbar API with new features and other improvements by @ManlyMarco in #85

    • Replaced the old CustomToolbarButtons API with ToolbarManager, bringing many improvements and new features.

    • Toolbar buttons now can be drag-and-drop moved and reordered (persists across restarts).

  • Added new GlobalTooltips API for easily adding tooltips to in game and studio.

  • PHAPI got some free improvements as a side effect of refactoring.

  • [PH] Merge all Utilities and some other new APIs into PHAPI by @ManlyMarco in #87

toolbar drag preview

New Contributors

Full Changelog: v1.42.2...v1.43

Illusion Modding API v1.42.2

26 Feb 22:17

Choose a tag to compare

What's Changed

Full Changelog: v1.42.1...v1.42.2

Illusion Modding API v1.42.1

21 Sep 18:18

Choose a tag to compare

What's Changed

Full Changelog: v1.42...v1.42.1

Illusion Modding API v1.42

17 Sep 21:47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.41...v1.42

Illusion Modding API v1.41

08 Jun 21:11

Choose a tag to compare

What's Changed

  • Add Extensions.SequenceEqualFast, and use it to speed up TextureStorage by @takahiro0327 in #69

  • Add "Remember last folder in file pickers" setting, enabled by default by @Keelhauled in #70

  • Option to Save/load last folder in file pickers across restarts by @RikkiBalboa in #72

  • Log contents of the version and doorstop_version files by @ManlyMarco in #71

  • Log current system time (UTC) at startup by @ManlyMarco in #73

Full Changelog: v1.40...v1.41