Skip to content

Tags: JBenda/inkcpp

Tags

v0.1.10

Toggle v0.1.10's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Refactoring and bug fixes

bump(UE): to version 5.7

fix(snapshot):
+ memory leaks
+ choice tag storage

fix(runner):
+ correct visit count for jumps to start of multiple container
+ some glue and whitespace issues
+ correct bool handling
+ add multiple additional numeric cast

feat:
+ type casting for external functions
+ introduce `INKCPP_NO_EXCEPTIONS` and `INKCPP_NO_RTTI` for better
  intigration in other enviroments

---

authors:
harryr0se, willvale, JBenda, marekdaniluk

v0.1.9

Toggle v0.1.9's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
add UE5.6 support and minor fixes

Features:
+ UE5.6 support
+ configurable dynamic/static allocation for nearly any array/tree/list

Fixes:
+ removed unnecessary dependency on C++20
+ update pipeline to use new Ubuntu runner

v0.1.8

Toggle v0.1.8's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Advanced Tag handling

+ Global and knot/stitch tags are now accessible.
+ get current knot/stitch (hash)
+ UE: EnterKnot (stitch) event

v0.1.7

Toggle v0.1.7's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
+ C++17 compatible

+ use signed number to track references (value.h:pointer.ci)
+ disable tests per default
+ enhances inklecate provision through cmake
+ adapter for UE5.5 (IAssetTypeActions)
+ expand inkcpp_py documentation

v0.1.6

Toggle v0.1.6's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
UE 5.4 Fixes

v0.1.5

Toggle v0.1.5's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
+ Support logic operatinos (&&,||,NOT) for lists

+ fix: additional newlines and tabs at the begin on line

Unreal:
+ Support inkcpp `INCLUDE` statement
  + included files are listed as soruce files in asset
  + a included file change will issue a reimport of the main asset

v0.1.4

Toggle v0.1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
UE Marketplace conpliance

v0.1.3

Toggle v0.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
UE Demo creation

v0.1.2

Toggle v0.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
+ Add Python Bindings

+ Add C Bindings
+ Add Doxygen documentation
+ Add tests for C and Python Bindings
+ Minor Fixes

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Minor bug Fixing

* disabled short cut in `jump` instruction
* allow output of empty strings