Commit Graph
270 Commits
Author SHA1 Message Date
sethtroll f3f8f4d4bb runelite-client: add cluescroll plugin 2017-07-16 21:31:30 -04:00
sethtroll ad14d0152b runelite-client: fix jewelery plugin npe when eqipment tab is not visable 2017-07-16 13:57:38 -04:00
sethtroll 33bcfc52a9 runelite-client: add skills necklace/combat braclet to jewelry plugin 2017-07-16 13:53:11 -04:00
Adam 43f8c58d5a runelite-client: add !price command 2017-07-16 13:49:17 -04:00
Adam f8178aa2ee runelite-client: split item price loader out of item manager, move into game
Also add synchronous getItemPrice
2017-07-16 13:10:25 -04:00
Adam d1bbc52bb4 Remove unused imports 2017-07-16 10:11:08 -04:00
sethtroll 58a56d4e9a Add NPC id to devtools 2017-07-13 18:08:19 -05:00
Adam ba3c1c2eea Merge pull request #110 from Sethtroll/addrememberusername
Add remember username option
2017-07-13 18:36:35 -04:00
Runelite auto updater 292df9c7d2 [maven-release-plugin] prepare for next development iteration 2017-07-13 12:41:15 +00:00
Runelite auto updater 3c3812821b [maven-release-plugin] prepare release runelite-parent-1.1.32 2017-07-13 12:41:11 +00:00
sethtroll bb170029a8 Add nest notification 2017-07-12 17:42:46 -05:00
Adam 63192e5249 runelite-client: add synchronous job scheduler
Convert existing plugins to use it, so that the code all runs on the same
main game thread. Fixes various thread related issues caused from
accessing game state from executor threads.
2017-07-11 10:16:15 -04:00
Adam 8f4134f4bf runelite-client: update comment in pom 2017-07-10 22:11:12 -04:00
Adam 68b1b994a2 Merge pull request #114 from devinfrench/fishing-plugin
Change overlay color for flying fish
2017-07-10 20:50:37 -04:00
Devin 20679fb906 Change overlay color for flying fish 2017-07-10 17:41:17 -07:00
sethtroll c1b9185fe7 Add remember user option 2017-07-10 18:49:07 -05:00
Seth 37124ad3fc Add woodcutting plugin (#109) 2017-07-10 19:17:03 -04:00
sethtroll c90b770647 add hidden config option 2017-07-10 17:13:58 -05:00
Adam 073249813f runelite-client: initialize config on start for fishing and imp plugin 2017-07-09 17:38:55 -04:00
Adam 3ac8d9df67 runelite-client: split plugin loading from plugin start so that plugins can access configuration on start 2017-07-09 17:38:34 -04:00
Seth 2aba47d1c3 Add fishing plugin (#108) 2017-07-09 11:03:12 -04:00
Adam c351107a3a runelite-api: redump item/object/npc ids from, 148 2017-07-08 22:53:13 -04:00
Cameron Moberg f332bcf07f fix xp tracker reset on load gamestate (#107) 2017-07-08 21:15:28 -04:00
Cameron Moberg fd6b5dbc63 Added xp/hr tracker 2017-07-08 19:15:48 -04:00
Adam 77c9f40e35 runelite-client: add examine plugin to submit examines 2017-07-08 13:36:18 -04:00
Adam 10b4ce6f0f runelite-client: add menu action enum 2017-07-08 13:33:09 -04:00
Adam 5a514084c3 Merge pull request #106 from Sethtroll/addgamemessagehook
add  chatMessage callback
2017-07-07 11:14:03 -04:00
sethtroll ad747857d8 add game message callback 2017-07-07 08:29:50 -05:00
sethtroll 63a69e76b7 fix for jewelry count widgetBounds 2017-07-06 21:16:07 -05:00
sethtroll 77ee3d8785 add equipment tab jewelry count
add equipment tab jewelry count

add equipment tab jewelry count

add equipment tab jewelry count

add equipment tab jewelry count
2017-07-06 19:42:13 -05:00
sethtroll 52b8a2d7e8 Added jewelry count plugin 2017-07-04 19:29:07 -04:00
Adam 99f81387d6 Merge pull request #101 from Sethtroll/change-boosts
Added skilling boosts option alongside combat boosts
2017-07-02 19:58:05 -04:00
sethtroll 55bbbc5b44 Added skilling boosts option alongside combat boosts 2017-07-02 19:56:29 -04:00
sethtroll 16bd5b97fc runelite-client: fix giant mole name in boss timers 2017-06-29 15:49:05 -04:00
sethtroll b798dbf0a6 runelite-client: add mouse highlight config 2017-06-29 15:46:39 -04:00
sethtroll 06ee33db9a runelite-client: add boosts config 2017-06-29 15:41:52 -04:00
Runelite auto updater f5a3770727 [maven-release-plugin] prepare for next development iteration 2017-06-29 17:18:17 +00:00
Runelite auto updater 205f152b50 [maven-release-plugin] prepare release runelite-parent-1.1.31 2017-06-29 17:18:13 +00:00
Adam b1010d78b3 runelite-client: add cache for item compositions in grounditems plugin 2017-06-28 12:46:48 -04:00
Adam 073b51b059 Merge pull request #95 from KronosDesign/combat-notifier
Add CombatNotifier plugin for out of combat notifications
2017-06-28 09:54:29 -04:00
Abel Briggs d8baaf99d0 Added per item highlighting/hiding to GroundItems (#96) 2017-06-28 09:49:48 -04:00
Kronos 8859294161 Updated IdleNotifier to use RuneLite.notify() 2017-06-28 12:45:17 +10:00
Kronos d03128c872 Add CombatNotifier plugin for afk notifications 2017-06-28 12:44:49 +10:00
Kronos 802ed51332 Added Integer and String support to the ConfigPanel 2017-06-26 13:30:56 +10:00
Steve 9e9e126876 add check for click to play screen in grounditems 2017-06-24 10:17:06 -04:00
Steve 60eb6fe99d only draw fps when we have an x value for the xp orb 2017-06-24 10:16:26 -04:00
Steve 417927edc9 fix xp globe drawing on start screen and only draw once actual xp gained not logon events 2017-06-24 10:16:26 -04:00
Kronos a028738f3d Added wireframe rendering to DevTools for local player model 2017-06-23 13:10:15 -04:00
Abel Briggs 90e65472c6 Add high alchemy prices to grounditems plugin
Add configuration option to show high alch prices and ge prices
2017-06-22 21:35:20 -04:00
Abel Briggs 8cdbca947d Fixed noted items not working with GE price lookup 2017-06-22 21:35:20 -04:00