Adam
c8b12cbc13
runelite-client: don't use full class name for Skil, remove unused import
2017-08-15 18:33:51 -04:00
Adam
1caf515377
runelite-client: improve hiscore plugin
...
Shows total level and combat level, as well as letting you view
experience/rank etc. Mostly from @jnowaczek in #139
2017-08-15 18:17:40 -04:00
l2-
2ae2289972
Added support for position in ConfigItem
2017-08-13 20:07:52 -04:00
Adam
15fce9e4ca
Merge remote-tracking branch 'github/jarvis'
2017-08-13 20:04:44 -04:00
l2-
ea6048e21b
Add configurable color to chat commands
2017-08-13 17:12:57 -04:00
l2-
454e54058a
Add support for color pickers in config
2017-08-13 17:12:36 -04:00
Adam
b3bbc2bd60
runelite-client: draw convex hull around game objects in devtools overlay
2017-08-12 22:29:03 -04:00
Adam
39f9cfbe70
runelite-api: fix widget children lookup logic
...
Also update dev tools panel widget tree to use show all widgets children,
and start from the root widgets.
Thanks to @rsbmatt for his assistance in explaining the logic
2017-08-05 14:11:05 -04:00
Adam
f1ac4b3539
runelite-client: bring to front when tray icon is clicked
2017-07-23 13:01:37 -04:00
Adam
9e02205b10
runelite-client: make toolbar not floatable
2017-07-23 12:38:35 -04:00
Adam
54f9a0cf70
runelite-client: add version to title
2017-07-23 12:20:09 -04:00
Adam
1a8db90c45
Fix typo BEIGHT -> HEIGHT
2017-07-23 12:05:04 -04:00
Adam
f9b68bc3bd
runelite-client: convert nav panel to a toolbar
2017-07-23 12:00:27 -04:00
Adam
9a5a7a44f9
runelite-client: don't draw overlays on event dispatch thread
...
It is causing deadlocks as the client holds a lock on client in paint() at the time draw() is called, and the EDT then causes RSCanvas (which is the listener) to get triggered when the client draws onto the canvas, which goes back to client.paint() and deadlocks.
2017-07-22 19:05:03 -04:00
Adam
534690b452
runelite-client: update bosstimer plugin to use infobox timers
2017-07-22 15:16:53 -04:00
Adam
fe487f5795
runelite-client: add substance graphite look and feel
2017-07-22 14:15:16 -04:00
Adam
653128cd97
runelite-client: fix some incorrect swing usage
...
All swing operations should be on the event dispatch thread
2017-07-22 14:08:41 -04:00
Adam
40e6604cae
runelite-client: only prompt on close if logged in
2017-07-22 14:04:29 -04:00
Adam
2db13e4a58
runelite-client: add lvl chat command
2017-07-21 18:17:34 -04:00
l2-
546973c116
Renamed PriceCommands plugin to ChatCommands
2017-07-21 18:10:24 -04:00
Adam
030a235b68
Merge pull request #133 from SteveOSRS/feature/xpglobetooltip
...
added xp globe tooltip
2017-07-19 14:20:30 -04:00
Steve
493b19ddcd
added xp globe tooltip
2017-07-19 18:50:07 +01:00
sethtroll
a0df460eac
Add binding necklace to runecraft plugin
...
-Since all charges are same ID, it will display a "?" until your current necklace breaks/or you right click check it
2017-07-18 20:42:56 -04:00
Seth
0eb197d7b2
runelite-client: add infobox and timers plugin
2017-07-18 18:48:46 -04:00
l2-
990acf1f89
Added high alch values to price command
2017-07-17 21:14:28 -04:00
l2-
634a7dc2ce
Added pm sent to valid message types
2017-07-17 21:10:23 -04:00
l2-
d6208133b6
Added comments. fixed a bug where it wouldn't recognize an item if there is another item with the search term in its name.
2017-07-17 21:10:17 -04:00
sethtroll
889417a967
Fix for minimum client size
...
-The default size isn't set until sidebar is expanded allowing you to minimize client until game crashes.
2017-07-17 18:31:25 -05:00
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
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
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