Skip to content

Commit a7deca1

Browse files
committed
prepare por v0.8.10
1 parent db3dfd5 commit a7deca1

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.8.10]
8+
9+
### Added
10+
- Change to TEXT_INPUT for Lookat and Say actions text fields.
11+
12+
### Fixed
13+
14+
- fix: set last frame in atlasrenderer when reverse mode
15+
716
## [0.8.9]
817

918
### Added
@@ -13,7 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1322
activated.
1423
- Updated to libgdx v0.6.4
1524
- Text from dialog ui wrap to screen size.
16-
25+
1726
### Fixed
1827
- fix: stop processing ActionCallbackQueue when changing scene
1928

@@ -22,7 +31,7 @@ activated.
2231

2332
### Added
2433
- Interpolation support for position and scale actions
25-
- Update to libgdx v1.6.2. WARNING: Projects have to be modified in order to work the IOS version.
34+
- Update to libgdx v1.6.2. WARNING: Projects have to be modified in order to work the IOS version.
2635
More info: http://www.badlogicgames.com/wordpress/?p=3694
2736

2837
### Fixed
@@ -108,7 +117,7 @@ activated.
108117
- Backround images must be inside atlas now
109118
- Added control actions
110119
- Added ActorAttrAction
111-
- GotoAction: Change margin.
120+
- GotoAction: Change margin.
112121
- Added log when verb finished
113122
- GotoAction: add anchor parameter
114123
- PositionAction now works with BaseActors (no animation)
@@ -189,7 +198,7 @@ activated.
189198
- fix enter/leave verb conflicts name. Rename to enter/exit
190199
- fix xml action loading
191200
- Call cb before cleaning text fifo
192-
- fix RunVerb action in repeat
201+
- fix RunVerb action in repeat
193202

194203
## [0.6.1]
195204
- fix show assets folder

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=0.8.9
1+
version=0.8.10
22
libgdxVersion=1.6.4
33
roboVMVersion=1.5.0
44
roboVMGradlePluginVersion=1.5.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ allprojects {
22
apply plugin: "eclipse"
33
apply plugin: "idea"
44

5-
version = '0.8.9'
5+
version = '0.8.10'
66

77
ext {
88
gdxVersion = '1.6.4'

0 commit comments

Comments
 (0)