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

Bump the badlogicgames group with 3 updates #76

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 2, 2025

Bumps the badlogicgames group with 3 updates: com.badlogicgames.gdx:gdx, com.badlogicgames.gdx:gdx-box2d and com.badlogicgames.jamepad:jamepad.

Updates com.badlogicgames.gdx:gdx from 1.11.0 to 1.13.0

Release notes

Sourced from com.badlogicgames.gdx:gdx's releases.

1.13.0

It has been some time since our last release, but version 1.13.0 of libGDX brings plenty of improvements and bug fixes. Check out our blog post to find out more!

... (truncated)

Changelog

Sourced from com.badlogicgames.gdx:gdx's changelog.

[1.13.1]

  • [BREAKING CHANGE] Android: Since 1.13.0 libGDX requires setting android.useAndroidX=true in your gradle.properties file. In 1.13.1 it is NO longer needed to define the androidx.core:core dependency in your Android module.
  • iOS: Update to MobiVM 2.3.22
  • iOS: Fixes Gdx.openURI() not working on iOS 18.1 Simulator.
  • Change visibility of PolygonSpriteBatch.switchTexture() to protected
  • Added XmlReader.getChildren() and XmlReader.replaceChild()
  • LWJGL3: Fix pauseWhenLostFocus not working as expected
  • LWJGL 3: Downgrade to 3.3.3 due to AV false positives on 3.3.4 and OpenAL log spamming issue on 3.3.5.
  • API Addition: Added FPSLogger#setBound
  • Android: Fix crash on startup if setContentView was manually called after initializeForView

