Skip to content

KTX 1.9.6-b6

Pre-release
Pre-release
Compare
Choose a tag to compare
@czyzby czyzby released this 22 Jun 00:06
· 829 commits to master since this release

Brings a significant fix to AssetStorage, as well as a partial rewrite of ktx-ashley module - now it depends on the latest version of the Ashley framework and uses some of its new features.


  • [UPDATE] Updated to Gradle 4.0.
  • [UPDATE] Updated to Ashley 1.7.3.
  • [CHANGE] (ktx-ashley) Extensions updated to support Engine base class additionally to the PooledEngine.
    • Engine.add and Engine.entity extension methods to replace PooledEngine equivalents.
    • Changed PooledEntity to EngineEntity, wrapping Entity and providing access to Engine API.
  • [CHANGE] (ktx-async) TextAssetLoader now extends AsynchronousAssetLoader instead of SynchronousAssetLoader.
  • [FIX] (ktx-async) AssetStorage now correctly handles SynchronousAssetLoader instances on the main rendering thread.