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 gdxVersion from 1.13.0 to 1.13.1 #118

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps gdxVersion from 1.13.0 to 1.13.1.
Updates com.badlogicgames.gdx:gdx-backend-lwjgl3 from 1.13.0 to 1.13.1

Release notes

Sourced from com.badlogicgames.gdx:gdx-backend-lwjgl3's releases.

1.13.1

libGDX 1.13.1 brings a few pressing bugfixes as well as a couple of interesting new features. Check out our blog post to find out more!

Full Changelog: libgdx/libgdx@1.13.0...1.13.1

... (truncated)

Changelog

Sourced from com.badlogicgames.gdx:gdx-backend-lwjgl3's changelog.

[1.14.0]

  • [BREAKING CHANGE] Android: Updated minSDK to 21. Multidex config is no longer required, please check https://developer.android.com/build/multidex.
  • API Addition: Added BooleanArray#replaceFirst and BooleanArray#replaceAll
  • API Addition: Added ByteArray#replaceFirst and ByteArray#replaceAll
  • API Addition: Added CharArray#replaceFirst and CharArray#replaceAll
  • API Addition: Added DelayedRemovalArray#replaceFirst and DelayedRemovalArray#replaceAll
  • API Addition: Added FloatArray#replaceFirst and FloatArray#replaceAll
  • API Addition: Added IntArray#replaceFirst and IntArray#replaceAll
  • API Addition: Added LongArray#replaceFirst and LongArray#replaceAll
  • API Addition: Added ShortArray#replaceFirst and ShortArray#replaceAll
  • API Addition: Added SnapshotArray#replaceFirst and SnapshotArray#replaceAll
  • Android: Fixed rare NPE when onDestroy was called

