Skip to content

17.2

Compare
Choose a tag to compare
@AlmasB AlmasB released this 20 Aug 17:02
· 214 commits to dev since this release

Auto-generated changelog

build

  • kotlin 1.5.32 -> 1.6.0 commit

docs

feat

  • the languages menu now displays the name in the target language, related to #1170 and #1172 commit
  • NotificationService now also accepts Node icon, closes #1149 commit
  • added WaypointMoveComponent which moves the entity based on Point2D, related to #980 commit
  • Input UserAction now provides API for double key/button presses commit
  • trigger listener now supports direct onKey and onButton callbacks which are triggered before the generic onAction callbacks, closes #1070 commit
  • Viewport::bindToFit for entities is now restored, closes #1036 commit
  • FrameData now supports offsets, closes #1181 commit
  • allow access to viewport camera entity via public API, closes #1168 commit
  • added support for Tiled 1.9.0 class property, #1182 commit
  • RechargeableDoubleComponent also has the value in percentage format as a binding commit
  • added KeepInBoundsComponent, fixed KeepOnScreenComponent, closes #842 commit
  • translate animation builder will use current position if from is not set commit
  • added EventBus.removeAllEventHandlers, #1160 commit

fix

  • FPS camera now works even when mouse buttons are pressed, closes #1189 commit

refactor

  • removed redundant onClick() since kotlin now properly reads Consumer<>, closes #1188 commit
  • use joints array size to track joint count commit