Skip to content

17.1

Compare
Choose a tag to compare
@AlmasB AlmasB released this 24 Mar 18:11
· 248 commits to dev since this release

Auto-generated changelog

build

  • javafx 17.0.0.1 -> 18 commit
  • gluon attach 4.0.9 -> 4.0.13 commit
  • junit jupiter 5.7.0 -> 5.8.2, junit platform 1.7.0 -> 1.8.2 commit
  • nexus staging 1.6.7 -> 1.6.8 commit

docs

  • clarified that angle is in radians commit

feat

  • added atDestinationProperty() to AStarMoveComponent, closes #945 commit
  • added QuestService.removeAllQuests() commit
  • added DSL API for world variable changes commit
  • startCutscene() now accepts an extra onFinished param, closes #1156 commit
  • added support for box2d prismatic joint commit
  • DialogService error dialogs will no longer show LOG button since these are for expected exceptions handled by dev, closes #1119 commit
  • added DSL support for loading common assets from URL, closes #971 commit
  • Tiled 1.4.2 support commit
  • .tmx level loader now supports polyline objects, closes #1133 commit
  • TransformComponent can bind its translate X Y Z to another TransformComponent commit

fix

  • removing a ChoiceNode option now correctly disconnects the attached edge, closes #1122 commit
  • setting NotificationService background and text color now correctly updates the view, closes #1143 commit

refactor

  • use Array to store Joints instead of manual linked list commit
  • refine Quest API commit

test

  • improved test coverage for Inventory commit
  • added basic world non-null assertion for broadphase commit