Skip to content

Commit 89948b0

Browse files
committed
Prepare for v0.9.13
1 parent d72a917 commit 89948b0

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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+
## [0.9.13]
6+
7+
- Added new buttons in the Tools menu to test the scene in Iphone/Ipad emulator and device.
8+
9+
- Support for changing players in runtime: Added $PLAYER variable.
10+
- Added actor Tint attribute to allow lighting effects.
11+
- EDITOR: Disable not working HTML platform.
12+
- Update RoboVM to Mobidevelop 2.1.0 release.
13+
- Added 'initNewGame' and 'initSavedGame' verbs to allow calling actions when a game is started or loaded.
14+
- Fix error in text position when drawing SUBTITLE texts.
15+
- Fix action color serialize.
16+
- DialogUI gets scrollbar style.
17+
- Update fonts for better language support.
18+
- Fix bug when loading project and scene scope is selected.
19+
- Delete unused 'delay' field in AnimationDesc.
20+
- Fix: bug in yoyo animatinons.
21+
522

623
## [0.9.12]
724

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#Autogenerated by build.gradle
2-
#Thu Jun 09 20:32:27 CEST 2016
2+
#Sun Jun 12 12:11:00 CEST 2016
33
roboVMVersion=2.1.0
44
gwtVersion=2.6.0
55
libgdxVersion=1.9.3
66
androidAPILevel=20
77
buildToolsVersion=23.0.1
88
roboVMGradlePluginVersion=2.1.0
9-
version=0.9.13-SNAPSHOT
9+
version=0.9.13
1010
gwtGradlePluginVersion=0.6
1111
androidGradlePluginVersion=1.5.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.9.13-SNAPSHOT
1+
version=0.9.13
22
libgdxVersion=1.9.3
33
roboVMVersion=2.1.0
44
roboVMGradlePluginVersion=2.1.0

0 commit comments

Comments
 (0)