Skip to content
Alistair Rutherford edited this page Nov 27, 2016 · 7 revisions

25-11-2016

Converted to use Gradle instead of Maven and Android Studio instead of Eclipse.

18-03-2013

Found and fixed a horrible bug in all the demos. I was iterating over a list which was then attempting to modify inside the loop. Schoolboy error!! I couldn't understand why all the view elements weren't getting removed when I called the cleanup method.

28-07-2014

The core library and demos have all been updated to work with v1.2.0 of LibGDX. This long awaited update pulls the LibGDX from the Sonatype central repo so build is seamless.

05-08-2014

Fixed bug in the core library which was causing the screen to not resize between transitions. Update your core lib and rebuild.

The setWidth and setHeight calls for the Director have been replaced with a single setWidthHeight which will generate the initial viewport. This must be done before any Scenes are added as it fixes the screen size upon which any stretching etc will be applied when you resize the application window.

Clone this wiki locally