Skip to content

Bladecoder Adventure Engine v0.9.11

Compare
Choose a tag to compare
@bladecoder bladecoder released this 13 May 12:08
· 913 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

  • Unicode character support. Previously only ISO-8859-1 character set was supported.
  • Shadow and outline font support.
  • Editor fonts are now .ttf
  • Added "Single Action" support to inventory.
  • FIX: Hide inventory in cutmode
  • EDITOR: Avoid dragging object by mistake when clicked to select it.
  • FIX: Multiply position by scale for multiresolution support in TextAction.
  • Better tolerance handling when dragging inventory objects.
  • FIX: Use screen height instead of world height for size calculation in InventoryUI.