Commit Graph
209 Commits
Author SHA1 Message Date
Adam 7a0e74c6bb Remove unused imports 2018-01-29 08:53:54 -05:00
Max Weber b66cb70751 runescape-api: remove RSCacheableNode::getNext() and getPrevious().
They are different than RSNode's next and previous, but have the same signature so they can get called instead. This caused the ground overlay to only show 1 item because it was iterating the cache, not the item list.
2018-01-29 06:40:43 -07:00
Adam 4bfa22448d Add int and string script stack to api 2018-01-27 13:07:34 -05:00
Adam 3d9542a8b4 runescape-api: add IndexData and IndexDataBase 2018-01-27 13:07:16 -05:00
Adam 96eb258410 runelite-api: add Script 2018-01-27 13:06:59 -05:00
Adam 446d5b8bab Add item stats plugin 2018-01-25 18:33:14 -05:00
Adam 5f536eea01 Merge pull request #427 from Adam-/itemcontainer
Add ItemContainer
2018-01-25 17:40:09 -05:00
Runelite auto updater 9c07748ca8 [maven-release-plugin] prepare for next development iteration 2018-01-25 22:17:14 +00:00
Runelite auto updater bf80d086cc [maven-release-plugin] prepare release runelite-parent-1.2.13 2018-01-25 22:17:10 +00:00
Adam b6c00a774d runelite-api: add ItemContainer 2018-01-24 18:01:29 -05:00
Tomas Slusny 68ba5f40b6 Add low memory mode plugin 2018-01-24 12:48:07 -05:00
Adam 3ed0561ff0 Merge pull request #410 from Dreyri/RSWidget
Add more methods to modify widgets
2018-01-22 19:57:19 -05:00
SomeoneWithAnInternetConnection 74ae39258e Expose runescape click/boundingbox display mode 2018-01-22 18:46:47 -05:00
Adam 9dcde75bdf Merge pull request #403 from SomeoneWithAnInternetConnection/ticktock
Add metronome plugin, and sound-effect playing API
2018-01-22 12:19:19 -05:00
SomeoneWithAnInternetConnection 560b169e68 Implement sound-playing API
There's no playSoundEffect-equivalent method in the actual client code.
Instead, the client just adds some values to the 4 sfx arrays, removes
any old queued sound effects, and then bumps the counter, which is what
I've done as well.
2018-01-22 11:55:27 -05:00
Dreyri 9d96f65ae1 add setter for paddingY 2018-01-22 15:06:47 +01:00
Dreyri 32b31dc3a2 add setter for paddingX 2018-01-22 15:06:46 +01:00
Dreyri db45f4965b add getter for paddingY 2018-01-22 15:06:45 +01:00
Dreyri 685b0706f9 add getter for paddingX 2018-01-22 15:06:44 +01:00
Dreyri 9f8cc8e146 add getter/setter for originalY 2018-01-22 15:06:43 +01:00
Dreyri 942e79e6bd add setter/getter for originalX 2018-01-22 15:06:42 +01:00
Dreyri 0946a48d7e add getter/setter for scrollY 2018-01-22 15:06:41 +01:00
Dreyri 7f5875cc28 add getter/setter for scrollX 2018-01-22 15:06:40 +01:00
Dreyri c4c49d1443 add setter for type 2018-01-22 15:06:39 +01:00
Dreyri ee6dab719e add setter for contentType 2018-01-22 15:06:37 +01:00
Dreyri 4a20e9ca07 add setter for name 2018-01-22 15:06:22 +01:00
Dreyri 47e2717a75 add setter for height 2018-01-22 15:05:46 +01:00
Dreyri 13d4c9e636 add setter for width 2018-01-22 15:05:08 +01:00
Dreyri 29911e3627 add setter for spriteId 2018-01-22 15:04:31 +01:00
Dreyri 73d5caef2a add setter for textColor 2018-01-22 10:16:40 +01:00
UniquePassive 2d0cd23785 Notify before 5 minute idle and 6h logout 2018-01-20 11:49:54 +01:00
Runelite auto updater 08c2464f06 [maven-release-plugin] prepare for next development iteration 2018-01-18 14:04:26 +00:00
Runelite auto updater eb1e19535b [maven-release-plugin] prepare release runelite-parent-1.2.12 2018-01-18 14:04:22 +00:00
UniquePassive 95bc310bc1 Add API for getting the client BufferProvider 2018-01-14 21:46:24 -05:00
Frederik Engels b319d74f8d Track projectile target and spawn cycle. Add to api with rest of mapings. 2018-01-14 09:41:03 -05:00
Tomas Slusny d41c6ec6d8 Fix new player-is-x mixins
- Call the real method from isFriended
- Call the real method from isIgnored
- Add null check for getClanMembers

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-14 05:07:57 +01:00
Tomas Slusny f565c4b7dd Add tile indicators plugin
Add tile indicators plugin, that will currently highlight the tile
player is walking to. It is disabled by default, and have configurable
highlighting color.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-01-13 03:25:37 +01:00
Adam 31c73e4d61 Move field hooks to mixins 2018-01-11 18:59:58 -05:00
Runelite auto updater d6f7075870 [maven-release-plugin] prepare for next development iteration 2018-01-11 22:58:46 +00:00
Runelite auto updater 06a93ec072 [maven-release-plugin] prepare release runelite-parent-1.2.11 2018-01-11 22:58:43 +00:00
UniquePassive 23acf6d80a runescape-client: Rename RSCanvas to GameCanvas 2018-01-06 20:32:43 +01:00
Runelite auto updater 75f69fdde2 [maven-release-plugin] prepare for next development iteration 2017-12-21 13:28:10 +00:00
Runelite auto updater c674896a5a [maven-release-plugin] prepare release runelite-parent-1.2.10 2017-12-21 13:28:06 +00:00
Adam 1a49da5b7f Merge pull request #268 from devinfrench/teamcapes
Add Team Capes plugin
2017-12-19 08:02:45 -05:00
Devin c8348eeec2 Add getTeam method for Player 2017-12-16 19:45:33 -08:00
UniquePassive 044502da78 Make special attack orb look a little nicer 2017-12-17 02:25:36 +01:00
Tomas Slusny 454fd4cfc1 Add clan ranks to clan chat
- Extend API to include support for getting clan members and
informations about them
- Add API for manipulation with modIcons
- Display clan ranks in clan chat (add to ClanChat plugin)
- Add new hook for clan members changed

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2017-12-04 19:33:13 -05:00
Adam e4bac7f685 injector: support hooking to ends of methods 2017-12-04 19:28:22 -05:00
Adam 2da46e1ec3 runescape-api: fix javadoc error 2017-12-04 15:51:51 -05:00
Adam ee867992c3 injector: add construct injector to create new instances of classes 2017-12-04 14:34:44 -05:00