Commit Graph

9681 Commits

Author SHA1 Message Date
ThatGamerBlue
06a399ec85 configitem: remove unimplemented stuff 2021-02-14 21:13:40 +00:00
ThatGamerBlue
49973adb21 add buttons :o 2021-02-14 14:41:21 +00:00
ThatGamerBlue
f4580f37e0 Merge remote-tracking branch 'upstream/master' into runelite
# Conflicts:
#	cache-client/pom.xml
#	cache-updater/pom.xml
#	cache/pom.xml
#	http-api/pom.xml
#	http-service/pom.xml
#	pom.xml
#	runelite-api/pom.xml
#	runelite-api/src/main/java/net/runelite/api/Client.java
#	runelite-api/src/main/java/net/runelite/api/FarmingTrackerTest.java
#	runelite-client/pom.xml
#	runelite-client/src/main/java/net/runelite/client/plugins/menuentryswapper/MenuEntrySwapperConfig.java
#	runelite-client/src/test/java/net/runelite/client/chat/ChatMessageManagerTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/cluescrolls/ClueScrollPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/emojis/EmojiPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/grounditems/GroundItemsPluginTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/idlenotifier/IdleNotifierPluginTest.java
#	runelite-script-assembler-plugin/pom.xml
2021-02-14 00:31:56 +00:00
ThatGamerBlue
3550d70e92 if something is broken its probably this commit 2021-02-13 21:33:06 +00:00
Cyborger1
496a28c9f9 emoji plugin: set message node message instead of rl format message
The replaced message has no rl-format tags, and using the rl-format message causes it to lose color whenever the message node is refreshed due to not containing any rl-format tags
2021-02-13 14:16:19 -05:00
Jordan Atwood
2cdfdf0284 cluescrolls: Re-check named object highlights after hopping 2021-02-13 13:35:25 -05:00
Hydrox6
63cbe6ae09 chat color: fix usernames not being recoloured if they have an icon 2021-02-13 11:12:22 -05:00
Jordan Atwood
0fa078d8f1 notifier: Add username to tray notification title
This also removes the player's ingame name from notifications which are
referring to the active player in favor of the title.
2021-02-13 10:36:12 -05:00
Jordan Atwood
fadfc15cd0 cluescrolls: Fix beginner/master clue step reset
Commit 36bb7c8401 improved the clue scroll
plugin by resetting the active clue step when a beginner or master clue
item was displayed in the chat dialog when receiving a new step. This
commit caused a new bug, however, in that it became possible to click on
a new clue step while the new step dialog was open such that the new
step dialog persisted through a GameTick due to client-server delay,
causing the saved clue item ID to be lost. This commit fixes that issue
by resetting only the active clue object, but not the recorded clue item
ID, as beginner and master clues only use a single item ID.
2021-02-13 10:30:33 -05:00
Adam
77757229a5 entity hider: add option to hide ignored players
This is diabled in pvp to avoid abuse. This additionally allows the
"hide" options to be set without hiding others now.
2021-02-13 10:12:13 -05:00
buttonpoker
5545b9d0ad cannon: Remove Mourner Headquarters elf cannon spot (#13196)
Following the release of the Song of the Elves quest, the mourners found
in the Mourner Headquarters can no longer be hit by a cannon before,
during, or after completion of the quest. [This is evidently a known
issue with multi-NPCs.][1]

[1]: https://twitter.com/JagexAsh/status/1359968976760094721
2021-02-13 01:16:44 +00:00
Adam
13efaa6a0c gpu: add opencl support for macos
This allows using opencl as an alternative to opengl compute shaders on
macos, which does not support compute shaders. Now, macos can finally
use the extended draw distance feature of the gpu plugin.

This also includes code for using opencl with Windows and Linux if we
want to enable that in the future. A copy of the existing compute
shaders have been checked in and ported to opencl, keeping support for
opengl compute shaders on Windows and Linux.

Co-authored-by: Paul Norton <napkinorton@gmail.com>
2021-02-11 19:24:55 -05:00
ThatGamerBlue
99b87caaba checkstyle 2021-02-11 23:11:19 +00:00
ThatGamerBlue
4521f9e032 license again 2021-02-11 22:31:58 +00:00
ThatGamerBlue
9a47bf4559 fix plugin manager licenses 2021-02-11 22:25:22 +00:00
ThatGamerBlue
fd908b9596 use logger templates 2021-02-11 22:09:46 +00:00
ThatGamerBlue
c933f41416 update copyright 2021-02-11 22:05:30 +00:00
Jordan
26f26308ab Merge pull request #13188 from Hydrox6/ground-markers-existing-label
ground markers: show existing label when labelling a marker
2021-02-10 06:09:11 +00:00
Hydrox6
4169bba52d ground markers: show existing label when labeling a marker 2021-02-09 22:02:45 -08:00
Nick Wolff
80e5d44243 emoji: Add weary face emoji 2021-02-09 21:50:35 -08:00
Abex
f6f4ac2edb Merge pull request #13191 from loldudester/shorten-farming-estimate
TimeTracking: Return shortened weekdays in doneEstimates
2021-02-09 22:32:44 -07:00
ThatGamerBlue
1b4cd55579 remove c.o.c.u.overlayutil - unused 2021-02-09 23:33:20 +00:00
ThatGamerBlue
b4ba3ccd86 fix plugin directories 2021-02-09 23:32:56 +00:00
ThatGamerBlue
4adef168be worldlocation: fix compile error 2021-02-09 22:37:02 +00:00
ThatGamerBlue
1b70cb55fc soundmanager: rework 2021-02-09 22:36:10 +00:00
ThatGamerBlue
b8d806da76 fix swingutil compile error 2021-02-09 22:35:06 +00:00
ThatGamerBlue
8d37c4363d orange -> blue 2021-02-09 22:34:51 +00:00
Abex
b28a573295 Merge pull request #13189 from Adam-/farming-tracker-notifs
farming tracker: don't send notifications for empty crop state
2021-02-09 14:33:25 -07:00
loldudester
bfc9af5526 TimeTracking: Return shortened weekdays in doneEstimates 2021-02-09 21:32:09 +00:00
Adam
7656cafc70 chat commands: comma separate values in several commands 2021-02-09 15:38:12 -05:00
Anjaneya Bhardwaj
8d543933c9 fishing: Add minnows flying fish notification (#13126) 2021-02-09 19:01:11 +00:00
ObsoleteXero
c3e96d72f1 idle notifier: Add Loom crafting animation (#13154) 2021-02-09 18:26:22 +00:00
David
0163f79248 menu entry swapper: Add battlestaff use swap (#13140) 2021-02-09 18:25:23 +00:00
Adam
525c64b8df farming tracker: don't send notifications for empty crop state 2021-02-09 11:43:12 -05:00
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