Skip to content

Bladecoder Adventure Engine v1.3.3

Compare
Choose a tag to compare
@bladecoder bladecoder released this 08 Nov 17:13
· 503 commits to master since this release

This version fix a weird bug in Mac when saving a game.

IMPORTANT: If you have a project created with v1.3.1 you have to recreate the project with this version, otherwise packaging for Android will not work.

DOWNLOAD AND RUNNING THE EDITOR

Below you can download a .zip package with the Adventure Editor. In the bin folder there are scripts to run the editor in Windows, Linux and Mac. Java JDK 1.8 is required to run the Editor.

TEST PROJECTS

Several test projects can be downloaded from here.

Test projects can be used to learn about the Blade Engine features. For example, the venus project is a complete (short) game.

CHANGES

  • Added 'textStyle' attribute to character actors.
  • Added basic QA rules/metrics of project.
  • EDITOR: Understand SNAPSHOT versions when checking for updating versions.
  • Actor 'tint' property are now used to draw inventory actors when dragged.
  • Catch back key in android.
  • Added load chapter option to the debug screen.
  • Fix not showing saved games in tests folder.
  • Fix error removing all items from inventory in 'DropItem' action.
  • Fix error creating screenshots for savedgames in Mac.
  • Fix crash when screenshot of a savegame doesn't exists.