Skip to content

Commit 1b4c1d9

Browse files
committed
Prepare for v1.3.5
1 parent 387069b commit 1b4c1d9

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
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.5]
6+
- Added Spine's skins support.
7+
- Choose the best matching 'use' verb when target and inventory actor have it.
8+
- Added pitch parameter to sounds.
9+
- Updated libgdx to v1.9.8.
10+
- Special keys (testerbot, record, play, etc) only enabled in debug mode.
11+
- Delete red tint in hotspots.
12+
- Added sound input panel.
13+
- FIX: Error in walking path calculation.
14+
- FIX: running test scene in android.
15+
- FIX: bad viewport configuration when pausing and restore the qqqgame when screen in 4:3.
16+
- FIX: bug when setting ink property if it doesn't exists after load game.
17+
- FIX: getCurrentTarget() in RunVerbAction.
18+
- FIX: sound list reload when changing chapters.
19+
- FIX: main class detection in desktop packaging.
20+
- FIX: error reading Cb from InkManager.
21+
- FIX: particles and bboxfromrenderer for resolutions other than 1.
22+
-
23+
24+
525
## [1.3.4]
626
- Added currentTarget to verbs.
727
- Null checks in SoundManager before pause/resume sounds.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
androidAPILevel=23
22
androidGradlePluginVersion=2.3.0
3-
bladeInkVersion=0.4.4-SNAPSHOT
3+
bladeInkVersion=0.4.4
44
buildToolsVersion=23.0.3
55
libgdxVersion=1.9.8
66
roboVMGradlePluginVersion=2.3.3
77
roboVMVersion=2.3.3
8-
version=1.3.5-SNAPSHOT
8+
version=1.3.5

gradle.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
version=1.3.5-SNAPSHOT
1+
version=1.3.5
22
libgdxVersion=1.9.8
33
roboVMVersion=2.3.3
44
roboVMGradlePluginVersion=2.3.3
55
buildToolsVersion=23.0.3
66
androidAPILevel=23
77
androidGradlePluginVersion=2.3.0
8-
bladeInkVersion=0.4.4-SNAPSHOT
9-
8+
bladeInkVersion=0.4.4

0 commit comments

Comments
 (0)