Welcome!

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

Sign up now!

v2.9.0+

Client Developer
Joined
Oct 12, 2015
Messages
3,760
Sorry I'm a little late! Here are the features/bug fixes that were released with version 2.9.0+.

Hybrid
Keyboard
  • The keyboard has undergone some major improvements.
  • First of all, we now actually read the held keys from the client itself, making the Keyboard API considerably more accurate.
  • This has also had the added benefit of improving the OSRS Shift+Click drop option implemented by various authors.
  • Secondly, this has given us a chance to map ~112 individual key codes.
  • This had a slightly shaky release but was very quickly patched up.
Web
  • Added Web#getVertexNearestTo(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexNearestTo(Locatable, Class).
  • Added Web#getFirstVertexOn(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexOn(Coordinate, Class)
  • Deprecated Web#replaceVertex(WebVertex, double)
  • Deprecated Web#replaceVertex(WebVertex)
Client
Bot filter
  • Fixed a bug where the bot selection view would ignore the filter if the bot list was refreshed.
 
Last edited:
RuneMate Staff
Joined
Oct 2, 2015
Messages
3,222
Sorry I'm a little late! Here are the features/bug fixes that were released with version 2.9.0+.

Hybrid
Keyboard
  • The keyboard has undergone some major improvements.
  • First of all, we now actually read the held keys from the client itself, making the Keyboard API considerably more accurate.
  • This has also had the added benefit of improving the OSRS Shift+Click drop option implemented by various authors.
  • Secondly, this has given us a chance to map ~112 individual key codes.
  • This had a slightly shaky release but was very quickly patched up.
Web
  • Added Web#getVertexNearestTo(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexNearestTo(Locatable, Class).
  • Added Web#getFirstVertexOn(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexOn(Coordinate, Class)
  • Deprecated Web#replaceVertex(WebVertex, double)
  • Deprecated Web#replaceVertex(WebVertex)
Client
Bot filter
  • Fixed a bug where the bot selection view would ignore the filter if the bot list was refreshed.
 
Joined
Aug 11, 2016
Messages
778
Sorry I'm a little late! Here are the features/bug fixes that were released with version 2.9.0+.

Hybrid
Keyboard
  • The keyboard has undergone some major improvements.
  • First of all, we now actually read the held keys from the client itself, making the Keyboard API considerably more accurate.
  • This has also had the added benefit of improving the OSRS Shift+Click drop option implemented by various authors.
  • Secondly, this has given us a chance to map ~112 individual key codes.
  • This had a slightly shaky release but was very quickly patched up.
Web
  • Added Web#getVertexNearestTo(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexNearestTo(Locatable, Class).
  • Added Web#getFirstVertexOn(Locatable, Predicate<WebVertex>).
  • Added Web#getVertexOn(Coordinate, Class)
  • Deprecated Web#replaceVertex(WebVertex, double)
  • Deprecated Web#replaceVertex(WebVertex)
Client
Bot filter
  • Fixed a bug where the bot selection view would ignore the filter if the bot list was refreshed.
??
 
Top