Cyborger1
2a953b497b
clues: Improve Lovakengj Sulphur Mine area descriptions ( #13180 )
2021-02-09 05:29:34 +00:00
Auenc
ca76056fee
idle notifier: Add Ectofuntus animations ( #13177 )
2021-02-09 03:56:11 +00:00
ThatGamerBlue
19d926c0b6
remove unused config option
2021-02-08 17:08:27 +00:00
ThatGamerBlue
131deca54e
eventbus: remove method name requirement
2021-02-08 10:47:43 +00:00
ThatGamerBlue
aadfb88aa6
mes: these dont need to be static
...
you can @Inject a plugin instance
2021-02-08 10:47:27 +00:00
ThatGamerBlue
a3461a2625
Revert "api: squash oprs varbits/animID, add ClipBoard"
...
This reverts commit 233a440610 .
# Conflicts:
# runelite-api/src/main/java/net/runelite/api/AnimationID.java
2021-02-08 10:20:47 +00:00
ThatGamerBlue
a208de4be0
Revert "api: add client/ui/overlay/components/table"
...
This reverts commit a579bdb121 .
2021-02-08 10:06:27 +00:00
ThatGamerBlue
fe1a6f758b
Merge branch 'runelite' into question_mark_full_stop
...
# Conflicts:
# runelite-client/src/main/java/com/openosrs/client/game/NPCStats.java
# runelite-client/src/main/java/net/runelite/client/plugins/Plugin.java
2021-02-08 09:56:37 +00:00
ThatGamerBlue
ccf1e8eb8b
3/n
2021-02-08 09:54:39 +00:00
Jordan
a3526160a8
Merge pull request #13106 from Alexsuperfly/cannon-destroyed-tracking
2021-02-06 23:46:58 +00:00
Alexsuperfly
ecb47ff50b
cannon: Remove cannon when it is destroyed
2021-02-06 15:31:38 -08:00
Alexsuperfly
5a529568d6
timers: Remove cannon timer when cannon is destroyed
2021-02-06 15:29:32 -08:00
Jordan
31d2fd78fe
Merge pull request #13138 from williameschmidt/Issue_13137_Valuable_Drop_Screenshot_Minimum_Value_Threshold
...
Add independent valuable drop screenshot minimum value threshold
2021-02-06 23:15:35 +00:00
Liam Schmidt
37838ac836
screenshot: Add valuable drop threshold config
2021-02-06 15:06:53 -08:00
Jordan
45c60eaccb
Merge pull request #13157 from Broooklyn/pm-notification
...
chatnotifications: add private message notification
2021-02-06 22:56:01 +00:00
Jordan
556ac7785c
Merge pull request #11792 from Broooklyn/spoon-emoji
...
emoji: Add spoon emoji with trigger `--o`
2021-02-06 22:47:30 +00:00
Abex
dd14ce3a4f
Merge pull request #13086 from loldudester/farming-notifications
...
TimeTracking: Add farming notifications
2021-02-06 13:58:39 -07:00
loldudester
19db6bf8ca
TimeTracking: Add farming notifications
2021-02-06 19:22:37 +00:00
Adam
089756189f
devtools: fix drawing game object overlays multiple times
...
This also removes the player mesh overlay and the gameobject convex hull overlay since they are unnecessary
2021-02-06 14:20:19 -05:00
loldudester
fe51dfb05b
TimeTracking: Move birdhouse schedule to ScheduledExecutorService
2021-02-06 18:05:20 +00:00
zeruth
ad6e267151
api: expand animID / overlayUtil
2021-02-06 01:17:47 -05:00
Adam
f13be14280
bank tags: fix tag named clue coexisting with the special "clue" tab
2021-02-05 23:25:34 -05:00
Adam
73d481302b
icon text field: use only awt key listener
...
This key listener wrapper is unnecssary and was using the RL key listener, which is meant for client keys, instead of the awt key listener
2021-02-05 23:23:19 -05:00
zeruth
e08e16fa48
npcstats: add static getter for attack speed
2021-02-05 22:18:06 -05:00
zeruth
a579bdb121
api: add client/ui/overlay/components/table
2021-02-05 22:04:27 -05:00
Broooklyn
18826a713c
ground items: add Nightmare instance to normal despawn timers
2021-02-05 15:32:10 -05:00
zeruth
19c912c67c
mes: allow swaps from outside plugin
2021-02-05 15:17:53 -05:00
zeruth
233a440610
api: squash oprs varbits/animID, add ClipBoard
2021-02-05 15:17:27 -05:00
Broooklyn
dc99317b75
discord: Remove code for handling of varbits
...
By changing DiscordAreaType.RAIDS to use regions instead of varbits, it is no longer necessary for the discord plugin to have any varbit-related code
2021-02-05 12:33:13 -05:00
Broooklyn
f8612639fe
discord: Use regions instead of varbits for raiding activity
2021-02-05 12:33:13 -05:00
Hydrox6
5031df9fb2
clues: add Isle of Souls Hot/Cold location
2021-02-05 12:22:54 -05:00
Broooklyn
28556cfae3
slayer: add Isle of Souls task location
2021-02-05 12:21:18 -05:00
Broooklyn
7395e221ce
worldmap: add Isle of Souls locations
2021-02-05 12:21:18 -05:00
Broooklyn
26bbe8a982
fishing: add Isle of Souls NPC IDs to enum
2021-02-05 12:21:18 -05:00
Broooklyn
f9a51a59e6
discord: Isle of Souls region additions
2021-02-05 12:21:18 -05:00
Jordan Atwood
aa6ac7cbc0
clues: Add Isle of Souls coordinate clues
2021-02-05 12:16:32 -05:00
Broooklyn
bf69f263b0
chatnotifications: add private message notification
2021-02-05 10:07:27 -05:00
Adam
e941bb7240
friends chat: use return value of addChatMessage
2021-02-04 22:29:04 -05:00
Adam
e71b18b02b
chat history: fix replaying runelite-formatted messages
...
This stores the underlying message node, which may be updated much later with a
new message value if a command is used, and replays that. Previously
this was storing and replaying the raw RL formatted message, which is
why colors would be stripped off of RL-formatted messages on replay.
This also no longer triggers chat message events from history replay,
which fixes commands incorrectly refiring from replay (and thus the nbsp
hack), and fixes the chat notifier sending notifications for replayed
messages.
2021-02-04 20:53:41 -05:00
Adam
a2b2d049cc
chat message manager: format runelite messages prior to adding
...
This allows plugins listening for the chat message event to get the runelite formatted message
2021-02-04 20:53:40 -05:00
Adam
236c23b25e
chat command manager: remove unnecessary null tests
2021-02-04 20:53:40 -05:00
Adam
fc8360f6cc
config manager: require config group and key when setting configuration
2021-02-04 16:18:18 -05:00
Adam
1ae0770705
bank tags: allow plugins to register their own tag names
...
This also moves the clue tab logic into the clue plugin and inverts the bank tags -> clue plugin dependency
2021-02-04 11:39:38 -05:00
ThatGamerBlue
d9cc74671d
Merge branch 'runelite' into question_mark_full_stop
...
# Conflicts:
# runelite-client/src/main/java/net/runelite/client/plugins/OPRSExternalPluginManager.java
2021-02-04 07:35:00 +00:00
zeruth
023a80cf69
externals: move injector assurance to Plugin class
2021-02-04 02:30:24 -05:00
ThatGamerBlue
4023066b5d
2/n
2021-02-04 07:16:17 +00:00
zeruth
8c72f10b65
externals: update plugin list after install
2021-02-04 02:13:44 -05:00
ThatGamerBlue
58e1150d51
Merge branch 'runelite' into question_mark_full_stop
...
# Conflicts:
# runelite-api/src/main/java/com/openosrs/api/Varbits.java
# runelite-api/src/main/java/net/runelite/api/kit/KitType.java
# runelite-client/src/main/java/com/openosrs/client/util/ImageUtil.java
2021-02-04 06:20:06 +00:00
ThatGamerBlue
df909d2a73
1/n
2021-02-04 06:13:57 +00:00
Jordan
8c5354b510
Merge pull request #12975 from akhtar-u/grounditems
...
grounditems: add despawn timer for items placed on tables
2021-02-04 06:00:49 +00:00