Commit Graph
5488 Commits
Author SHA1 Message Date
Adam 3129fea229 runelite-client: update for search api changes
This moves the item search locally and does a contains check instead of
requiring item searches to contain full item names.

Fixes assert fail introduced in b72bda1c75 from
fetching item compositions on the executor thread in the !price command.
2018-10-08 18:29:08 -04:00
Adam 7adca5bda2 http-api: modify ItemPrice to contain id/name instead of Item 2018-10-07 12:43:22 -04:00
Adam 7223d3436d http service: return item names in price lookup 2018-10-07 12:00:55 -04:00
forsco 84fe8d8f58 Remove idle alerts from Lunar Spells shared animation (#5863)
Closes #5571 

Prevents Idle alert notifications being sent for:

- Fertile Soil
- Boost/Stat Potion Share
- NPC Contact
2018-10-07 15:54:00 +02:00
Ron Young bd8f75cf30 widget: expose setchildren (#5309) 2018-10-07 14:20:38 +02:00
Tyler Nichols b469839a84 Do not show quantity value for items with no GE/HA value (#5850)
Fixes issue #5841
2018-10-07 10:03:34 +02:00
Eric White ab051ae480 Increase XP tracker accuracy to 2 decimal places (#5845) 2018-10-07 01:10:33 +02:00
Bailey Townsend 9dbf3b6046 Add buy limit for cavalier hats to GE plugin (#5855)
Closes #5838
2018-10-07 01:09:23 +02:00
Tomas Slusny 5a33d2b093 Merge pull request #5847 from deathbeam/fix-npe-in-miscellania
Fix NPE in Miscellania plugin on DC
2018-10-06 15:21:26 +02:00
Tomas Slusny 9c1046e341 Merge pull request #5648 from deathbeam/optimize-clue-scrolls
Optimize clue scrolls
2018-10-06 09:44:34 +02:00
Tomas Slusny a72b137a9e Remove clue scroll timeout
It is not even working anymore because when clue dissapears from
inventory clue is just reset.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:57 +02:00
Tomas Slusny 6e417ba6d9 Correctly highlight ObjectClueScroll for single location
This is regression by PR that introduced 3 step cryptic clues, as check
for highlighting single object was removed.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:57 +02:00
Tomas Slusny db815daab2 Do not set hint arrows for object clue scroll
As it is set in check for LocatioClueScroll it is not necessary to set
it also in object clue scroll check.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:57 +02:00
Tomas Slusny 108050a805 Inverse findClueScroll conditions
For better readability, change the big if blocks in findClueScroll()
method to early returns instead.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:57 +02:00
Tomas Slusny 255ce8ed91 Move clue inventory/equipment assignment to ItemContainerChanged
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:57 +02:00
Tomas Slusny 19bd40f7bb Use NpcSpawned/Despawned events for checking clue NPCs
- Use NpcSpawn/Despawn events to set npcs to mark and hint arrow
- When setting location hint arrows, check if NPC hint arrow for clue
NPC is not already set

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:23:48 +02:00
Tomas Slusny 2732188c89 Fix NPE in Miscellania plugin on DC
When you DC, isInKingdom throws NPE in isInKingdom method because
localPlayer is null.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-06 09:20:05 +02:00
Tomas Slusny 64496c0113 Merge pull request #5833 from MagicfTail/Fix-wiki-link
Update osrs wiki link
2018-10-06 09:10:42 +02:00
Tomas Slusny 28a0c380d4 Merge pull request #5835 from MagicfTail/0-raid-counter
Stop CoX party size from showing before varb is loaded
2018-10-06 09:10:24 +02:00
Tyler Nichols 2a95e391d9 Remove unused variable "rank" in HiscorePanel (#5843) 2018-10-06 09:02:23 +02:00
Magic fTail 34d44845f3 Stop CoX party size from showing before varb is loaded 2018-10-05 22:57:15 +02:00
Magic fTail 93e344215f Update osrs wiki link 2018-10-05 21:07:06 +02:00
Tomas Slusny 1a1c83dd3c Move map clue checking to MenuOptionClicked
Closes #4607

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-05 18:26:24 +02:00
Tomas Slusny 2c29924891 Merge pull request #5816 from GravitySalad/additional-tags
Add additional search tags for interface styles and pvm plugins
2018-10-05 12:40:55 +02:00
GravitySalad b9bdeb487c Change plugin search to include the plugin description 2018-10-05 03:32:30 -07:00
GravitySalad a0dcc77668 Add additional search tags for interface styles and pve plugins 2018-10-05 03:32:02 -07:00
Ron Youngandhenke96 f5d8c26813 More accurate NPC hp overlay when max hp is known (#5528)
Closes #58
Closes #2509 

Co-authored-by: henke96 <henke96@bredband.net>
2018-10-05 12:09:29 +02:00
Tomas Slusny 7c4e53d9ae Merge pull request #5761 from MagicfTail/Yellow-boost
Add support for making the boost colour yellow if below boost threshold
2018-10-05 11:52:53 +02:00
Abex fdcba345dd Merge pull request #5826 from deathbeam/fix-raid-varb-access
Fix Raids plugin varbit access not happening on client thread
2018-10-05 03:47:12 -06:00
Tomas Slusny 56abf7414b Fix Raids plugin varbit access not happening on client thread
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-10-05 11:39:01 +02:00
Tomas Slusny 28edd364a8 Merge pull request #5603 from SebastiaanVanspauwen/2005-interface
Interface plugin: Added 2005 chatbox
2018-10-05 11:14:45 +02:00
Tomas Slusny 6b5c0d719c Merge pull request #5784 from NathenSample/fix/DontUseNF
Improve readability of stackformatter tests
2018-10-05 10:51:28 +02:00
Tomas Slusny ef5af081f9 Merge pull request #5786 from psikoi/xp-globes-color
Add default skill color to XP globes
2018-10-05 10:48:26 +02:00
Tomas Slusny ece2ae41f4 Merge pull request #5775 from Abextm/timetracking-overview
timetracking: Show overview completion by tab, not implementation
2018-10-05 10:26:54 +02:00
Monsterxsyncandpsikoi b36d10235b Add default skill coloring to XP globe arcs
Add skill coloring based on skill color to XP globe arcs. It is opt-out
and to use custom colors this option needs to be disabled.

Closes #2888
Closes #4591

Co-authored-by: psikoi <ruben.amendoeira@gmail.com>
2018-10-05 10:23:31 +02:00
Adam 3d50f4b05a Merge pull request #5758 from Abextm/fairy-ring-scroll
fairyring: Don't loose scroll position
2018-10-04 10:31:15 -04:00
Adam b325e0dbf3 Merge pull request #5751 from Abextm/widget-assertions
Run unsafe widget accesses on client thread
2018-10-04 10:27:43 -04:00
Adam 930987825f Merge pull request #5756 from Abextm/varbit-thread-safe
Make sure varbit access happen on the client thread
2018-10-04 10:23:17 -04:00
Adam d4cbe0e730 feed controller: move feed result fetch to spring scheduler
memoizeWithExpiration will block threads if one is waiting on a result, or crashes when getting the result
2018-10-04 09:32:23 -04:00
Nathen Sample 8357a67a5a Improve BA plugin encapsulation (#5807)
See also #3911
2018-10-04 15:21:48 +02:00
Nathen Sample 5165680d84 Improve attack style plugin encapsulation (#5806)
See also #3911
2018-10-04 15:20:58 +02:00
mikek2 559e914544 Add ultimate force notification trigger to NMZ plugin (#5790) 2018-10-04 15:19:07 +02:00
forsco 8c95515e8e Add new Al-Kharid palace agility shortcuts (#5800) 2018-10-04 15:16:20 +02:00
Nathen Sample fd50e773be Add support for partner assignment to slayer plugin (#5782) 2018-10-04 15:12:32 +02:00
Tomas Slusny d155880d56 Merge pull request #5803 from forsco/burthorpe-discord-presence
Fix Burthorpe spelling in Discord Rich Presence
2018-10-04 14:59:24 +02:00
Abex a3e48328e8 Merge pull request #4687 from Nightfirecat/three-step-cryptic-clue
Add solutions for 3 step cryptic master clues (continued from #3352)
2018-10-04 06:36:32 -06:00
Forsco efde38e7cf Correct Burthorpe spelling for Discord rich presence 2018-10-04 22:04:43 +10:00
Abex 725326cd7e Merge pull request #5799 from Abextm/cache-code-2018-10-04-rev175
Cache code 2018 10 04 rev175
2018-10-04 05:56:50 -06:00
Runelite auto updater 05af097b09 [maven-release-plugin] prepare for next development iteration 2018-10-04 11:05:10 +00:00
Runelite auto updater 1faec74898 [maven-release-plugin] prepare release runelite-parent-1.4.20 2018-10-04 11:05:00 +00:00