Releases: IllusionMods/IllusionModdingAPI
Releases · IllusionMods/IllusionModdingAPI
Illusion Modding API v1.33
Changelog
- 2631eb5 @ManlyMarco [HS2] Added KoikatuAPI.IsSteamRelease
- 1dc6731 @IDontHaveIdea [KK/KKS] Reordered GameApi.GetCurrentHeroine code to fix some edge cases (#58)
- c8ea73a @ManlyMarco [KKS] Fixed GetFreeClassSlots not working correctly
Illusion Modding API v1.32
Changelog
- 7b67e3c @ManlyMarco [KK,KKS,EC] Add UniversalRefObjKey API
- e470732 @ManlyMarco Update KoikatuCompatibilityAnalyzer package to 1.1 (propagates to plugins)
Illusion Modding API v1.31.2
Changelog
- 9d3befb @ManlyMarco [KKS] Fixed crash when applying hscene hooks in VR module
Illusion Modding API v1.31.1
Changelog
- 2061378 fc901cd @ManlyMarco [KKS] Added CustomTrespassingHsceneButtons (can add custom buttons in H scene "someone is watching" menu)
- c64f13b @ManlyMarco [KKS] Added StoreApi.DecreaseItemAmountBought
- b991041 @ManlyMarco [KK,KKS] Added GameAPI.GetActionScene
- bcdda6a @ManlyMarco [KK] Changed OnStartH and OnEndH signature to match the one in KKS (old overload is now obsoleted)
- 21243db @ManlyMarco [KKS] Fixed issues reading plugin data when loading game save files
- 177a910 @ManlyMarco Fixed ActuallyRemoveAllListeners sometimes not removing all listeners
- 0cba69e @ManlyMarco Update docs
Illusion Modding API v1.30.1
Changelog
- b59d81d @ManlyMarco [KKS] Fixed CustomActionIcons not being hidden when inside ADV scenes
- 543dbd2 @ManlyMarco [KKS] Fixed icons of custom TouchIcons changing to a hand when hovering over them
- 0202523 @ManlyMarco [KKS] Fixed StartAdvEvent crashing on malformed event data
- 21243db @ManlyMarco [KKS] Fixed issues reading plugin data when loading game save files
- d84e72f @ManlyMarco Fixed GetEmbeddedResource error messages giving wrong info
- 595ef35 @ManlyMarco Moved dependancies from nuspec to packages.config; Update packages
Illusion Modding API v1.30
Changelog
- b0385c6 @ManlyMarco Added TimelineCompatibility API - allows other plugins to register themselves as new interpolables (example usage)
- 5ecccad @ManlyMarco [KKS] Added GameAPI.AddActionIcon - allows plugins to spawn action points on the map (like the topic pickup points or the shop/shrine points)
- 435ddb9 @ManlyMarco Update release script
Illusion Modding API v1.29.1
Changelog
- 5c23d18 @ManlyMarco [KKS] Fixed custom non-restockable shop items always having only 1 in stock
Illusion Modding API v1.29
Changelog
- 85fc2ad @ManlyMarco Added IMGUIUtils.SolidBackgroundGuiSkin (solid background skin for use by plugins, similar to the skin RuntimeUnityEditor uses)
- dc09eed @ManlyMarco [KK,KKS] Extended data now properly propagates in story mode (Only in custom function controllers, e.g. you can now save ext data inside of an H scene and it will be available for other copies of the character, and it will be saved to the save file)
- afafe58 @ManlyMarco [KK,KKS,AI] Added GameApi.GameBeingSaved
- a4a585e @ManlyMarco [KKS] Added TopicApi (adding custom topics)
- fd6a424 @ManlyMarco [KKS] Added StoreApi (adding custom shop items)
- c8f6f72 @ManlyMarco [KKS] Added EventApi (running custom events)
- 22af4d4 @ManlyMarco [KKS] Added more logging for UniTask exceptions (helps troubleshooting)
- 3dda4db b163389 @ManlyMarco Fixed GetMoveNext/PatchMoveNext not working with all UniTask variants
Illusion Modding API v1.28.2
Illusion Modding API v1.28.1
Changelog
- d5a4842 @GeBo1 Added KoikatuAPI.IsQuitting, Quitting event, and StopCoOnQuit coroutine extension method (#52)
- 61458d5 @ManlyMarco [KKS] Added logging for potentially silent crashes in UniTasks (makes fixing some issues much easier)