Skip to content

Commit 841a8c9

Browse files
committed
Prepare for v1.3.0
1 parent 4ab85f5 commit 841a8c9

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.3.0]
6+
- New Sound System. Now adding sounds is more usable. Backwards compatibility preserved.
7+
- World properties can also be set in BladeEngine.properties.
8+
- Added PLATFORM property.
9+
- Added OpenURL action.
10+
- Added actions for accessing to Ink variables: InkVariable and IfInkVariable actions.
11+
- Added DIRECTION attribute to IfActorAttr action.
12+
- Initial support for assets in the root folder.
13+
- Ink: Change the ':' character talk separator by '>'.
14+
- Set actor fake depth as boolean.
15+
- Custom icon support for the 'leave' verb.
16+
- Updated blade-ink to v0.4.3.
17+
- Updated InGameConsole to v0.7.1.
18+
- 'world.json' is now called 'world'. Old files can still be loaded.
19+
- EDITOR: Add refPoint to the EditActorDialog.
20+
- EDITOR: Undo bbox points, depth markers, ref. points and walkzone points.
21+
- EDITOR: Added zoom keys: '+' and '-'.
22+
- EDITOR: Filter .zip files in File Input Dialog when selecting JRE in the package dialog.
23+
- And many fixes Fixes.
524

625
## [1.2.7]
726
- Added secondary animation support for Spine actors.
@@ -13,8 +32,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1332
- Added title image and aligment to the menu screen.
1433
- EDITOR: Edit Animation dialog now sets the initial source based in previous sources.
1534

16-
17-
1835
## [1.2.6]
1936

2037
- Actors in inventory can be animated now.

adventure-editor/src/main/resources/versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gwtVersion=2.8.0
77
libgdxVersion=1.9.6
88
roboVMGradlePluginVersion=2.3.1
99
roboVMVersion=2.3.1
10-
version=1.2.8-SNAPSHOT
10+
version=1.3.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.2.8-SNAPSHOT
1+
version=1.3.0
22
libgdxVersion=1.9.6
33
roboVMVersion=2.3.1
44
roboVMGradlePluginVersion=2.3.1

0 commit comments

Comments
 (0)