Commit Graph

3847 Commits

Author SHA1 Message Date
Jordan Atwood
5edeeb6633 combatlevel: Fix prayer level needed to next combat
This adds a test which exposes an edge case where the needed prayer
levels to next combat level had been calculated to be 3 instead of 1,
and fixes that calculation.

Fixes runelite/runelite#7103
2018-12-31 20:01:05 -08:00
Adam
758f95c517 Merge pull request #7090 from Abextm/premul-alpha-external
gpu: Use premultiplied alpha
2018-12-31 22:41:20 -05:00
Robin Withes
8a152a922d Add weiss agilility obstacles (#7123) 2018-12-31 20:03:42 +01:00
Jordan Atwood
541ad1e26d combatlevel: Clean up plugin code
This commit moves constants from the test to the overlay, and replaces
instances of magic numbers with them. It additionally fixes the odd
check in `correctPrayer()` and fixes some minor whitespace issues.
2018-12-31 10:40:26 -08:00
Jordan Atwood
665d7130c6 experiencedrop: Maintain active prayer per tick
This commit fixes the occasional issue of xp drops not being highlighted
while flicking prayer from the prayer menu; that is, before this commit
it was possible to select or deselect a prayer between xp drop widgets
being spawned, causing different highlighting for them. This commit
saves the active prayer at the beginning of each tick and uses that
tick's prayer for all widgets unhidden during that tick.

Fixes runelite/runelite#1280
Closes runelite/runelite#6679
2018-12-31 08:53:24 -08:00
DannysPVM
4f57f51b76 Add null-check for target tile in ObjectIndicatorsPlugin (#7115)
Sometimes there is no target tile (e.g climb-down ladders).
2018-12-31 01:31:25 +01:00
DannysPVM
5a7f1786a4 Add null-check for target tile in GroundMarkersPlugin (#7112)
Sometimes there is no target tile (e.g for climb-down ladders).
2018-12-31 01:29:39 +01:00
TorkelV
92556d168a Add farming patch type to tooltips on world map (#7105)
Closes #7091
2018-12-30 16:40:20 +01:00
jakespeare
96feb0c8a6 Split pause/unpause all to separate options in XpTrackerPlugin (#7076)
Closes #6994
2018-12-30 16:32:35 +01:00
Honestidade
39f386e6fd Add wilderness cannon spots to cannon plugin (#7026)
Update cannon spots to add the Wilderness slayer spots as outlined in the Oblivion Wilderness Slayer Points guide.
2018-12-29 19:59:16 +01:00
tanlines
392cdfd4f7 Add barbarian mix timers to Timers plugin (#7088)
Closes #7079
2018-12-29 19:39:45 +01:00
Tomas Slusny
7762963424 Add object marker plugin
Add plugin that can mark any named GameObject when holding shift.

Closes #4497
Closes #3792

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Adam <Adam@sigterm.info>
2018-12-29 12:27:27 -05:00
Adam
1d53e4e64c loot tracker plugin: support saving loot tracker data across restart
Co-authored-by: TheStonedTurtle <TheStonedTurtle@users.noreply.github.com>
2018-12-28 18:18:40 -05:00
Max Weber
b1bfe1c47f gpu: Use premultiplied alpha 2018-12-27 13:32:07 -07:00
Tomas Slusny
e9c336da70 Flip state and details in Discord status
Currently we have this implemented inverse. Training should be "details"
as it is more detailed description of what player is currently doing,
and "state" should be "In Game", "In Menu", "Exploring", "Raiding" etc,
as that describes best what is player currently doing (also, e.g for
discord party integration, it is appended after state, so there always
MUST be some state, and this PR ensures that).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-12-27 03:46:10 +01:00
Adam
d3f24e4621 Merge pull request #7082 from devLotto/issue-6949
gpu: limit msaa samples to supported value
2018-12-26 18:57:11 -05:00
Adam
1c1bf75c08 herbiboar plugin: optimize object and tunnel overlays 2018-12-26 18:40:56 -05:00
Lotto
0ee7d130f4 gpu: limit msaa samples to supported value 2018-12-25 18:38:23 +01:00
Adam
7ccf52b3b4 ui: cleanup progress bar 2018-12-24 09:14:27 -05:00
Jakob Ankarhem
10a3c4139e Add ntermediate progress markers for xptracker plugin (#6895)
Closes #6863
2018-12-24 11:42:46 +01:00
Adam
021fdbeba7 Merge pull request #7056 from jakespeare/Jakespeare/Fix_Subtract_Typos
Fix Typo in ItemStats: "substracted" to "subtracted"
2018-12-23 18:47:25 -05:00
Tomas Slusny
3bb8fa1675 Update Discord library to latest version
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-12-23 23:00:45 +01:00
Robbie McLeod
7d4d843fd0 Clear search bar when switching between skill calculators 2018-12-23 02:16:57 +00:00
Jake Schaum
65d8cda020 Fix ItemStats/ItemStatOverlay Typos "substracted" to "subtracted" 2018-12-22 16:24:56 -06:00
Adam
3d9c962c6f Remove old session service and replace usages with new one
The new service was split off into a separate repository
2018-12-22 14:31:18 -05:00
Hydrox6
3c5d48cc87 Add Flax and Bonemeal options to Daily Task plugin 2018-12-20 13:27:11 +00:00
Adam
e8d0d03d3e Merge pull request #7010 from raiyni/post-onclose
Send config updates on close
2018-12-19 19:12:46 -05:00
Adam
8e4d4b07b5 slayer plugin: fix npe from getTransformedComposition returning null
Prefer checking if slayer targets is not empty before doing task lookup.

Introduced in c8105908c0
2018-12-19 18:38:27 -05:00
Adam
850f487080 client: add cooking plugin
Co-authored-by: Cronick <Cronick@users.noreply.github.com>
Co-authored-by: Joris <kjorisje@gmail.com>
2018-12-18 19:47:36 -05:00
Ron Young
6f0fb9cde2 Send config updates on close 2018-12-18 10:16:07 -06:00
William
d330973ef8 Add missing empty ammmo slot requirement to emote clues (#7002) 2018-12-18 13:20:47 +01:00
Adam
b916bb504c ground items config: correct formatting from previous commit 2018-12-17 10:00:39 -05:00
Adam
742b35f41e emote clue: add missing requirement to "Clap in the magic axe hut" 2018-12-17 09:58:33 -05:00
Tomas Slusny
2301adca0d Merge pull request #6912 from trimbe/fullscreen-map-overlays
OverlayRenderer: Prevent overlays rendering if fullscreen map is open
2018-12-17 11:04:33 +01:00
Tomas Slusny
1c92b19a13 Merge pull request #6955 from deathbeam/timestamps-space
Add space after timestamp
2018-12-17 10:54:03 +01:00
Sam Beresford
c8105908c0 Add item overlay to show when monsters are weak enough to finish off (#6710)
Current behaviour shows the required item to finish an NPC off above it's head when it's health is below the required threshold.
Works for Rockslugs, Gargoyles, Desert Lizards and Zygomites

Fixes: #784
2018-12-17 10:45:02 +01:00
Sam Beresford
a771a49ab2 Add ability to hide all ground items on double tap of hotkey(ALT) (#6712)
Closes #1781
2018-12-17 10:26:58 +01:00
Tomas Slusny
2a7219a482 Add missing clue requirement "Salute in warriors guild" (#6963) 2018-12-17 09:08:28 +01:00
15987632
acdab8cea9 Fix level 37 wilderness hot clue step location (#6990) 2018-12-17 09:07:36 +01:00
Tomas Slusny
c3236f3e63 Merge pull request #6970 from MagicfTail/patch-1
Fix the description of the wintertodt plugin and add boss tag
2018-12-17 02:34:39 +01:00
David Meredith
3614976a41 Add Bottle of Wine stats to item stats plugin (#6989)
Fixes #6957
2018-12-17 02:33:34 +01:00
Adam
e4a7962176 Revert "Remove distance check from agility plugin" 2018-12-16 13:29:30 -05:00
Magic fTail
eac9a6065b Fix the description of the wintertodt plugin and add boss tag
🙂

https://oldschool.runescape.wiki/w/Wintertodt
2018-12-15 22:41:05 +01:00
Loopytop
a34c91433b Add Wintertodt plugin description 2018-12-15 20:53:28 +00:00
Adam
b9f5781472 Merge pull request #6935 from deathbeam/gl-os-specific
Make GL version choosing platform specific
2018-12-15 10:48:15 -05:00
MonsterxSync
6efce5841e Add missing clue requirement "Salute in warriors guild" 2018-12-16 00:55:58 +10:30
Tomas Slusny
1dd6fca2e1 Add space after timestamp
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-12-15 10:42:02 +01:00
Adam
a2ce534a25 Revert "Fix freeze on disabling GPU plugin"
This reverts commit a2b11f78b2.
2018-12-14 18:31:46 -05:00
Adam
d747db2674 loot tracker: submit loot to api
Co-authored-by: TheStonedTurtle <29030969+TheStonedTurtle@users.noreply.github.com>
2018-12-14 18:19:17 -05:00
Adam
bb966d18a1 xp drop plugin: add disabled xp drop ticker
Co-authored-by: Jakob Ankarhem <boxymonk@gmail.com>
2018-12-14 09:49:02 -05:00