1.13.5
SonaType is sunsetting OSSRH, the service we used to deploy libGDX to Maven Central. This release migrates the libGDX deployment to the new Central Portal service.
NOTE: if you want to continue consuming up-to-date SNAPSHOT builds of libGDX, please add this repository to your build configuration:
https://central.sonatype.com/repository/maven-snapshots/
Click to show the full list of changes
- Update CHANGES by @crykn in https://github.com/libgdx/libgdx/pull/7562
- Versions maintenance by @obigu in https://github.com/libgdx/libgdx/pull/7526
- Array classes: replaceFirst + replaceAll by @TCreutzenberg in https://github.com/libgdx/libgdx/pull/7560
- feat: Make reader in Json changeable by @SimonIT in https://github.com/libgdx/libgdx/pull/7567
- Fix NPE on AndroidXKeyboardHeightProvider#close by @Berstanio in https://github.com/libgdx/libgdx/pull/7569
- Improve TexturePacker MaxRectsPacker pruning by @lucas-viva in https://github.com/libgdx/libgdx/pull/7453
- Optmize JNI performance of Box2D Body methods by @obigu in https://github.com/libgdx/libgdx/pull/7579
- Add option to use Box2D native ContactFilter for performance optimization by @obigu in https://github.com/libgdx/libgdx/pull/7578
- feat: Deserialize char from number by @SimonIT in https://github.com/libgdx/libgdx/pull/7570
- Use
Locale.ROOTinstead ofROOT_LOCALEby @Frosty-J in https://github.com/libgdx/libgdx/pull/7585 - Add x,y documentation to Shape2D Circle and Ellipse by @soundasleep in https://github.com/libgdx/libgdx/pull/7571
- Add Ellipse#toString() by @soundasleep in https://github.com/libgdx/libgdx/pull/7576
- Add FinishableAction interface and implement in relevant actions by @slateblua in https://github.com/libgdx/libgdx/pull/7575
- Replace PixmapPackerRectangle Rectangle inheritance by Bounds by @obigu in https://github.com/libgdx/libgdx/pull/7592
- Fix out-of-bounds exception in TexturePacker by @gandis0713 in https://github.com/libgdx/libgdx/pull/7595
- Two GWT emu fixes re: long in DataInputStream. by @tommyettinger in https://github.com/libgdx/libgdx/pull/7590
- Remove
touchSleepTimeby @Frosty-J in https://github.com/libgdx/libgdx/pull/7586 - Added Point Object Support in Tiled. Replacement for PR(#6384) by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7523
- Get BSpline and a test for it working. by @tommyettinger in https://github.com/libgdx/libgdx/pull/7515
- Introduce Labeler for Pull Request labeling by @SimonIT in https://github.com/libgdx/libgdx/pull/7452
- Add unit tests for Polygon and update of GeometryUtils by @Juliette-Rlt in https://github.com/libgdx/libgdx/pull/7540
- Remove gdx-setup by @Frosty-J in https://github.com/libgdx/libgdx/pull/7426
- ci: Fix labeler typos by @SimonIT in https://github.com/libgdx/libgdx/pull/7596
- Hopefully fix labeler labeling everything as android by @Berstanio in https://github.com/libgdx/libgdx/pull/7598
- Bump project target to java 8 by @Berstanio in https://github.com/libgdx/libgdx/pull/7602
- Implement new DefaultPool based on a supplier by @Berstanio in https://github.com/libgdx/libgdx/pull/7474
- Minor code improvements to DefaultAndroidInput by @obigu in https://github.com/libgdx/libgdx/pull/7601
- Fix permissions on Android tests by @obigu in https://github.com/libgdx/libgdx/pull/7606
- Migrate set/getStyle calls in
Skin#setEnabledto an interface by @Berstanio in https://github.com/libgdx/libgdx/pull/7607 - Migrate away from ArrayReflection array instantiation by @Berstanio in https://github.com/libgdx/libgdx/pull/7605
- Upgrade to MobiVM 2.3.23 by @obigu in https://github.com/libgdx/libgdx/pull/7615
- Remove reflection use for lwjgl3 sound/audio creation by @Berstanio in https://github.com/libgdx/libgdx/pull/7608
- Use official ANGLE for MetalANGLE by @Berstanio in https://github.com/libgdx/libgdx/pull/7597
- Add Drawable default interface methods by @NathanSweet in https://github.com/libgdx/libgdx/pull/7619
- Add JsonValue copy constructor and setChild methods by @NathanSweet in https://github.com/libgdx/libgdx/pull/7625
- TiledMapPacker Tool Enhancement, ImageLayer and Json map Support, + crashfix. by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7525
- ci: Update to Ubuntu 22.04 runner by @SimonIT in https://github.com/libgdx/libgdx/pull/7629
- Added task to extentions:gdx-tools build.gradle so buildRunnables can produce a jar for the TiledMapPacker by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7633
- Remove reflection use in ParallelArray by @Berstanio in https://github.com/libgdx/libgdx/pull/7616
- Support for Text Objects in BaseTmxMapLoader + bugfix. by @BoBIsHere86 in https://github.com/libgdx/libgdx/pull/7498
- Versions Maintenance by @obigu in https://github.com/libgdx/libgdx/pull/7614
- Replace Android Vibrator deprecated methods by @obigu in https://github.com/libgdx/libgdx/pull/7600
- Adding initial character to iOS invisible text delegate. by @auraxangelic in https://github.com/libgdx/libgdx/pull/7612
- Fix GLFW window creation with ANGLE and Ubuntu with Nvidia GPU Drivers by @fgnm in https://github.com/libgdx/libgdx/pull/7069
- Logging and other minor code improvements to Android classes by @obigu in https://github.com/libgdx/libgdx/pull/7604
- WORLD1/2 keys for Lwjgl3 backends by @curioustorvald in https://github.com/libgdx/libgdx/pull/7456
- Fix: Set alpha channel bits to 8 for Android backend by @Raxorg in https://github.com/libgdx/libgdx/pull/7415
- [scene2d.ui] HorizontalGroup and VerticalGroup set transform false by default. by @NathanSweet in https://github.com/libgdx/libgdx/pull/7632
- [scene2d.ui] Fixed Container#setCullingArea. by @NathanSweet in https://github.com/libgdx/libgdx/pull/7631
- Respect AndroidApplicationConfiguration in BufferFormat creation by @Raxorg in https://github.com/libgdx/libgdx/pull/7641
- OrderedSet overrides for efficiency by @NathanSweet in https://github.com/libgdx/libgdx/pull/7643
Full Changelog: https://github.com/libgdx/libgdx/compare/1.13.1...1.13.5
Click to show a list of new first time contributors
- @lucas-viva made their first contribution in https://github.com/libgdx/libgdx/pull/7453
- @slateblua made their first contribution in https://github.com/libgdx/libgdx/pull/7575
- @gandis0713 made their first contribution in https://github.com/libgdx/libgdx/pull/7595
- @Juliette-Rlt made their first contribution in https://github.com/libgdx/libgdx/pull/7540
- @curioustorvald made their first contribution in https://github.com/libgdx/libgdx/pull/7456