File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
id ' sio2.published-library'
7
7
}
8
8
9
- version= ' 1.8.0-SNAPSHOT '
9
+ version= ' 1.8.0'
10
10
group= ' com.simsilica'
11
11
12
12
ext. jmeVersion = " 3.3.0-stable"
Original file line number Diff line number Diff line change 1
- Version 1.8.0 (unreleased )
1
+ Version 1.8.0 (latest )
2
2
--------------
3
3
* Change the target version of the project to Java 8 to match the few
4
4
Java 8 classes that are used.
@@ -23,9 +23,11 @@ Version 1.8.0 (unreleased)
23
23
* Changed the element ID for MessageState labels to be "console.message.label"
24
24
instead of "message.label". The latter was too generic in styling and was
25
25
often catching optionPanel.message.label as well.
26
+ * Fixed BulletSystem collision listener iteration to use getArray() instead of
27
+ creating an iterator every time. (thanks Ali-RS)
28
+
26
29
27
-
28
- Version 1.7.0 (latest)
30
+ Version 1.7.0
29
31
--------------
30
32
* Fixed a bug in MovementState where disabled states would be auto-enabled if the
31
33
default camera initialization ran.
You can’t perform that action at this time.
0 commit comments