Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 1.75 KB

slick2d-maven changelog

v1.0.2 (2016-09-09)

  • 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.

v1.0.1 (2014-05-18)

  • Now using Java 7 source level
  • Bumped all plugins / dependencies to latest versions
  • Moved all slick2d-core tests in src/test/ and added test data. Test classes are not shipped any more in the main JAR
  • Updated Renderable to include more draw() methods common to all implementations, thanks to lucas_cimon
  • Fixed RoundedRectangle.contains() after calling setWidth() / 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 using fade(.., ..., true)
  • Fixed Image.getColor() for scaled images

v1.0.0 (2014-04-16)

  • Initial release based on the latest sources available from the upstream repository (Last upstream commit: 2013-03-28)