Skip to content

Bladecoder Adventure Engine v2.1.0

Compare
Choose a tag to compare
@bladecoder bladecoder released this 03 Jul 12:56
· 367 commits to master since this release

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

  • Leave action has a new param ,'init', to avoid the initialization of the target scene. This allows to change between scenes without worrying about losing the state.
  • TextManager now sets the talk animation for characters. This ease characters to have conversations in the background.
  • Code refactor to get rid of the 'World' singleton. NOTE: This breaks backwards compatibility of custom actions.
  • Added new text type 'UI' to show debug or ui messages.
  • Added one click 'action' verb.
  • Update blade-ink lib to v0.5.0.
  • Upgrade to gradle 2.6. Maybe it needs some more tweaks.
  • Don't use ref point in position actions if the target actor is the same that the current actor.
  • FIX: filteredbox height bigger than screen and don't show the last element.