Auto-generated changelog
docs
feat
- added ResourceExtractor that extracts resource files from deployed jar to local FS commit
- added software cursor, closes #1090 commit
- the initial framework for PropertyMapView is implemented, closes #704 commit
- added MazeGrid as a traversable grid commit
- added Dungeon Generator, closes #1130 commit
- completed implementation of QuestService, closes #848 commit
- added EngineService onVarsInitialized() to notify services when game vars are ready to use commit
- added EngineService onGameReset() to allow services to clean up and get ready for a new game commit
- web api service can now use both Chrome and Firefox based on availability commit
- Support 8 directions AStar pathfinding, closes #1213 commit
- Add SerializableType to PropertyMap, closes #1250 commit
- added WebAPI and RPC services commit
- AsyncService for parallel EngineService processing commit
- Support 8 directional Grids commit
- added initial impl of tts service commit
- added HttpClientService that allows sending http requests commit
- added intial impl hand tracking service commit
- added initial impl of speech recognition API commit
- added a new module fxgl-intelligence commit
- added support for loading source images from relative paths in .tmx, closes #1302 commit
- SceneService now provides direct access to intro, loading, game, main menu, game menu scenes, closes #1315 commit
- updated russian.lang commit
fix
- emit particles at initial Entity zIndex instead of zIndex 0, closes #1318 commit
- TriggerSequence Minigame check if trigger is between two lines, closes #796 commit
- modifier keys shift, ctrl, alt are not released when a different key is released, related to #1313 commit
- UI loaded from fxml file now correctly loads Image tags, closes #1343 commit
refactor
- load fxgl-intelligence locally, keep consistent package structure commit
- removed deprecated fireEvent() commit
- replace bit flag with a boolean commit
- encapsulate islang flag in Body commit
- extracted reflection based function calling to be reusable commit
- replace deprecated URL() call with URI.toURL() commit
- clean up weld joint commit
test
- added WaypointComponentTest commit
New Contributors
- @nullrawr made their first contribution in #1328
- @DeathPhoenix22 made their first contribution in #1303
- @BeckFW made their first contribution in #1340
- @keziah480 made their first contribution in #1359
- @alexmoore04 made their first contribution in #1342
Full Changelog: 21...21.1