Skip to content

Releases: The-Chinese-Room/Inkpot

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.