Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.github.almasb:fxgl to v17 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.almasb:fxgl (source) 11.17 -> 17.3 age adoption passing confidence

Release Notes

AlmasB/FXGL

v17.3

Compare Source

Auto-generated changelog

build
  • jfx 19.0.2.1 -> 20, kotlin 1.8 -> 1.8.10, attach 4.0.16 -> 4.0.17, jackson 2.14.1 -> 2.14.2 commit
  • JavaFX 19 -> 19.0.2.1 (#​1223) commit
  • Kotlin 1.7.10 -> 1.8.0, Jackson 2.13.4 -> 2.14.1, Attach 4.0.15 -> 4.0.16 commit
  • jfx 19-ea+11 -> 19, jackson 2.13.3 -> 2.13.4 (#​1207) commit
  • use java 19-ea for tests commit
docs
feat
  • completed basic isometric support for .tmx, closes #​1151 commit
  • AnimationTexture can start from a given frame, part of #​1244, co-author: @​chengenzhao commit
  • Added Inventory::transferAllFrom(), getItemQuantity() returns 0 if no item, closes #​1131 commit
  • added setDirectionVector3D, closes #​924 commit
  • ViewComponent.getChild() allows retrieving a specific child that is directly cast to given type commit
  • added bindToLookAt3D() which makes a transform look at another transform commit
  • added PropertyMap::addAll(), updated forEach impl and doc, closes #​1199 commit
  • audio object is now in public API, closes #​1187 commit
fix
  • if title is empty, set to Untitled, closes #​1225 (#​1257) commit
  • 3D models in .obj format without normals are now loaded correctly, related to #​1245 commit
  • PropertyMap remove() correctly removes internal listeners, closes #​1229 commit
  • original asset objects are now cast during first load to avoid leaking originals where we shouldnt, #​977 commit
  • updating rotationX and rotationY now correctly updates direction3D #​924 commit
perf
  • optimise A* pathfinding performance commit
refactor
test

Contributors

Full Changelog: AlmasB/FXGL@17.2...17.3

v17.2

Compare Source

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

v17.1

Compare Source

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

v17

Compare Source

Auto-generated changelog

build
  • kotlin 1.5.10 -> 1.5.32 commit
  • maven pmd plugin 3.13.0 -> 3.15.0 commit
  • base Java 17, switch to 17+dev-SNAPSHOT commit
  • javafx 16 -> 17.0.0.1, closes #​1107 commit
docs
  • added commit message guidelines for changelog generation commit
  • clarified release process commit
feat
  • FXGL 17 intro commit
  • added transferFrom() to Inventory commit
  • new API to set time to animation directly and to build sequential animations commit
  • dialogue syntax check, show an error icon if there are incomplete paths, #​651 commit
  • added showChoiceBox to DialogService, closes #​1094 commit
  • added audioFileName support to nodes, #​651 commit
  • bind debug camera to CTRL+8, to avoid issues with CTRL+C commit
  • added DialogueContext, #​1116 commit
  • added bulk dialogue editor actions commit
  • undo (ctrl+z) is complete for main editor actions, #​651 commit
  • added TimeComponent::copy, #​1041 commit
  • Added draft skybox implementation commit
  • add Platform.EMBEDDED, #​1079 commit
  • added public API to change render fill of FXGLPane, set default to White for consistency with native mode, #​1085 commit
  • added randomColorHSB() commit
  • added embeddedShutdown() that allows restarting an FXGL instance without the need to exit JavaFX, added sample, #​1075 commit
fix
  • fixed non-uniform frame distribution for AnimationTexture, closes #​1067 commit
  • fixed a bug that causes audio service to not load properly on embedded devices commit
  • fixed a bug that would cause FS access via gluon attach on embedded devices commit
refactor
repo
  • ignore auto-generated changelog files commit

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-fxgl.version branch from 4b8e7ea to 34a7977 Compare March 13, 2023 17:49
@renovate renovate bot force-pushed the renovate/major-fxgl.version branch from 34a7977 to 61455a9 Compare March 30, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants