Commit Graph

4261 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
b2a616aac5 http-service: switch json serializer to jackson
This also changes it to minify json by default
2018-06-19 14:07:42 -04: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
Tomas Slusny
8b637d1f09 Merge pull request #3797 from ypperlig/patch-1
CONTRIBUTING.md - Provide link to coding conventions
2018-06-19 10:11:13 +02: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
69281e2f76 Merge pull request #3893 from Adam-/sotd-hide
attack styles: add defensive casting to weapon types for staffs
2018-06-18 21:34:57 -04: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
760927ed36 Merge pull request #3678 from Mitchell-Kovacs/dodgynecklace
Created dodgy necklace charge overlay and break notification.
2018-06-18 20:07:20 -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
Tomas Slusny
c69e8ebf3f Merge pull request #3886 from Nightfirecat/fix-slayer-tower-emote-clue
Fix Slayer Tower emote clue
2018-06-18 21:55:24 +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
7f25ec8238 http-service: crawl tradable item prices instead of queueing on demand 2018-06-18 09:35:11 -04: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
c9aa76e83f Merge pull request #3089 from shmeeps/prayerStats
Add Plugin: Prayer Stats / Dose Indicator
2018-06-17 18:40:12 -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
4ddf7173bc Merge pull request #3862 from deathbeam/fix-ground-item-swapped-values
Fix ground item swapped price values
2018-06-17 14:38:25 +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
Max Weber
929d77085c cache: consolidate ID class printing and split ObjectID
ObjectID hit the 32k field limit, so it needed to be split into multiple files to be updated.
2018-06-16 06:39:47 -06: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