WuzhouDictionary / DictSystemInJava

Mozilla Public License 2.0
1 stars 1 forks source link

Bump com.github.almasb:fxgl from 17.3 to 21.1 #20

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps com.github.almasb:fxgl from 17.3 to 21.1.

Release notes

Sourced from com.github.almasb:fxgl's releases.

21.1

Auto-generated changelog

docs

  • added a directory for 3rd party licenses commit
  • added README_RU.md commit

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

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)