- Fix off-by-one bug for y-position of mouse cursor
- Fix NullPointerException when loading Tiled maps with terraintypes
- Bump LWJGL to v2.9.3 to fix a build problem on Mac OS X
- Fix Javadoc for JDK 8 thanks to cdlm
- Fix issue with Nifty GUI where the listeners are being removed before the addition.
- Now using Java 7 source level
- Bumped all plugins / dependencies to latest versions
- Moved all
slick2d-core
tests insrc/test/
and added test data. Test classes are not shipped any more in the main JAR - Updated
Renderable
to include moredraw()
methods common to all implementations, thanks to lucas_cimon - Fixed
RoundedRectangle.contains()
after callingsetWidth()
/setHeight()
thanks to Joshua Hertlein - Fixed
AppContainer.setMouseCursor()
by using correct image dimensions thanks to Peter W - Fixed
SpriteSheetFont.drawString()
with indexes thanks to Emmanuel Rousseau - Fixed
Music
not stopping when usingfade(.., ..., true)
- Fixed
Image.getColor()
for scaled images
- Initial release based on the latest sources available from the upstream repository (Last upstream commit: 2013-03-28)