[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
  • API Addition: Added Array#replaceFirst and Array#replaceAll
  • Fixed ShortArray#lastIndexOf taking char instead of short.
  • Properly validate font name in Hiero
  • Fix depth shader recycling
  • Support 'class' Tiled/Tmx MapProperty
  • Support for Layer TintColor in TiledMap
  • Fix classpath files not being loaded on GWT
  • Fixed LongArray#lastIndexOf taking char instead of long.
  • LongArray#pop and #peek now throw expections if the array is empty
  • Reset existing transformations of provided overlap Polygon in Polygon::intersectPolygons
  • Added tiledmap loader for JSON files
  • Fix duplicate points returned in polygon intersection
  • Change defaults of SpriteBatch to use VBO instead of VertexArray on gl2/gles2.0
  • Fix: no longer inline the version string
  • GWT - Calculate MD5 hash while copying file to avoid errors on very large files
  • Fix: Wayland doesn't support setting window position and icon
  • Fix: Parsing imagelayer inside a group tag in TMX file
  • Improve Android input keyboard with autocorrection
  • Unproject and pick ray docs for Viewport/Camera
  • Support for Image Layer repeat x and y in TiledMap + Bugfix

[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

... (truncated)

Commits
  • 7bfcd98 Replace uses of expand&fill with grow (#7559)
  • a74936c API Addition: Added Array#replaceFirst and Array#replaceAll (#7557)
  • 35afa79 Downgradle LWJGL 3 to 3.3.3 (#7555)
  • 5ca5b71 Defer content view resolve for KeyboardHeightProvider to allow for late setCo...
  • e67b29d Fixed ShortArray#lastIndexOf taking char instead of short.
  • cf2bf3f Self-sign the .dylibs of the macOS natives build. Needed starting with Xcode ...
  • 7316afa Fix pauseWhenLostFocus not working as expected (#7500)
  • 8dc140d Hiero font name validation ( #7502 ) (#7512)
  • 2d9c334 Add AndroidX Core dependency to Android backend (#7543)
  • e08a2cf fix depth shader recycling (#7541)
  • Additional commits viewable in compare view

Updates com.badlogicgames.gdx:gdx-backend-android from 1.13.0 to 1.13.1

Release notes

Sourced from com.badlogicgames.gdx:gdx-backend-android's releases.

1.13.1

libGDX 1.13.1 brings a few pressing bugfixes as well as a couple of interesting new features. Check out our blog post to find out more!

Full Changelog: libgdx/libgdx@1.13.0...1.13.1

... (truncated)

Changelog

Sourced from com.badlogicgames.gdx:gdx-backend-android's changelog.

[1.14.0]

  • [BREAKING CHANGE] Android: Updated minSDK to 21. Multidex config is no longer required, please check https://developer.android.com/build/multidex.
  • API Addition: Added BooleanArray#replaceFirst and BooleanArray#replaceAll
  • API Addition: Added ByteArray#replaceFirst and ByteArray#replaceAll
  • API Addition: Added CharArray#replaceFirst and CharArray#replaceAll
  • API Addition: Added DelayedRemovalArray#replaceFirst and DelayedRemovalArray#replaceAll
  • API Addition: Added FloatArray#replaceFirst and FloatArray#replaceAll
  • API Addition: Added IntArray#replaceFirst and IntArray#replaceAll
  • API Addition: Added LongArray#replaceFirst and LongArray#replaceAll
  • API Addition: Added ShortArray#replaceFirst and ShortArray#replaceAll
  • API Addition: Added SnapshotArray#replaceFirst and SnapshotArray#replaceAll
  • Android: Fixed rare NPE when onDestroy was called

[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
  • API Addition: Added Array#replaceFirst and Array#replaceAll
  • Fixed ShortArray#lastIndexOf taking char instead of short.
  • Properly validate font name in Hiero
  • Fix depth shader recycling
  • Support 'class' Tiled/Tmx MapProperty
  • Support for Layer TintColor in TiledMap
  • Fix classpath files not being loaded on GWT
  • Fixed LongArray#lastIndexOf taking char instead of long.
  • LongArray#pop and #peek now throw expections if the array is empty
  • Reset existing transformations of provided overlap Polygon in Polygon::intersectPolygons
  • Added tiledmap loader for JSON files
  • Fix duplicate points returned in polygon intersection
  • Change defaults of SpriteBatch to use VBO instead of VertexArray on gl2/gles2.0
  • Fix: no longer inline the version string
  • GWT - Calculate MD5 hash while copying file to avoid errors on very large files
  • Fix: Wayland doesn't support setting window position and icon
  • Fix: Parsing imagelayer inside a group tag in TMX file
  • Improve Android input keyboard with autocorrection
  • Unproject and pick ray docs for Viewport/Camera
  • Support for Image Layer repeat x and y in TiledMap + Bugfix

[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

... (truncated)

Commits
  • 7bfcd98 Replace uses of expand&fill with grow (#7559)
  • a74936c API Addition: Added Array#replaceFirst and Array#replaceAll (#7557)
  • 35afa79 Downgradle LWJGL 3 to 3.3.3 (#7555)
  • 5ca5b71 Defer content view resolve for KeyboardHeightProvider to allow for late setCo...
  • e67b29d Fixed ShortArray#lastIndexOf taking char instead of short.
  • cf2bf3f Self-sign the .dylibs of the macOS natives build. Needed starting with Xcode ...
  • 7316afa Fix pauseWhenLostFocus not working as expected (#7500)
  • 8dc140d Hiero font name validation ( #7502 ) (#7512)
  • 2d9c334 Add AndroidX Core dependency to Android backend (#7543)
  • e08a2cf fix depth shader recycling (#7541)
  • Additional commits viewable in compare view

Updates com.badlogicgames.gdx:gdx-backend-gwt from 1.13.0 to 1.13.1

Release notes

Sourced from com.badlogicgames.gdx:gdx-backend-gwt's releases.

1.13.1

libGDX 1.13.1 brings a few pressing bugfixes as well as a couple of interesting new features. Check out our blog post to find out more!

Full Changelog: libgdx/libgdx@1.13.0...1.13.1

... (truncated)

Changelog

Sourced from com.badlogicgames.gdx:gdx-backend-gwt's changelog.

[1.14.0]

  • [BREAKING CHANGE] Android: Updated minSDK to 21. Multidex config is no longer required, please check https://developer.android.com/build/multidex.
  • API Addition: Added BooleanArray#replaceFirst and BooleanArray#replaceAll
  • API Addition: Added ByteArray#replaceFirst and ByteArray#replaceAll
  • API Addition: Added CharArray#replaceFirst and CharArray#replaceAll
  • API Addition: Added DelayedRemovalArray#replaceFirst and DelayedRemovalArray#replaceAll
  • API Addition: Added FloatArray#replaceFirst and FloatArray#replaceAll
  • API Addition: Added IntArray#replaceFirst and IntArray#replaceAll
  • API Addition: Added LongArray#replaceFirst and LongArray#replaceAll
  • API Addition: Added ShortArray#replaceFirst and ShortArray#replaceAll
  • API Addition: Added SnapshotArray#replaceFirst and SnapshotArray#replaceAll
  • Android: Fixed rare NPE when onDestroy was called

[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
  • API Addition: Added Array#replaceFirst and Array#replaceAll
  • Fixed ShortArray#lastIndexOf taking char instead of short.
  • Properly validate font name in Hiero
  • Fix depth shader recycling
  • Support 'class' Tiled/Tmx MapProperty
  • Support for Layer TintColor in TiledMap
  • Fix classpath files not being loaded on GWT
  • Fixed LongArray#lastIndexOf taking char instead of long.
  • LongArray#pop and #peek now throw expections if the array is empty
  • Reset existing transformations of provided overlap Polygon in Polygon::intersectPolygons
  • Added tiledmap loader for JSON files
  • Fix duplicate points returned in polygon intersection
  • Change defaults of SpriteBatch to use VBO instead of VertexArray on gl2/gles2.0
  • Fix: no longer inline the version string
  • GWT - Calculate MD5 hash while copying file to avoid errors on very large files
  • Fix: Wayland doesn't support setting window position and icon
  • Fix: Parsing imagelayer inside a group tag in TMX file
  • Improve Android input keyboard with autocorrection
  • Unproject and pick ray docs for Viewport/Camera
  • Support for Image Layer repeat x and y in TiledMap + Bugfix

[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

... (truncated)

Commits
  • 7bfcd98 Replace uses of expand&fill with grow (#7559)
  • a74936c API Addition: Added Array#replaceFirst and Array#replaceAll (#7557)
  • 35afa79 Downgradle LWJGL 3 to 3.3.3 (#7555)
  • 5ca5b71 Defer content view resolve for KeyboardHeightProvider to allow for late setCo...
  • e67b29d Fixed ShortArray#lastIndexOf taking char instead of short.
  • cf2bf3f Self-sign the .dylibs of the macOS natives build. Needed starting with Xcode ...
  • 7316afa Fix pauseWhenLostFocus not working as expected (#7500)
  • 8dc140d Hiero font name validation ( #7502 ) (#7512)
  • 2d9c334 Add AndroidX Core dependency to Android backend (#7543)
  • e08a2cf fix depth shader recycling (#7541)
  • Additional commits viewable in compare view

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

Release notes

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

1.13.1

libGDX 1.13.1 brings a few pressing bugfixes as well as a couple of interesting new features. Check out our blog post to find out more!

Full Changelog: libgdx/libgdx@1.13.0...1.13.1

... (truncated)

Changelog

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

[1.14.0]

  • [BREAKING CHANGE] Android: Updated minSDK to 21. Multidex config is no longer required, please check https://developer.android.com/build/multidex.
  • API Addition: Added BooleanArray#replaceFirst and BooleanArray#replaceAll
  • API Addition: Added ByteArray#replaceFirst and ByteArray#replaceAll
  • API Addition: Added CharArray#replaceFirst and CharArray#replaceAll
  • API Addition: Added DelayedRemovalArray#replaceFirst and DelayedRemovalArray#replaceAll
  • API Addition: Added FloatArray#replaceFirst and FloatArray#replaceAll
  • API Addition: Added IntArray#replaceFirst and IntArray#replaceAll
  • API Addition: Added LongArray#replaceFirst and LongArray#replaceAll
  • API Addition: Added ShortArray#replaceFirst and ShortArray#replaceAll
  • API Addition: Added SnapshotArray#replaceFirst and SnapshotArray#replaceAll
  • Android: Fixed rare NPE when onDestroy was called

[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
  • API Addition: Added Array#replaceFirst and Array#replaceAll
  • Fixed ShortArray#lastIndexOf taking char instead of short.
  • Properly validate font name in Hiero
  • Fix depth shader recycling
  • Support 'class' Tiled/Tmx MapProperty
  • Support for Layer TintColor in TiledMap
  • Fix classpath files not being loaded on GWT
  • Fixed LongArray#lastIndexOf taking char instead of long.
  • LongArray#pop and #peek now throw expections if the array is empty
  • Reset existing transformations of provided overlap Polygon in Polygon::intersectPolygons
  • Added tiledmap loader for JSON files
  • Fix duplicate points returned in polygon intersection
  • Change defaults of SpriteBatch to use VBO instead of VertexArray on gl2/gles2.0
  • Fix: no longer inline the version string
  • GWT - Calculate MD5 hash while copying file to avoid errors on very large files
  • Fix: Wayland doesn't support setting window position and icon
  • Fix: Parsing imagelayer inside a group tag in TMX file
  • Improve Android input keyboard with autocorrection
  • Unproject and pick ray docs for Viewport/Camera
  • Support for Image Layer repeat x and y in TiledMap + Bugfix

[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

... (truncated)

Commits
  • 7bfcd98 Replace uses of expand&fill with grow (#7559)
  • a74936c API Addition: Added Array#replaceFirst and Array#replaceAll (#7557)
  • 35afa79 Downgradle LWJGL 3 to 3.3.3 (#7555)
  • 5ca5b71 Defer content view resolve for KeyboardHeightProvider to allow for late setCo...
  • e67b29d Fixed ShortArray#lastIndexOf taking char instead of short.
  • cf2bf3f Self-sign the .dylibs of the macOS natives build. Needed starting with Xcode ...
  • 7316afa Fix pauseWhenLostFocus not working as expected (#7500)
  • 8dc140d Hiero font name validation ( #7502 ) (#7512)
  • 2d9c334 Add AndroidX Core dependency to Android backend (#7543)
  • e08a2cf fix depth shader recycling (#7541)
  • Additional commits viewable in compare view

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 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)

Bumps `gdxVersion` from 1.13.0 to 1.13.1.

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

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

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

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

---
updated-dependencies:
- dependency-name: com.badlogicgames.gdx:gdx-backend-lwjgl3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.badlogicgames.gdx:gdx-backend-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.badlogicgames.gdx:gdx-backend-gwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.badlogicgames.gdx:gdx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@CrazyMarvin CrazyMarvin merged commit 7521e27 into development Feb 3, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gdxVersion-1.13.1 branch February 3, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant