Commit Graph
6695 Commits
Author SHA1 Message Date
Tomas Slusny d2713c2138 Add offset to loot tracker API
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-12 22:49:01 +01:00
Tomas Slusny 8c8e967111 Merge pull request #7821 from RyBo/worldmap
Add agility shortcut entry for Taverly Dungeon to World Map plugin
2019-02-12 19:26:25 +00:00
Tomas Slusny e63d2dbcce Merge pull request #7822 from deathbeam/fix-mapping-warning
Fix unmapped target property "time" warning
2019-02-12 15:58:15 +00:00
Tomas Slusny 63dccfc069 Merge pull request #7827 from deathbeam/item-variation-reset-fix
Use ItemVariations when using Reset option for shift-click
2019-02-12 12:27:31 +00:00
Tomas Slusny d186632c4c Use ItemVariations when using Reset option for shift-click
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-12 11:55:20 +00:00
Tomas Slusny 5b03cf3a68 Fix unmapped target property "time" warning
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-12 08:54:58 +01:00
Tomas Slusny b79d6a594e Merge pull request #7757 from Nightfirecat/item-stats-data-structure-cleanup
item stats: Represent boost data as ints
2019-02-12 07:45:06 +00:00
Tomas Slusny b863f6bc46 Merge pull request #7819 from NPittinger/add-equals-and-hashcode-annotations
Add EqualsAndHashCode to Lombok data/value that do not extend Object
2019-02-12 07:35:20 +00:00
rejectedpromise a690e1aadf Add new lines at .rs2asm <EOF> to resolve build warnings (#7812) 2019-02-12 07:27:51 +00:00
Ryan Bohannon 6941b69732 Add agility shortcut entry for Taverly Dungeon upper level 2019-02-11 23:55:42 -07:00
Noah Pittinger 4d35ea0c20 Add EqualsAndHashCode to Lombok data/value that do not extend Object 2019-02-11 23:51:13 -05:00
Tomas Slusny 1dfc4b535a Merge pull request #7619 from Nightfirecat/player-indicator-name-positions
Player indicator name positions
2019-02-11 10:52:48 +00:00
Hydrox6 fbeef87355 Delay party instruction message if user is not logged in (#7696)
Currently, if the user joins a party whilst on the login screen, they don't get the instructional message on how to leave the party
2019-02-11 09:33:10 +00:00
Jakob Ankarhem be8bdaeb7a Remove dulling from progress bar positions (#7781)
This makes the positions more visible.

Closes #7170
2019-02-11 09:31:16 +00:00
Andrew Fulton 3623efe9e5 client: flash only during LOGGED_IN game state (#7782)
Fixes #7316
2019-02-11 09:18:00 +00:00
Tomas Slusny 955ef181e8 Merge pull request #7785 from deathbeam/clear-cerb-ghosts-on-loading
Clear Cerberus ghost on LOADING game state
2019-02-11 09:16:04 +00:00
Matthew Abel 3a5ac9f725 Hide auto retaliate from combat options (#7713)
Closes #7686
2019-02-11 09:14:23 +00:00
Tomas Slusny d4808625af Merge pull request #7787 from eioo/patch-2
World Map: Fix Ape Atoll tree type
2019-02-11 07:58:43 +00:00
Tomas Slusny 04e7fb5a23 Merge pull request #7800 from Lucwousin/kebos-cryptic-clue
Add kebos swamp cryptic clue
2019-02-11 07:57:35 +00:00
Tomas Slusny 474c076c31 Merge pull request #7801 from Lucwousin/hydra-helm
Add hydra slayer helms to slayer plugin
2019-02-11 07:11:45 +00:00
Lucas a694ffc3ba Add hydra slayer helms to slayer plugin 2019-02-11 06:49:03 +01:00
Lucas 79feaad931 Add kebos swamp cryptic clue 2019-02-11 05:41:42 +01:00
Adam 55395b6708 loottracker service: correct kills foreign key 2019-02-10 11:26:47 -05:00
Kalle fb6012dbfd World Map: Fix Ape Atoll tree type 2019-02-10 16:30:29 +02:00
Tomas Slusny b99c8d7480 Clear Cerberus ghost on LOADING game state
When leaving the are with cerberus ghosts player will not receive
despawn events for them and so they will be stuck (they are just GCed
later instead). This solves the issue and goes in line with rest of
logic we have that relies on spawn/despawn events.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-10 14:26:40 +01:00
Adam bc932a7942 scene uploader: swap seColor/nwColor which had their mappings swapped 2019-02-09 22:53:09 -05:00
Tomas Slusny 80ed9a8af6 Merge pull request #5976 from Hydrox6/poison-infobox
Add Poison and Venom damage tooltip and infobox
2019-02-09 22:16:20 +00:00
AdamandHydrox6 1994de7270 client: add poison plugin to track poison damage
Co-authored-by: Hydrox6 <ikada@protonmail.ch>
2019-02-09 22:52:46 +01:00
Tomas Slusny abc88b0fce Merge pull request #7725 from deathbeam/vertical-glue-sidebar
Push sidebar non-tab buttons to bottom
2019-02-09 14:06:22 +00:00
Tomas Slusny 52c0bb92d8 Push sidebar non-tab buttons to bottom
Push sidebar non-tab buttons with custom chrome disabled to bottom.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-09 02:07:24 +01:00
Tomas Slusny c8a5eed56d Merge pull request #7765 from bjornenalfa/patch-1
Add Rada's Blessings to Prayer plugin
2019-02-09 01:03:54 +00:00
bjornenalfa 06cc5d2ff9 Add Rada's Blessings to Prayer plugin 2019-02-09 01:57:07 +01:00
Adam a211e39cfd plugin manager test: check plugins don't error when registering with eventbus 2019-02-08 18:27:15 -05:00
Tomas Slusny d67c83fea7 Merge pull request #7754 from henryzhangsta/fix-world-hopper-enable
Make sure WorldHopperPlugin's executor is active on startup
2019-02-08 22:24:41 +00:00
Nokkasiili b4de9b6cc4 Fix isVisable and isMinimapVisable spelling (Visable -> Visible) (#7766) 2019-02-08 22:22:57 +00:00
Kalle ba47ec1d1c Fix anagram clue "A Basic Anti Pot" (answer changed to 6) (#7764)
Fixes #7752
2019-02-08 16:09:57 +00:00
Henry Zhang 13c2e2eb41 Make sure WorldHopperPlugin's executor is active on startup
We can't submit tasks to shutdown Executors. These need to be recreated
on startup
2019-02-07 23:27:24 -08:00
WillThomas e4d85cdc46 Reorder skill calc json values based on prayer XP (#7751)
Ourg bones are wrongly positioned in the list of bones, fix this.

Signed-off-by: Will Thomas <github@willthoms.org.uk>
2019-02-08 07:19:00 +00:00
Jordan Atwood b000818393 item stats: Represent boost data as ints
Particularly since exposing StatBoosts and StatChanges through the item
stats service, it has become evident that storing stat change data as a
human-readable string is not especially useful for consumers of the
service as they must handle string processing, particularly for special
cases such as range stat boosts or spicy stews. This patch changes
StatChanges to expose their relative, theoretical, and absolute change
values as ints instead for ease of consumption, and adds methods to get
human-readable versions of these relative and theoretical values for
display purposes.

Fixes runelite/runelite#6594
2019-02-07 23:14:33 -08:00
Tomas Slusny 92e50b624f Merge pull request #7756 from henryzhangsta/onSetMessage-deprecated
Migrate onSetMessage to onChatMessage
2019-02-08 07:11:01 +00:00
Tomas Slusny 2715974f88 Merge pull request #7741 from deathbeam/fix-widget-hiding
Unhide hidden widgets on plugin shutdown
2019-02-08 07:08:10 +00:00
Henry Zhang 4e6552a1f1 Migrate onSetMessage to onChatMessage
These were probably just missed. They cause warnings in the console and
make it so the Wintertodt plugin doesn't start
2019-02-07 22:58:44 -08:00
Adam 1ef57e3dd5 Merge pull request #7719 from Adam-/chatevents
Merge SetMessage and ChatMessage event into one
2019-02-07 20:55:30 -05:00
Adam b0f29aab0a client: update SetMessage usages to ChatMessage 2019-02-07 19:42:25 -05:00
Adam d4682746c7 api: remove SetMessage event 2019-02-07 19:42:25 -05:00
Adam d7e605f051 api: add MessageNode and timestamp to ChatMessage event 2019-02-07 19:42:24 -05:00
Tomas Slusny b3c4707a0e Merge pull request #7742 from deathbeam/skip-barrows-local-player
Do not draw yellow dot for local player in barrows plugin
2019-02-08 00:12:40 +00:00
Tomas Slusny 5c81e16498 Merge pull request #7743 from deathbeam/use-correct-player-dot-color
Use correct player dot color in barrows plugin
2019-02-08 00:12:01 +00:00
syngfaa fc2bd0b7a0 Fix SOUL_JOURNEY typo in Kourend Library plugin (#7733) 2019-02-08 00:09:43 +00:00
Spedwards 10543ac207 Update Wyrm bone xp in skill calc based on passed polls (#7614) 2019-02-08 00:08:00 +00:00