File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id ' sio2.published-library'
77}
88
9- version= ' 1.8.0-SNAPSHOT '
9+ version= ' 1.8.0'
1010group= ' com.simsilica'
1111
1212ext. 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 )
22--------------
33* Change the target version of the project to Java 8 to match the few
44 Java 8 classes that are used.
@@ -23,9 +23,11 @@ Version 1.8.0 (unreleased)
2323* Changed the element ID for MessageState labels to be "console.message.label"
2424 instead of "message.label". The latter was too generic in styling and was
2525 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+
2629
27-
28- Version 1.7.0 (latest)
30+ Version 1.7.0
2931--------------
3032* Fixed a bug in MovementState where disabled states would be auto-enabled if the
3133 default camera initialization ran.
You can’t perform that action at this time.
0 commit comments