File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
1414apply plugin : ' java'
1515apply plugin : ' maven'
1616
17- version= ' 1.6.0-SNAPSHOT '
17+ version= ' 1.6.0'
1818group= ' com.simsilica'
1919
2020ext. jmeVersion = " 3.3.0-stable"
Original file line number Diff line number Diff line change 1- Version 1.6.0 (unreleased )
1+ Version 1.6.0 (latest )
22--------------
33* Added a CubeSceneState for quickly adding a fully lit test scene to an application.
44* Added a DefaultSceneProcessor which is basically an empty implementation of JME's
@@ -10,11 +10,11 @@ Version 1.6.0 (unreleased)
1010 simple and JME-friendly way.
1111* Added some standard simple chat service classes for networked apps.
1212* Added CompositeAppState.clearChildren()
13- * Modified MovementState to handle null movement targets. The state will be
13+ * Modified MovementState to handle null movement targets. The state will be
1414 automatically enabled/disabled with non-null/null movement targets, respectively.
1515
1616
17- Version 1.5.0 (latest)
17+ Version 1.5.0
1818--------------
1919* Added an initialize and terminate methods to MovementTarget for the MovementState to
2020 call when the target is set.
You can’t perform that action at this time.
0 commit comments