Skip to content

Bladecoder Adventure Engine v0.9.9

Compare
Choose a tag to compare
@bladecoder bladecoder released this 11 Apr 10:36
· 937 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

  • New music engine.
  • I18N: language change support in runtime.
  • EDITOR: Added I18N tools for importing and exporting texts in .tsv format for translation.
  • EDITOR: Added button to play sounds in EditSoundDialog and SoundList.
  • Added methods to MenuScreen to ease extension.
  • FIX: Get desktop launcher properly when packaging.
  • FIX: EndGameAction now returns true to stop the verb execution.
  • FIX: bug playing music in credit screen.
  • Doesn't play animation sounds when animation is in reverse mode.
  • FIX: Pass debug flag when testing scene.
  • FIX: In EditableSelectBox, check empty list before setting default value.