Commit Graph

2501 Commits

Author SHA1 Message Date
Max Weber
80cdfd082c prayer: Remove the ring of the gods from the holy wrench list
Because it doesn't give the effect
2018-06-20 16:38:00 -06:00
Adam
7d107445c8 Merge pull request #3607 from Abextm/library-hide-tab
kourendlibrary: Hide navbutton when not in the library
2018-06-20 08:58:08 -04:00
Tomas Slusny
0e38f5b59d Merge pull request #3906 from Nightfirecat/fix-east-of-shilo-village-stepping-stones-highlight
Fix stepping stone object IDs east of Shilo Village
2018-06-20 13:32:28 +02:00
Tememexas
2ccb0bb8cd Add option to highlight tiles under ground items (#3895)
Add new option to GroundItemConfig to highlight tiles under ground items based on color configuration.
2018-06-20 10:15:09 +02:00
Jordan Atwood
ce86096f88 Fix stepping stone object IDs east of Shilo Village 2018-06-19 17:45:38 -07:00
Max Weber
64b9b7a168 kourendlibrary: Hide navbutton when not in the library 2018-06-19 14:03:53 -06:00
Adam
ec438fc157 Merge pull request #3723 from Adam-/bulk-prices
Bulk prices
2018-06-19 12:12:33 -04:00
Adam
9488cdb938 Merge pull request #3811 from deathbeam/ground-items-right-click-menu
Optional support for recoloring right-click menu
2018-06-19 09:21:34 -04:00
Alexsuperfly
d142e83bf6 Preserve prayer tracking in boost timer (#3530) 2018-06-19 10:09:56 +02:00
Tomas Slusny
52b70418bc Merge pull request #3880 from deathbeam/fix-ground-markers-layer
Fix ground marker plugin layer
2018-06-19 10:09:24 +02:00
Adam
e6a2848a1b attack styles: add defensive casting to weapon types for staffs
Fix race with accessing client vars on startUp
2018-06-18 21:04:45 -04:00
Adam
00c1b447f6 item charges plugin: add dodgy necklace 2018-06-18 19:56:57 -04:00
Tomas Slusny
2c1006635e Merge pull request #3888 from Nightfirecat/hot-cold-clue-location-fixes
Hot cold clue location fixes
2018-06-18 21:56:12 +02:00
Jordan Atwood
bac93472ec Fix South of Jiggig hot-cold clue location
Fixes runelite/runelite#3858
2018-06-18 12:42:40 -07:00
Jordan Atwood
16ba21c229 Fix Al Kharid mine hot-cold clue location
Fixes runelite/runelite#3866
2018-06-18 12:41:31 -07:00
Jordan Atwood
432a6a2dfb Fix Slayer Tower emote clue
Fixes runelite/runelite#3871
2018-06-18 11:40:40 -07:00
Adam
a1ae397e11 runelite-client: use new bulk item price api 2018-06-18 09:35:10 -04:00
Tomas Slusny
2d323e0027 Fix ground marker plugin layer
This plugin is marking ground, it should be at lowest possible layer to
not interfere/draw over other overlays.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-18 12:58:58 +02:00
Harry
3b17c3e892 Improve and cleanup code in runelite-client (#3859)
* Remove redundant escape char
* Remove double negation
* Replace while loop with forEach
* Replace collections.sort with list.sort as its faster
* Replace if/elseif chain with switch
* Remove redundant call to format()
* Use bulk operation instead of iteration
* Remove unnecessary contains check
* Remove redundant type casts
2018-06-18 11:05:33 +02:00
Adam
3472d7e5e8 Merge pull request #3779 from Nightfirecat/fix-ancient-cavern-emote-clue-location
Fix ancient cavern emote clue location
2018-06-17 21:15:19 -04:00
Adam
0769754f87 Merge pull request #3770 from deathbeam/disable-camera-zoom
Disable camera zoom by default (because all options inside are anyway disabled by default)
2018-06-17 20:41:22 -04:00
Adam
f411e94e2c prayer plugin: add dose indicator 2018-06-17 18:09:10 -04:00
Adam
bf2d7501cb Merge pull request #3842 from Abextm/cache-object-id-limit
Update cache-sourced ID files to 171-3
2018-06-17 09:49:05 -04:00
Tomas Slusny
fe36c5bc35 Optional support for recoloring right-click menu
Add back support for recoloring right-click menu in Ground Items, but
make it optional and disabled by default.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-17 15:37:42 +02:00
Tomas Slusny
170bfd15b0 Fix ground item swapped price values
Swap gePrice and haPrice in getHidden and getHighlighted calls
correctly.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-17 14:20:37 +02:00
Matthew Smith
020c03682c Toggle confirmation on exit (#3834)
Adds configurable option for when warning on exit will show

Closes #910 and closes #1594
2018-06-17 13:58:36 +02:00
Tomas Slusny
b6056e4f0e Merge pull request #3597 from raqes/info-wiki-link
Add wiki link to info panel
2018-06-17 04:18:11 +02:00
Tomas Slusny
8f235a81f8 Merge pull request #3827 from deathbeam/disable-osb
Disable OSB prices by default
2018-06-17 03:56:19 +02:00
Max Weber
2146ccaa5e runelite-client: remove unused import in DemonicGorillaOverlay
introduced in 5ac839164
2018-06-16 12:32:17 -06:00
Adam
22f9e4cdf7 timers plugin: fix sotd timer removal logic 2018-06-16 14:16:27 -04:00
Max Weber
4bdd2e1b18 Update autogenerated ID files 2018-06-16 12:10:38 -06:00
Adam
44813ce177 runelite-client: remove various redundant null checks 2018-06-16 13:52:20 -04:00
Adam
9075b44320 screenshot plugin: fix unsafe multithreaded usage of DateFormat 2018-06-16 13:52:19 -04:00
Adam
e6cd1fedf0 config invocation handler: replace args with literal null 2018-06-16 13:52:14 -04:00
Adam
5ac839164a demonic gorillas plugin: remove unused variable 2018-06-16 13:26:45 -04:00
Adam
e06f7010ed overlay util: mark explicit fallthrough in transformPosition 2018-06-16 13:26:25 -04:00
Adam
52447b5d5b world map plugin: add missing break after agility shortcuts/tooltips case 2018-06-16 13:14:33 -04:00
Adam
d0a5b5c829 runelite-client: close properties input stream 2018-06-16 13:06:01 -04:00
Tomas Slusny
3ad62abed5 Merge pull request #3737 from Jonatino/patch-2
Add tooltip to absorption panel
2018-06-16 12:34:46 +02:00
Tomas Slusny
571e4d761a Merge pull request #3762 from Nightfirecat/add-staff-of-the-dead-timer
Add Staff of the Dead timer
2018-06-16 12:32:29 +02:00
Tomas Slusny
b13c3273f0 Merge pull request #3831 from sethtroll/fixworldmapagilitymark
agilityShortcutLocation: Fix shilo village agility marker
2018-06-16 12:31:07 +02:00
Adam
850167cf87 examine plugin: update object examine id unpacking 2018-06-15 23:32:55 -04:00
Seth
5fda73e85a configPanel: remove tooltips for JTextArea
remove the unnecessary tool tip for JTextArea that can sometimes take up the entire screens width
2018-06-15 18:42:31 -05:00
Seth
8e5510784a agilityShortcutLocation: Fix shilo village agility marker
Fixes the level 71 agility marker and added support for the level 77 stepping stones
2018-06-15 18:23:51 -05:00
Tomas Slusny
93bb31eb1b Disable OSB prices by default
Depending on 3rd party API is bad enough, having it enabled by default
is worse.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 23:41:15 +02:00
Adam
e83d09124a Merge pull request #3778 from Nightfirecat/consume-clicks-for-npc-tagging
Prevent NPC tagging from interrupting actions
2018-06-15 17:37:04 -04:00
4th8
43a047ba9f skill calculator: fix item id for some zenyte and onyx items 2018-06-15 17:36:40 -04:00
AeonLucid
abcc733c9e ge plugin: add OSB actively traded price 2018-06-15 17:33:30 -04:00
Adam
b85fb80fe8 Merge pull request #3818 from deathbeam/fix-ground-items-error-when-modfify
Fix UnsupportedOperationException in ground items
2018-06-15 16:40:06 -04:00
Adam
93d66b34f2 Merge pull request #3819 from deathbeam/fix-ground-items-box-size
Change ground items box size from 6 px to 8 px
2018-06-15 16:37:39 -04:00