So this is my first actual release without any help from the other developers, hopefully I didn't destroy too much. It appears that there were a few problems with the previous versions (2.2.29-2.2.30), all of which have been addressed.
First, my API was never tested or even released. Today I did both; here you go:
OSBot 2.2.31
@Alek's changes:
-Overriden method toString() applied to Area
-Added PointDestination class (extends MouseDestination)
-Added click(int x, int y, boolean rightClick)
-Updated move(int x, int y)
-Added GraphicUtilities method isVisibleOnCanvas(int x, int y)
-Updated GroundItem hover() to use point destinations
Ground item interactions have not been changed
-Added getPoint() to Ground Item
-Updated Account Settings GUI to include random event solvers
-Updated RSAccount class with random solvers
Second, I've made a handful of improvements to the GUI:
-Updated Script Selector GUI (continue button no longer disappears)
-Added "Add Account" button to Account Settings GUI
-Removing accounts from the Account Settings GUI updates the account list
There have been a ton of changes which I probably didn't mention; I'll try and get the scripters new javadocs (updated API documentation) soon.
Edit: Javadocs have been updated!
Sincerely,
The OSBot Team