Commit Graph
15591 Commits
Author SHA1 Message Date
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
ThatGamerBlue faeca5d163 mixins: fix event 2021-02-09 22:34:38 +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 925f0f54e2 fix naming inconsistency 2021-02-08 17:09:56 +00:00
ThatGamerBlue 19d926c0b6 remove unused config option 2021-02-08 17:08:27 +00:00
ThatGamerBlue a2d9993fdc fix compile error with widgethiddenchanged 2021-02-08 17:08:01 +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 97dc44f65d varbits: remove unused, fix compile error 2021-02-08 10:28:53 +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
Max Weber 5de258310a http-api: allow gsoning classes outside of net.runelite
This broke plugin hub plugins using our gson, which is valid since you
can reflect into any unnamed module.
2021-02-06 16:39:33 -05: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
Adam daf0d1c48b perspective: support rectangular tile areas 2021-02-06 14:20:18 -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 681216c25d bootstrapper: use pretty formatting 2021-02-05 22:28:50 -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
zeruth cf1f5cf7ce api: re-implement WidgetHiddenChanged event 2021-02-05 16:09:19 -05:00
Runelite auto updater 7fba2eb095 Bump for 1.6.40-SNAPSHOT 2021-02-05 20:57:06 +00:00
Runelite auto updater fce6f85d03 Release 1.6.39 2021-02-05 20:56:57 +00: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