Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

RuneMate V1.0.0 - Beta 22

Engineer
Joined
Jul 28, 2013
Messages
2,776
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
This release included plenty of critical bug fixes and represents me crossing 24 items off of my todo list. I hope you guys enjoy :)
 
Top