Skip to content

Releases: bladecoder/blade-ink-java

blade-ink v0.4.1

29 Mar 17:14

Choose a tag to compare

Changes

  • This release includes all changes added to the Ink reference implementation [v0.7.1]

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.4.1"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

blade-ink v0.4.0

16 Jan 12:02

Choose a tag to compare

This version brings support for a brand new powerful ink feature - Lists!!

Changes

  • This release includes all changes added to the Ink reference implementation [v0.7.0]

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.4.0"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

blade-ink v0.3.2

11 Jan 23:54

Choose a tag to compare

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.3.2"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • This release includes all changes added to the Ink reference implementation [v0.6.4]

blade-ink v0.3.1

12 Nov 00:05

Choose a tag to compare

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.3.1"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • This release includes all changes added to the Ink reference implementation [v0.6.3]

blade-ink v0.3.0

21 Oct 08:14

Choose a tag to compare

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.3.0"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • This release includes all changes added to the Ink reference implementation v0.6.2 including TAG support!

blade-ink v0.2.0

30 Sep 17:02

Choose a tag to compare

The blade-ink library is also available in the Maven Central archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.1.2"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • This release includes all changes added to the Ink reference implementation v0.5.1.
  • Added RANDOM and RANDOM_SEED functions.

blade-ink v0.1.2

20 Sep 21:44

Choose a tag to compare

Bug fix release.

The blade-ink library is also available in the Maven archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.1.2"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • Fix bug when loading/saving game state.

blade-ink v0.1.1

24 Aug 23:18

Choose a tag to compare

Bug fix release.

The blade-ink library is also available in the Maven archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.1.1"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!

Changes

  • Fix bug when pop text generating choices with variable text. It was obtaining text in reverse order.
  • Fixed suffle error when obtaining random integers. It was retrieving negative numbers.
  • Applied all commits from C# reference implementation to 25 Ago 2016.

Blade Ink v0.1.0

09 Aug 17:10

Choose a tag to compare

First release. It should support pretty much everything the original C# version does.

The blade-ink library is also available in the Maven archives.

Using with Gradle

Add the following line to your build.gradle file under the dependencies section of the core project:

compile "com.bladecoder.ink:blade-ink:0.1.0"

Then simply right-click the project and choose Gradle->Refresh All.

Using with Maven

Right-click on your project and choose Maven->Add Dependency and search for bladecoder. Make sure to choose the most recent version if multiple appear!