Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 80 forks source link

Bump gdxVersion from 1.9.9 to 1.9.13 #210

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps gdxVersion from 1.9.9 to 1.9.13. Updates gdx-backend-lwjgl from 1.9.9 to 1.9.13

Updates gdx-controllers-desktop from 1.9.9 to 1.9.13

Updates gdx from 1.9.9 to 1.9.13

Release notes

Sourced from gdx's releases.

1.9.13

Changelog.

1.9.12

Changelog.

1.9.11

No release notes provided.

Changelog

Sourced from gdx's changelog.

[1.9.15]

  • [BREAKING CHANGE] Requires Java 7 or above.
  • [BREAKING CHANGE] API Change: Scaling is now an object instead of an enum. This may change behavior when used with serialization.
  • [BREAKING CHANGE] Group#clear() and #clearChildren() now unfocus the children. Added clear(boolean) and clearChildren(boolean) for when this isn't wanted. Code that overrides clear()/clearChildren() probably should change to override the (boolean) method. #6423
  • [BREAKING CHANGE] Lwjgl3WindowConfiguration#autoIconify is enabled by default.
  • Scene2d.ui: Added new ParticleEffectActor to use particle effects on Stage
  • API addition: iOS: Added HdpiMode option to IOSApplicationConfiguration to allow users to set whether they want to work in logical or raw pixels (default logical).
  • Fix for #6377 Gdx.net.openURI not working with targetSdk 30
  • Api Addition: Added a Pool#discard(T) method.

[1.9.14]

  • [BREAKING CHANGE] iOS: IOSUIViewController has been moved to its own separate class
  • [BREAKING CHANGE] API Change: G3D AnimationDesc#update now returns -1 (instead of 0) if animation not finished.
  • [BREAKING CHANGE] InputEventQueue no longer implements InputProcessor, pass InputProcessor to #drain.
  • [BREAKING CHANGE] HeadlessApplicationConfiguration#renderInterval was changed to #updatesPerSecond
  • API addition: Added Pixmap#setPixels(ByteBuffer).
  • API change: ScreenUtils#getFrameBufferPixmap is deprecated in favor to new method Pixmap#createFromFrameBuffer.
  • API Addition: Added overridable createFiles() methods to backend application classes to allow initializing custom module implementations.
  • API Addition: Add a Graphics#setForegroundFPS() method.

[1.9.13]

  • [BREAKING CHANGE] Fixed keycode representations for ESCAPE, END, INSERT and F1 to F12. These keys are working on Android now, but if you hardcoded or saved the values you might need to migrate.
  • [BREAKING CHANGE] TextureAtlas.AtlasRegion and Region splits and pads fields have been removed and moved to name/value pairs, use #findValue("split") and #findValue("pad") instead.
  • iOS: Update to MobiVM 2.3.12
  • GWT: Key codes set with Gdx.input.setCatchKey prevent default browser behaviour
  • Added Scaling.contain mode: Scales the source to fit the target while keeping the same aspect ratio, but the source is not scaled at all if smaller in both directions.
  • API Addition: Added hasContents() to Clipboard interface, to reduce clipboard notifications on iOS 14
  • TOOLS Features: Blending mode can be changed in Flame particle 3D editor.
  • Input Keycodes added: CAPS_LOCK, PAUSE (aka Break), PRINT_SCREEN, SCROLL_LOCK, F13 to F24, NUMPAD_DIVIDE, NUMPAD_MULTIPLY, NUMPAD_SUBTRACT, NUMPAD_ADD, NUMPAD_DOT, NUMPAD_COMMA, NUMPAD_ENTER, NUMPAD_EQUALS, NUMPAD_LEFT_PAREN, NUMPAD_RIGHT_PAREN, NUM_LOCK. Following changes might be done depending on platform: Keys.STAR to Keys.NUMPAD_MULTIPLY, Keys.SLASH to Keys.NUMPAD_DIVIDE, Keys.NUM to Keys.NUM_LOCK, Keys.COMMA to Keys.NUMPAD_COMMA, Keys.PERIOD to Keys.NUMPAD_DOT, Keys.COMMA to Keys.NUMPAD_COMMA, Keys.ENTER to Keys.NUMPAD_ENTER, Keys.PLUS to Keys.NUMPAD_ADD, Keys.MINUS to Keys.NUMPAD_SUBTRACT
  • Added a QuadFloatTree class.
  • Desktop: Cubemap Seamless feature is now enabled by default when supported, can be changed via backend specific methods, see supportsCubeMapSeamless and enableCubeMapSeamless in both LwjglGraphics and Lwjgl3Graphics.
  • API Addition: TextureAtlas reads arbitrary name/value pairs for each region. See #6316.
  • TexturePacker writes using a new format when legacyOutput is false (default is true). TextureAtlas can read both old and new formats. See #6316.

[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.

... (truncated)

Commits
  • 71752be [maven-release-plugin] prepare release gdx-parent-1.9.13
  • f174099 Dep bank prep
  • e389162 Merge pull request #6340 from obigu/mobivm2.3.12
  • 893dd24 Upgrade to MobiVM 2.3.12
  • f3364b3 SpriteCache, fixed draw(int, int, int).
  • 09c3c16 iOS Input catch exception for unknown keys from hardware keyboard (#6337)
  • 710b727 GWT log failure initializing graphics (#6338)
  • f3a7c6b [scene2d.ui] ScrollPane, fixed scrolling via mouse wheel when there are scrol...
  • 7933720 Improve MathUtils.asin(), acos() (#6332)
  • 4f57d2f add cubemaps to the management, fixes #5047 (#6323)
  • Additional commits viewable in compare view


Updates gdx-controllers from 1.9.9 to 1.9.13

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[bot] commented 2 years ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.