Releases: bladecoder/blade-ink-java
blade-ink v0.3.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.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
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
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
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
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
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!