Commit Graph

4236 Commits

Author SHA1 Message Date
Adam
a1ae397e11 runelite-client: use new bulk item price api 2018-06-18 09:35:10 -04: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
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
Adam
850167cf87 examine plugin: update object examine id unpacking 2018-06-15 23:32:55 -04:00
Tomas Slusny
d638a5c3e3 Merge pull request #3832 from sethtroll/fixtextareatooltip
configPanel: remove tooltips for JTextArea
2018-06-16 02:37:16 +02: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
Adam
4e7fcd0b1a Merge pull request #3813 from deathbeam/save-overlays-properly
Reduce code duplicity in resetOverlay method, fix overlay saving
2018-06-15 16:37:26 -04:00
Tomas Slusny
51d00d913a Reload overlay settings on plugin change
When plugin is loaded/unloaded, reload all overlay settings as they
might've changed.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 19:09:23 +02:00
Tomas Slusny
0c1b98fcd5 Change ground items box size from 6 px to 8 px
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 18:37:35 +02:00
Tomas Slusny
459f126537 Fix UnsupportedOperationException in ground items
This issue was caused by ground item values not being copied to
ArrayList when modified. To avoid unnecessary allocations, create new
copy only when required (e.g when holding alt).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 17:05:06 +02:00
Tomas Slusny
62dc7c75c0 Merge pull request #3572 from psikoi/hiscore-tab-refactor
Material Tabs in Hiscores + OnTabSelected event
2018-06-15 15:51:40 +02:00
Tomas Slusny
1a0935ed7b Mark InfoboxOverlay as singleton
To prevent accidental misuse, mark this overlay as singleton.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 14:03:30 +02:00
Tomas Slusny
ebd6d61272 Fix loading of core overlay properties
When loaded and added in OverlayRenderer, it was too early to load their
properties because configuration was not loaded yet.

Fixes #3799

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 14:03:11 +02:00
Tomas Slusny
963e28f719 Merge pull request #3798 from Nightfirecat/fix-mausoleum-hot-cold-clue
Fix south-of-mausoleum hot-cold clue location
2018-06-15 13:54:31 +02:00
Tomas Slusny
ea051beb4e Reduce code duplicity in resetOverlay method
Use saveOverlay and null all fields to achieve same result.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-06-15 10:14:57 +02:00
Adam
3cdc2be72f ground items: remove unnecessary copy of collected ground items 2018-06-14 21:26:53 -04:00
Adam
5e916c5151 ground items: don't recolor menu if hidden 2018-06-14 20:02:49 -04:00
Adam
990175d416 ground items: rename highlight > value key to reset the defaults 2018-06-14 20:02:15 -04:00
Adam
bf9aa4959d ground items: default highlight over value to 0 2018-06-14 19:33:50 -04:00
Adam
f203b00ef6 Merge pull request #3796 from deathbeam/ground-item-changes
Ground item changes (as requested by people in Discord)
2018-06-14 19:31:01 -04:00