Skip to content

Releases: The-Chinese-Room/Inkpot

v1.11.21-release

08 Dec 15:55
758b89f
Compare
Choose a tag to compare

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

22 Sep 12:15
a3ad959
Compare
Choose a tag to compare

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

07 Jul 08:23
f6fe3ce
Compare
Choose a tag to compare

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

25 Mar 07:46
255fcc8
Compare
Choose a tag to compare

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

18 Mar 09:21
4c63f43
Compare
Choose a tag to compare

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

17 Mar 12:04
3a5dfb8
Compare
Choose a tag to compare

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

17 Mar 11:50
3b3489b
Compare
Choose a tag to compare

Last alpha release using Inkversion 20.