File tree 3 files changed +20
-3
lines changed
adventure-editor/src/main/resources
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
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
+
5
22
6
23
## [ 0.9.12]
7
24
Original file line number Diff line number Diff line change 1
1
# Autogenerated by build.gradle
2
- # Thu Jun 09 20:32:27 CEST 2016
2
+ # Sun Jun 12 12:11:00 CEST 2016
3
3
roboVMVersion =2.1.0
4
4
gwtVersion =2.6.0
5
5
libgdxVersion =1.9.3
6
6
androidAPILevel =20
7
7
buildToolsVersion =23.0.1
8
8
roboVMGradlePluginVersion =2.1.0
9
- version =0.9.13-SNAPSHOT
9
+ version =0.9.13
10
10
gwtGradlePluginVersion =0.6
11
11
androidGradlePluginVersion =1.5.0
Original file line number Diff line number Diff line change 1
- version =0.9.13-SNAPSHOT
1
+ version =0.9.13
2
2
libgdxVersion =1.9.3
3
3
roboVMVersion =2.1.0
4
4
roboVMGradlePluginVersion =2.1.0
You can’t perform that action at this time.
0 commit comments