Commit Graph

6659 Commits

Author SHA1 Message Date
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
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
Tomas Slusny
4c86056339 Use correct player dot color in barrows plugin
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 19:39:10 +01:00
Tomas Slusny
53c831ce02 Do not draw yellow dot for local player in barrows plugin
It is already drawn as white square later.

Closes #6918

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 19:34:40 +01:00
Tomas Slusny
c238926ca7 Unhide raids widgets on plugin shutdown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 19:23:06 +01:00
Tomas Slusny
95640a6ed9 Unhide NMZ widgets on plugin shutdown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 19:22:53 +01:00
Tomas Slusny
db1ca3c594 Unhide barrows widgets on plugin shutdown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 19:22:34 +01:00
Runelite auto updater
f2e9ad048a [maven-release-plugin] prepare for next development iteration 2019-02-07 12:46:40 +00:00
Runelite auto updater
a1dae72ed0 [maven-release-plugin] prepare release runelite-parent-1.5.11 2019-02-07 12:46:34 +00:00
Adam
2778dcb0f5 Merge pull request #7739 from deathbeam/use-hsl
Use HSB instead of RGBA to generate color from object
2019-02-07 07:26:21 -05:00
Tomas Slusny
e38f0a196a Use HSB instead of RGBA to generate color from object
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-07 13:19:57 +01:00
Abex
a44f32d885 Merge pull request #7738 from Abextm/cache-code-2019-02-07-rev177
Cache code 2019 02 07 rev177
2019-02-07 04:45:37 -07:00
RuneLite Cache-Code Autoupdater
25b5a84762 Update NPC IDs to 2019-02-07-rev177 2019-02-07 11:33:38 +00:00
RuneLite Cache-Code Autoupdater
90b0145450 Update Object IDs to 2019-02-07-rev177 2019-02-07 11:33:37 +00:00
RuneLite Cache-Code Autoupdater
672907ccb4 Update Item variations to 2019-02-07-rev177 2019-02-07 11:33:36 +00:00
RuneLite Cache-Code Autoupdater
c74ba07cf6 Update Item IDs to 2019-02-07-rev177 2019-02-07 11:33:36 +00:00
Tomas Slusny
b4da87a473 Merge pull request #7729 from deathbeam/enhance-ws-client-logging
Improve WSClient and party logging
2019-02-07 09:01:44 +00:00
Tomas Slusny
107f08f5e2 Merge pull request #7704 from deathbeam/add-color-hashes
Recolor party pings and names based on name color hash
2019-02-06 08:03:38 +00:00
Tomas Slusny
94e4a210a3 Recolor party pings and names based on name color hash
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-06 08:31:38 +01:00
Tomas Slusny
e9881dd540 Add ColorUtil#fromObject to generate color from object
Add utility method that can generate color based on object hashCode.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-06 08:31:38 +01:00
Tomas Slusny
6609cc063f Merge pull request #7727 from RyBo/kourend-library-typo
Fix typo in Kourend Library config
2019-02-06 07:28:51 +00:00
Tomas Slusny
7beee692a2 Merge pull request #7714 from deathbeam/user-sync-cleanup
Make party UserSync event extend PartyMemberMessage
2019-02-06 07:26:31 +00:00
Tomas Slusny
8c32614ac5 Improve WSClient and party logging
- Remove duplicate logging from both WSClient and plugins listening for
incoming messages
- Log json instead of deserialized message on receiving message (because
toString might not be properly implemented)

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-06 08:15:47 +01:00
Tomas Slusny
18610d6804 Make party UserSync event extend PartyMemberMessage
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-06 08:12:42 +01:00
Tomas Slusny
09a7dd7579 Merge pull request #7708 from deathbeam/fix-overflow
Prevent negative values when overlay is bigger than screen
2019-02-06 06:59:43 +00:00
Tomas Slusny
4e2de5ecbd Prevent negative values when overlay is bigger than screen
This would throw except because Ints.constrainToRange would be between
0 and negative number in case overlay is bigger than screen.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-02-06 07:47:40 +01:00
Ryan Bohannon
1eea0c3811 Fix typo in Kourend Library config 2019-02-05 19:08:58 -07:00
Kaz Schmanski
6c1f924f6e slayer plugin: change task name for flesh crawlers to match task given 2019-02-05 20:36:40 -05:00
Adam
b481261a35 Merge pull request #7692 from deathbeam/fix-refresh-discord
Fix Discord party size refresh
2019-02-05 20:31:08 -05:00
jbaker5011
921d2d31d6 Use loot received event for pvp kill screenshots (#6920) 2019-02-05 11:56:09 +00:00
Twinkiel0ver
b140797102 Add Amethyst crafting to Idle Notifier plugin (#7712)
Closes #7709
2019-02-05 11:51:53 +00:00
Tomas Slusny
89dd417d56 Merge pull request #7694 from deathbeam/show-local-sounds-party
Play party ping sound only when ping is in scene
2019-02-05 09:11:03 +00:00
Adam
db90754ca2 Fix npc spawn events sometimes occuring out of order
If an npc spawns and despawns within the same frame, the despawn events
occur prior to the deferred spawn events.
2019-02-04 19:09:58 -05:00
Adam
640e0d2915 mlm plugin: fix ore counter to not count already collected ore 2019-02-04 11:27:45 -05:00
Adam
b530adc89a mlm plugin: make MotherlodeSession a guice managed singleton 2019-02-04 11:27:45 -05:00