- Thread Author
- #1
Changelog
- Added support for Java 8
- Fixed taskbar icon flickering
- The mouse and keyboard input blocks have been fixed
- Fixed and extensively improved web walking
- Renamed getDisconnectedVertexes to getIsolatedVertices
- Renamed LinePath to BresenhamPath
- WebPath vertices are now connected via BresenhamPaths
- Added taskbar notification support for scripts (ClientUI.displayTrayNotification)
- Notifications are sent when an event handler is started (Login Handler)
- Added Distance.manhatten
- Fixed Distance.euclidean so that it returns -1 when the locatables are on different planes
- Fixes Sorting.sortByDistance and as a result all getNearest functions
- Re-added a default mouse paint
- Swing L&F is now set to system default
- Optimized (GameObjects|GroundItems).getNearest to perform better when doing definition related searches.
- GameObject.getType now returns a GameObject.Type instance instead of a String
- Fixes equipment and inventory bounds in OSRS when the equip your character screen is open