Releases: The-Chinese-Room/Inkpot
v1.11.21-release
Added tools menu section for inkpot, for easier launching of the blotter.
Blotter QoL, list value update in blotter now more streamlined, items now have check box entries.
Exposed VisitCountAtPathString to Inkpot Story.
Added library functions to test the type of an Inkpot value.
Added delegate to allow notify when a line has finished being displayed.
Fixed bad plugin declarations, no more dependency warnings.
Refined blotter update, list values are now updated rather than being replaced for each update.
Set is now SetText on blotter strings.
v1.10.21-release
Introducing the Blotter! or Inkpot Debugger, an Unreal editor utility widget that allows the viewing of and setting of Ink variables at runtime.
Full support for Ink List creation & manipulation in blueprints.
Added documentation to the headers for most blueprint facing functions, story, values & lists.
Ink function evaluation now supported from Blueprints.
Added variable existence checks. All setter or getter functions from story now report success, plus generic test function IsVariableDefined.
Fixed crash when calling begin story with a null asset.
Fixed crash when calling function with empty variable declarations.
v1.03.21-release
Added new abstract factory creation for stories, youclass UInkpotStory can now be subclassed on a per project basis.
Switched settings back to regular UDeveloperSettings as backed by CVAR version did not seem to work.
Fixed for 5.4 compilation error, template instantiation context error in InkPlusPlusTest.cpp(738).
Fixed compiler warnings in 5.4.
Fixed assertion when attempting to access no existent variable in story.
Fixed typo in headers that would fail on certain compilers ( #include "Coreminimal.h" should have been #include "CoreMinimal.h" )
FIxed Deprecation warning for GetAssetRegistryTags.
Updated serialize function to match parent in UInkpotStoryAsset.
v1.02.21-release
Fixed assertion when accessing variables that do not exist in the ink script.
Fixed relative path resolution bug that caused Ink source files to not import.
Improved compilation logging.
v1.01.21-release
Major update:
The InkPlusPlus module has been updated to Ink Runtime Engine Inkversion 21.
This brings inkpot up to date with the v1.1.1 release of Ink.
Minor update:
Added tag accessors to InkpotLine and InkpotChoice.
Added missing test cases.
v1.00.21-release
The InkPlusPlus module has been updated to Ink Runtime Engine Inkversion 21.
This brings inkpot up to date with the v1.1.1 release of Ink.
v0.4.20-alpha
Last alpha release using Inkversion 20.