I am having the hardest time in finding the latest version of Slick2D. Ever since I discovered the nifty little library, the location of the latest distribution has eluded me. When downloading from
http://slick.cokeandcode.com/, the distribution number is 274. There is a readme file that states that it is an outdated version. I also know that it is outdated because the method Image.createOffscreenImage(int width, int height) does not exist in the version I have currently installed.
So, I find the bitbucket page
https://bitbucket.org/kevglass/slick/src/3e9cbd75207f569cd951e4e8b0b3d99adf9caaa1/?at=development that should have the latest distribution as specified by
http://slick.cokeandcode.com/wiki/doku.php?id=keeping_up_with_the_development_branch. I click on the development button on the drop window. Problem is, there is not a "get source" button that is shown in the instructions. I try downloading the other files given, but none of the downloads have the latest distribution.
I hate to ask this seeing as some people might look down on me for not having the basic google skills to find to find it, but I might need someone to point me in the right direction here.