[1.13.0]

  • [BREAKING CHANGE] GWT: Updated to 2.11.0. com.google.jsinterop:jsinterop-annotations:2.0.2:sources must be added as a dependency to your html project dependencies.
  • [BREAKING CHANGE] Android: Minimum API level is now level 19 (Android 4.4)
  • [BREAKING CHANGE] iOS: Increased min supported iOS version to 12.0. Update your Info.plist file if necessary.
  • [BREAKING CHANGE] Android, iOS: Exceptions occurring in Runnable tasks scheduled through Gdx.app.postRunnable() are no longer swallowed and will crash the app (add a protection if required).
  • Updated: Update to jnigen 2.5.2
  • iOS: Update to MobiVM 2.3.21
  • iOS: The iOS backend now implements AudioDevice. It can be configured through IOSApplicationConfiguration with audioDeviceBufferSize/audioDeviceBufferCount
  • Fixed GlyphLayout for fixed width glyph offsets at the start and end of lines.
  • Fixed scene2d.ui layout for fractional positions and sizes.
  • LWJGL3: Added pauseWhenMinimized and pauseWhenLostFocus flags to Lwjgl3ApplicationConfiguration.
  • libGDX is now built using Java 17 due to Gradle 8 requirements.
  • New GDX Setup projects now use Gradle 8.4 and AGP Plugin 8.1.2 which require at least Java 17.
  • Fixed Timer#stop, remember time spent stopped and delay tasks when started again. #7281
  • Android: Add configuration option to render under the cutout if available on the device.
  • Fix: Keep SelectBox popup from extending past right edge of stage.
  • Added Framebuffer multisample support (see GL31FrameBufferMultisampleTest.java for basic usage)
  • Fix: Fonts generated with gdx-freetype no longer bleed when drawn with a shadow
  • Fixed Timer tasks being run after cancellation.
  • Optimization of SpriteBatch in GL30 default modes, as indices do not need to be updated
  • Desktop: Added support for 8/32/64-bit PCM and MP3 WAVs
  • Desktop: Improved support for surround sound audio files (#6792)
  • Android: Added support for predictive back gesture (requires android:enableOnBackInvokedCallback="true" in manifest)
  • API Removal: Removed deprecated back and menu key methods. Use setCatchKey and isCatchKey instead.
  • Cache packed color on sprite to improve performance
  • Improve JsonReader, add JsonSkimmer, JsonString
  • Add proper glTexImage2D support on GWT
  • Expose the color variables of Box2DDebugRenderer
  • Add Color#set(Color rgb, float a)
  • Prevent loss of precision in OrthographicCamera#update
  • Fix offsets in ConvexHull while being unsorted
  • Small particle emitter improvements
  • Fix : RenderBuffer leak in GLFrameBuffer
  • LWJGL 3: Remove unnecessary window.makeCurrent() calls to improve performance (#7362)
  • Fix: DragListener only listens to the correct touch up events
  • Fix incorrect glyph page index in FreeTypeFontGenerator
  • Added TextureAtlas.TextureAtlasData.Page#name.
  • iOS: Improve preferred FPS setting logic and documentation on iOS backend
  • Fixed TextField breaking if the font has markup enabled.

... (truncated)

Commits

Updates com.badlogicgames.gdx:gdx-box2d from 1.11.0 to 1.13.0

Release notes

Sourced from com.badlogicgames.gdx:gdx-box2d's releases.

1.13.0

It has been some time since our last release, but version 1.13.0 of libGDX brings plenty of improvements and bug fixes. Check out our blog post to find out more!

... (truncated)

Changelog

Sourced from com.badlogicgames.gdx:gdx-box2d's changelog.

[1.13.1]

  • [BREAKING CHANGE] Android: Since 1.13.0 libGDX requires setting android.useAndroidX=true in your gradle.properties file. In 1.13.1 it is NO longer needed to define the androidx.core:core dependency in your Android module.
  • iOS: Update to MobiVM 2.3.22
  • iOS: Fixes Gdx.openURI() not working on iOS 18.1 Simulator.
  • Change visibility of PolygonSpriteBatch.switchTexture() to protected
  • Added XmlReader.getChildren() and XmlReader.replaceChild()
  • LWJGL3: Fix pauseWhenLostFocus not working as expected
  • LWJGL 3: Downgrade to 3.3.3 due to AV false positives on 3.3.4 and OpenAL log spamming issue on 3.3.5.
  • API Addition: Added FPSLogger#setBound
  • Android: Fix crash on startup if setContentView was manually called after initializeForView

[1.13.0]

  • [BREAKING CHANGE] GWT: Updated to 2.11.0. com.google.jsinterop:jsinterop-annotations:2.0.2:sources must be added as a dependency to your html project dependencies.
  • [BREAKING CHANGE] Android: Minimum API level is now level 19 (Android 4.4)
  • [BREAKING CHANGE] iOS: Increased min supported iOS version to 12.0. Update your Info.plist file if necessary.
  • [BREAKING CHANGE] Android, iOS: Exceptions occurring in Runnable tasks scheduled through Gdx.app.postRunnable() are no longer swallowed and will crash the app (add a protection if required).
  • Updated: Update to jnigen 2.5.2
  • iOS: Update to MobiVM 2.3.21
  • iOS: The iOS backend now implements AudioDevice. It can be configured through IOSApplicationConfiguration with audioDeviceBufferSize/audioDeviceBufferCount
  • Fixed GlyphLayout for fixed width glyph offsets at the start and end of lines.
  • Fixed scene2d.ui layout for fractional positions and sizes.
  • LWJGL3: Added pauseWhenMinimized and pauseWhenLostFocus flags to Lwjgl3ApplicationConfiguration.
  • libGDX is now built using Java 17 due to Gradle 8 requirements.
  • New GDX Setup projects now use Gradle 8.4 and AGP Plugin 8.1.2 which require at least Java 17.
  • Fixed Timer#stop, remember time spent stopped and delay tasks when started again. #7281
  • Android: Add configuration option to render under the cutout if available on the device.
  • Fix: Keep SelectBox popup from extending past right edge of stage.
  • Added Framebuffer multisample support (see GL31FrameBufferMultisampleTest.java for basic usage)
  • Fix: Fonts generated with gdx-freetype no longer bleed when drawn with a shadow
  • Fixed Timer tasks being run after cancellation.
  • Optimization of SpriteBatch in GL30 default modes, as indices do not need to be updated
  • Desktop: Added support for 8/32/64-bit PCM and MP3 WAVs
  • Desktop: Improved support for surround sound audio files (#6792)
  • Android: Added support for predictive back gesture (requires android:enableOnBackInvokedCallback="true" in manifest)
  • API Removal: Removed deprecated back and menu key methods. Use setCatchKey and isCatchKey instead.
  • Cache packed color on sprite to improve performance
  • Improve JsonReader, add JsonSkimmer, JsonString
  • Add proper glTexImage2D support on GWT
  • Expose the color variables of Box2DDebugRenderer
  • Add Color#set(Color rgb, float a)
  • Prevent loss of precision in OrthographicCamera#update
  • Fix offsets in ConvexHull while being unsorted
  • Small particle emitter improvements
  • Fix : RenderBuffer leak in GLFrameBuffer
  • LWJGL 3: Remove unnecessary window.makeCurrent() calls to improve performance (#7362)
  • Fix: DragListener only listens to the correct touch up events
  • Fix incorrect glyph page index in FreeTypeFontGenerator
  • Added TextureAtlas.TextureAtlasData.Page#name.
  • iOS: Improve preferred FPS setting logic and documentation on iOS backend
  • Fixed TextField breaking if the font has markup enabled.

... (truncated)

Commits

Updates com.badlogicgames.jamepad:jamepad from 2.0.20.0 to 2.30.0.0

Release notes

Sourced from com.badlogicgames.jamepad:jamepad's releases.

2.30.0.0

Updated to SDL 2.30.0

2.26.5.0

  • Updated to SDL 2.26.5, fixes MacOS functionality

2.26.4.0

  • Updated to SDL 2.26.4
  • Added getDeviceInstanceID
  • update() returns boolean
Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the badlogicgames group with 3 updates: [com.badlogicgames.gdx:gdx](https://github.com/libgdx/libgdx), [com.badlogicgames.gdx:gdx-box2d](https://github.com/libgdx/libgdx) and [com.badlogicgames.jamepad:jamepad](https://github.com/libgdx/jamepad).


Updates `com.badlogicgames.gdx:gdx` from 1.11.0 to 1.13.0
- [Release notes](https://github.com/libgdx/libgdx/releases)
- [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES)
- [Commits](libgdx/libgdx@1.11.0...1.13.0)

Updates `com.badlogicgames.gdx:gdx-box2d` from 1.11.0 to 1.13.0
- [Release notes](https://github.com/libgdx/libgdx/releases)
- [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES)
- [Commits](libgdx/libgdx@1.11.0...1.13.0)

Updates `com.badlogicgames.jamepad:jamepad` from 2.0.20.0 to 2.30.0.0
- [Release notes](https://github.com/libgdx/jamepad/releases)
- [Commits](libgdx/Jamepad@2.0.20.0...2.30.0.0)

---
updated-dependencies:
- dependency-name: com.badlogicgames.gdx:gdx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: badlogicgames
- dependency-name: com.badlogicgames.gdx:gdx-box2d
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: badlogicgames
- dependency-name: com.badlogicgames.jamepad:jamepad
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: badlogicgames
...

Signed-off-by: dependabot[bot] <[email protected]>
@BenCheung0422
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 0eb7f41 into main Jan 2, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/badlogicgames-b870246776 branch January 2, 2025 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: Dependency Bump Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant