Skip to content

Commit

Permalink
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.9.13]

- Added new buttons in the Tools menu to test the scene in Iphone/Ipad emulator and device.

- Support for changing players in runtime: Added $PLAYER variable.
- Added actor Tint attribute to allow lighting effects.
- EDITOR: Disable not working HTML platform.
- Update RoboVM to Mobidevelop 2.1.0 release.
- Added 'initNewGame' and 'initSavedGame' verbs to allow calling actions when a game is started or loaded.
- Fix error in text position when drawing SUBTITLE texts.
- Fix action color serialize.
- DialogUI gets scrollbar style.
- Update fonts for better language support.
- Fix bug when loading project and scene scope is selected.
- Delete unused 'delay' field in AnimationDesc.
- Fix: bug in yoyo animatinons.


## [0.9.12]

4 changes: 2 additions & 2 deletions adventure-editor/src/main/resources/versions.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Autogenerated by build.gradle
#Thu Jun 09 20:32:27 CEST 2016
#Sun Jun 12 12:11:00 CEST 2016
roboVMVersion=2.1.0
gwtVersion=2.6.0
libgdxVersion=1.9.3
androidAPILevel=20
buildToolsVersion=23.0.1
roboVMGradlePluginVersion=2.1.0
version=0.9.13-SNAPSHOT
version=0.9.13
gwtGradlePluginVersion=0.6
androidGradlePluginVersion=1.5.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.9.13-SNAPSHOT
version=0.9.13
libgdxVersion=1.9.3
roboVMVersion=2.1.0
roboVMGradlePluginVersion=2.1.0

0 comments on commit 89948b0

Please sign in to comment.