ImXico Cyberpunk Versions Save

⚡️ Power up your libGDX game!

0.3.2

4 years ago
  • libGDX version raised to 1.9.10
  • Kotlin version raised to 1.3.61
  • Minor changes (code style)

0.3.1

5 years ago

Changelog:

  • Moved StateManager FBO-related code to a new file, TransitionFBO.kt.
  • Added AssetManager notes for audio and image modules.
  • Minor code changes (code style, type inference...).

0.3.0

5 years ago
  • Add screenshot functionality to image module.
  • Add clearScreen functionality to core module.
  • Create profiler module + README.
  • Update Kotlin version to 1.2.51.
  • New logo and cleaned up root README.
  • In-code documentation updates.

0.2.0

5 years ago

Changelog

Changes to the core module:

  • The StateManageris no longer a singleton. You should now inject a StateManager instance in each concrete State you create. Please refer to the (updated) docs on the core module.
  • The constructor of StateManager now only takes a Camera and a Viewport. Previously, you could also pass an optional initial state, but that has been removed.
  • State input conversion methods can now be overriden.
  • WorldConfig has a better JVM Name (for Java interoperability).
  • HorizontalSlide enum members are slightly better named now.
  • Updated the module's docs (now addressing the currently known issue of creating customTransition from Java).

Changes to the physics module:

  • Removed kotlin.reflect.jvm.internal.impl.load.kotlin.JvmType dependency from BodyBuilder.
  • BodyBuilder#changeWorld now returns the previous world.
  • BodyBuilder now has a disposeWorld method.

Other:

  • Updated documentation for some modules.
  • Added constructor overloading where it was missing (for Java interoperability).
  • Updated Kotlin version to 1.2.41
  • Stylistic code changes for more idiomatic Kotlin.
  • Added a new, cyberpunk-ish logo

0.1.1

6 years ago

LibGDX' GLFrameBuffer API went through some changes, which included the removal of the static factory methods (as seen here) and the re-introduction of public constructors. These changes were discussed here.

Other small updates with this release include:

  • Updated libGDX version to 1.9.8
  • Updated Kotlin version to 1.2.30
  • Added CI (Travis)
  • Re-organized README documentation

0.1.0

6 years ago
  • Added Gradle integration, so that imports can be painless and truly modular.

  • Updated Kotlin version to 1.1.51.

  • Updated libGDX version to 1.9.7.

  • Some libGDX' API changes had broken a few modules. That has been fixed.

  • Extensive testing and CI coming...