Commit Graph
4781 Commits
Author SHA1 Message Date
Tomas Slusny 5a152f0514 Move isOverlayOutdated to IndexDatabase
Instead of creating new callback and then simply setting boolean on
RuneLite to dump it somewhere, expose this boolean from IndexDatabase
and remove injection of RuneLite.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-03 11:09:54 +02:00
Tomas Slusny 5e3d205d0b Add mappings for indexed script db
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-03 10:50:15 +02:00
Tomas Slusny 9964d5f327 Merge pull request #4640 from deathbeam/fix-screen-marker-name
Use correct marker name when cancelling edit
2018-08-03 08:33:38 +02:00
Tomas Slusny 7f291fb95d Merge pull request #4664 from MagicfTail/Pharao-scepter
Add pharaoh's sceptres, tome of fire, and toxic staff of the dead item mappings
2018-08-03 08:31:10 +02:00
Magic fTail 58701aa3d1 Add pharaoh's sceptres, Toxic staff of the dead, tome of fire item maps 2018-08-03 08:15:25 +02:00
Tomas Slusny be993f5d1c Merge pull request #4626 from Kamielvf/fix-clear-public
chat history: clear public chat when menu option is clicked
2018-08-03 08:10:00 +02:00
Tomas Slusny 9791d9271f Merge pull request #4654 from Nightfirecat/fix-kandarin-achievement-diary-mining-requirement
achievement diary plugin: Fix coal mining req
2018-08-03 08:03:29 +02:00
Kamiel 46ecd431c4 player indicators: draw tile highlight on ABOVE_SCENE layer (#4629)
Fixes #1564
2018-08-03 08:03:14 +02:00
Adam ca7ca3a7a0 Disable zoom extender when a cache overlay fails to load
The zoom extender relies on multiple scripts to be up to date. If only one is changed, its functionality breaks badly.
2018-08-02 18:52:30 -04:00
Jordan Atwood bb2c800875 achievement diary plugin: Fix coal mining req
Fixes runelite/runelite#4646
2018-08-02 11:38:14 -07:00
Runelite auto updater 1b2eb7eeaf [maven-release-plugin] prepare for next development iteration 2018-08-02 13:29:49 +00:00
Runelite auto updater 70e4294b33 [maven-release-plugin] prepare release runelite-parent-1.4.10 2018-08-02 13:29:42 +00:00
Adam 537a97e145 runelite-client: update options panel rebuilder script for game update 2018-08-02 09:00:26 -04:00
Adam 1e6fef960f widgetid: update world map menu widget id 2018-08-02 08:50:16 -04:00
Tomas Slusny bf459c290b Merge pull request #4641 from deathbeam/remove-wizard-special-case
Remove special cased wizard death from loot manage
2018-08-02 13:01:22 +02:00
Tomas Slusny 64c71385a9 Remove special cased wizard death from loot manage
Remove special cased wizard death animations from loot manager as as of
latest OSRS update this now works normally:

The Elemental Wizards south of Falador now give loot at the end of their
death animation rather than the beginning.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-02 12:43:19 +02:00
Tomas Slusny 4ce0f31846 Merge pull request #4625 from Kamielvf/fix-shiftmodifier-focus-lost
fix menu entry swapper shiftModifier getting stuck on focus lost
2018-08-02 10:33:44 +02:00
Tomas Slusny 30ecd21120 Merge pull request #4638 from deathbeam/fix-clientui-sidebar
Reverse ClientUI sidebar condition
2018-08-02 10:25:01 +02:00
Tomas Slusny 08f96d2e38 Use correct marker name when cancelling edit
Instead of using marker overlay name use marker name, as marker overlay
name contains date.

Fixes #4634

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-02 08:30:14 +02:00
Tomas Slusny b3d9de7a41 Reverse ClientUI sidebar condition
- Reverse ClientUI sidebar condition as when opening sidebar is always
open so current master will effectively shrink window instead of
restoring to correct size
- Apply this condition also to KEEP_WINDOW_SIZE

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-02 07:57:44 +02:00
Tomas Slusny d11f78090b Merge pull request #4632 from Kamielvf/instance-map-fix
instance map: properly remove mouse listener on shutdown
2018-08-02 07:30:56 +02:00
Kamiel a4f35255be instance map: properly remove mouse listener on shutdown
Fixes #3473
2018-08-02 01:41:05 +02:00
Kamiel b05d17f6e0 chat history: clear public chat when menu option is clicked
Fixes  #1292
2018-08-01 23:50:34 +02:00
Kamiel dc38c15558 fix menu entry swapper shiftModifier getting stuck on focus lost
fixes #3289
2018-08-01 23:16:59 +02:00
Tomas Slusny e7ba351928 Merge pull request #4615 from deathbeam/fix-zulrah-worldloc
Fix LootManager zulrah location
2018-08-01 22:45:01 +02:00
Tomas Slusny 7598aa0250 Fix LootManager zulrah location
We pack scene x/y and not world x/y, so create world point from scene.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-01 19:55:26 +02:00
Tomas Slusny 19f3d05dae Merge pull request #4611 from Nightfirecat/add-ungael-obstacles
agility: Add Ungael obstacles
2018-08-01 12:02:12 +02:00
Tomas Slusny 8797cde732 Merge pull request #4580 from deathbeam/fix-array-out-of-bounds
Fix tile setting and tile height ArrayOutOfBounds
2018-08-01 11:33:45 +02:00
Tomas Slusny 9fe667c763 Merge pull request #4547 from Abextm/fairy-ring-defer
Prevent crash when updating the fairy ring filter
2018-08-01 10:18:47 +02:00
Tomas Slusny cf2daee371 Fix getCanvasTileAreaPoly ArrayOutOfBounds
Safe-check tile settings size to prevent array out of bounds exception.

Fixes #4579

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-08-01 10:16:12 +02:00
Tomas Slusny dd07ff033f Merge pull request #4588 from Abextm/no-key-released
runelite-client: Make hotkeys run on KeyPressed
2018-08-01 10:14:07 +02:00
Tomas Slusny 57749d818c Merge pull request #4612 from Nightfirecat/fix-lumbridge-swamp-emote-clue-location
clues: Fix Lumbridge swamp cave emote clue location
2018-08-01 10:12:41 +02:00
Magic fTail a377c4b3ed Fix Theatre Of Blood InventoryID (#4608)
Fixes #4603
2018-08-01 10:12:11 +02:00
Jordan Atwood d617ff5985 agility: Add Ungael obstacles
Ref:
https://user-images.githubusercontent.com/2199511/43506201-e027cfaa-9558-11e8-89f7-f0efbabcdc8f.png
https://user-images.githubusercontent.com/2199511/43506202-e043a72a-9558-11e8-984a-5fd9214e889d.png
https://user-images.githubusercontent.com/2199511/43506203-e05d3dc0-9558-11e8-852d-1cf06b99f29d.png
https://user-images.githubusercontent.com/2199511/43506204-e0751c24-9558-11e8-9e33-19ec490b4edb.png
https://user-images.githubusercontent.com/2199511/43506638-2e190156-955a-11e8-90fe-80fa28603b6e.png
https://user-images.githubusercontent.com/2199511/43506639-2e30a040-955a-11e8-8fee-54882adb2f80.png
https://user-images.githubusercontent.com/2199511/43506640-2e4a1a02-955a-11e8-8e72-65742dd776ca.png

Fixes runelite/runelite#2629
2018-08-01 00:12:58 -07:00
Jordan Atwood 39e3f6fb7e clues: Fix Lumbridge swamp cave emote clue location
Ref: https://user-images.githubusercontent.com/2199511/43506141-b57a40e4-9558-11e8-9e4d-a6a5ddbdcd4a.png
2018-08-01 00:01:31 -07:00
Magic fTail 205599f4db Clarify wording of default log tracker message (#4602)
It doesn't only track kills, but also clues and raids completions
2018-08-01 00:38:37 +02:00
rswindows10 48c2f30959 Remove comment regarding crafting leather (#4601)
Comment stated it was unknown whether animation was the same for all leather types and items
2018-08-01 00:20:18 +02:00
rswindows10 da2ced6f34 Add support for crafting leather idle notification (#4600)
Fixes #4599
2018-08-01 00:11:05 +02:00
Tomas Slusny 5b963ce240 Merge pull request #4596 from JaimySmets/4593-emote-clue-dragon-pickaxe
Add alternative dragon pickaxes to emote clue
2018-08-01 00:05:56 +02:00
Tomas Slusny 126e10cc6f Merge pull request #4555 from deathbeam/lootevents
Add loot tracker
2018-07-31 23:49:47 +02:00
psikoi 9b49e9d6a7 Add loot tracker plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 22:25:27 +02:00
Adam f6b44a502e Add LootManager
Add loot manager that will manage item drops received and stream them as
item drop events for correct entity with correct items.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 20:59:04 +02:00
Michael Goodwin bc9e134df2 Add TOB widget ids
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 20:59:04 +02:00
Michael Goodwin 8f600eaf47 Add TOB varbits
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 20:59:04 +02:00
Michael Goodwin 9b65a7b160 Add Chambers Of Xeric and TOB inventories
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 20:59:04 +02:00
WooxSolo 13c0566778 Add NPC death animations
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 20:59:04 +02:00
Jaimy Smets 3a52cb053d Add alternative dragon pickaxes to emote clue
Fixes #4593

Signed-off-by: Jaimy Smets <smets.jaimy@hotmail.com>
2018-07-31 20:35:24 +02:00
Tomas Slusny acc2f4edb4 Merge pull request #4589 from deathbeam/fix-font-manager-test-package
Fix FontManagerTest package
2018-07-31 15:27:01 +02:00
Tomas Slusny 9146b76b17 Fix FontManagerTest package
Change cache.ui to client.ui

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2018-07-31 11:54:42 +02:00
forsco 0c3380c500 Add flick helper to player bar (#3882)
Allows the player to toggle the prayer flick location between the Quick Prayer Orb, Prayer Bar or Both.
2018-07-31 10:52:52 +02:00