New
17.2
Auto-generated changelog
build
- kotlin 1.5.32 -> 1.6.0 commit
docs
- Add Chinese README file (#1186) commit
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