danirod / jumpdontdie

Source code for the Android game developed on my YouTube tutorial. Made using libGDX, Scene2D, Box2D.
https://www.youtube.com/playlist?list=PLraIUviMMM3duiko5MtkFPN2vhm0URmkE
GNU General Public License v3.0
55 stars 36 forks source link

Bump gdxVersion from 1.9.11 to 1.9.12 #16

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps gdxVersion from 1.9.11 to 1.9.12. Updates gdx-backend-lwjgl from 1.9.11 to 1.9.12

Updates gdx-backend-android from 1.9.11 to 1.9.12

Updates gdx-box2d from 1.9.11 to 1.9.12

Updates gdx-freetype from 1.9.11 to 1.9.12

Updates gdx from 1.9.11 to 1.9.12

Release notes

Sourced from gdx's releases.

1.9.12

Changelog.

Changelog

Sourced from gdx's changelog.

[1.9.12]

  • [BREAKING CHANGE] iOS: Changed how Retina/hdpi handled on iOS. See #3709.
  • [BREAKING CHANGE] API Change: InputProcessor scrolled method now receives scroll amount for X and Y. Changed type to float to support devices which report fractional scroll amounts. Updated InputEvent in scene2d accordingly: added scrollAmountX, scrollAmountY attributes and corresponding setters and getters. See #6154.
  • [BREAKING CHANGE] API Change: Vector2 angleRad(Vector2) now correctly returns counter-clockwise angles. See #5428
  • [BREAKING CHANGE] Android: getDeltaTime() now returns the raw delta time instead of a smoothed one. See #6228.
  • Fixed vertices returned by Decal.getVertices() not being updated
  • Fixes Issue #5048. The function Intersector.overlapConvexPolygons now should return the right minimum translation vector values.
  • Update to MobiVM 2.3.11
  • API Change: Removed Pool constructor with preFill parameter in favor of using Pool#fill() method. See #6117
  • API Addition: Slider can now be configured to only trigger on certain mouse button clicks (Slider#setButton(int)).
  • Fixed GlyphLayout not laying out correctly with color markup.
  • Fixed TileDrawable not applying its scale correctly.
  • API Addition: Added epsilon methods to maps with float values.
  • API Addition: Added an insertRange method to array collections.
  • Fixed GestureDetector maxFlingDelay.
  • API Change: Changed default GestureDetector maxFlingDelay to Integer.MAX_VALUE (didn't work before, this matches that).
  • Gdx.files.external on Android now uses app external storage - see wiki article File handling for more information
  • Improved text, cursor and selection rendering in TextArea.
  • API Addition: Added setProgrammaticChangeEvents, updateVisualValue, round methods to ProgressBar/Slider.
  • iOS: Keyboard events working on RoboVM on iOS 13.5 and up, uses same API as on other platforms
  • API Addition: Added AndroidLiveWallpaper.notifyColorsChanged() to communicate visually significant colors back to the wallpaper engine.
  • API Change: AssetManager invokes the loaded callback when an asset is unloaded from the load queue if the asset is already loaded.
  • GWT: changed audio backend to WebAudio API. Now working on mobiles, pitch implemented. Configuration change: preferFlash removed. When updating existing projects, you can remove the soundmanager js files from your webapp folder and the references to it from index.html
  • GWT: added possibility to lazy load assets via AssetManager instead of preload them before game start. See GWT specifics wiki article for more information.
  • GWT: New configuration setting usePhysicalPixels to use native resolution on mobile / Retina / HDPI screens. When using this option, make sure to update your code in index.html and HTMLLauncher from setup template.
  • GWT: GwtApplicationConfiguration and GWT backend now support an application to be resizable or fixed size. You can remove your own resizing code from your HTMLLaunchers.
  • GWT: Assets in distribute build are renamed with md5 hash suffix to bypass browser cache on changes
  • GWT: Fixed GwtFileHandle that was only returning text assets when listing a directory, now returns all children
  • API Addition: Pixmap.downloadFromUrl() downloads an image from http(s) URLs and passes it back as a Pixmap on all platforms
  • Added support for Linux ARM builds.
    • 32-bit: ARMv7/armhf
    • 64-bit: ARMv8/AArch64
  • API Change: Removed arm abi from SharedLibraryLoader
  • API Addition: Added a Lwjgl3ApplicationConfiguration#foregroundFPS option.
  • API Change: Utility classes are now final and have a private constructor to prevent instantiation.
  • API Change: ScrollPane now supports all combinations of scrollBarsOnTop and fadeScrollBars.
  • API Addition: Added new methods with a "deg" suffix in the method's name for all Vector2 degrees-based methods and deprecated the old ones.
  • API Addition: Added Slider#setVisualPercent.
  • API Change: Enabling fullscreen mode on the lwjgl3 backend now automatically sets the vsync setting again.
  • API Addition: Added put(key, value, defaultValue) for maps with primitive keys, so the old value can be returned.
  • API Addition: Added ObjectLongMap.
  • Added Intersector#intersectRayOrientedBoundsFast to detect if a ray intersects an oriented bounding box, see libgdx/libgdx#6139
  • API Addition: Added Table#clip() and Container#clip() methods.
  • API Addition: Added getBackgroundDrawable() to Button.
  • API Addition: Added imageCheckedDown and getImageDrawable() to ImageButton and ImageTextButton.
  • API Addition: Added focusedFontColor, checkedFocusedFontColor, and getFontColor() to TextButton and ImageTextButton.
  • API Addition: Added wrapReverse setting to HorizontalGroup.
  • API Addition: Added Slider style drawables for over and down: background, knobBefore, and knobAfter.
  • Fixed LwjglFrame not hiding the canvas in some situations.
  • API Change: Table#round uses ceil/floor and is applied during layout, rather than afterward.
Commits
  • 669b657 [maven-release-plugin] prepare release gdx-parent-1.9.12
  • fe14617 Update CHANGES
  • 5b67ea4 Support specifying which keyboard type to use for getTextInput (#6250)
  • 354bd6b Expose SpriteBatch and PolygonSpriteBatch setupMatrices() as protected.
  • 064a055 Add a skip-flag for GH Actions. (#6253)
  • 6ec91ef Update gdx-setup's Gradle version to 6.7, AGP to 3.4.3, official extension ve...
  • e016d11 Minor edit to CHANGES
  • 4877743 Updated IOSDevice list with last year devices (#6244)
  • a29de9a Replace travis with github actions badge (#6252) [ci skip]
  • db0352e Merge pull request #6251 from obigu/robovm2.3.11
  • 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Looks like these dependencies are up-to-date now, so this is no longer needed.