Commit Graph

2370 Commits

Author SHA1 Message Date
melkypie
5cac2abac3 api: fix raids points infobox widget id 2020-05-28 08:43:34 -04:00
zeruth
c98361c86b null: remove silly mistake 2020-05-28 02:52:03 -04:00
zeruth
a7eb45b3e3 client: merge upstream 2020-05-28 02:47:16 -04:00
zeruth
3c2f26b523 Merge remote-tracking branch 'runelite/master'
# Conflicts:
#	runelite-api/src/main/java/net/runelite/api/Client.java
#	runelite-api/src/main/java/net/runelite/api/MenuAction.java
#	runelite-api/src/main/java/net/runelite/api/VarPlayer.java
#	runelite-client/src/main/java/net/runelite/client/menus/MenuManager.java
#	runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
#	runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenConfig.java
#	runelite-client/src/main/java/net/runelite/client/plugins/loginscreen/LoginScreenPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/playerindicators/PlayerIndicatorsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsOverlay.java
#	runelite-client/src/main/java/net/runelite/client/plugins/raids/RaidsPlugin.java
#	runelite-client/src/main/java/net/runelite/client/ui/overlay/infobox/InfoBoxManager.java
#	runelite-client/src/test/java/net/runelite/client/menus/MenuManagerTest.java
#	runelite-client/src/test/java/net/runelite/client/plugins/chatcommands/ChatCommandsPluginTest.java
2020-05-28 02:34:01 -04:00
Adam
1bcb25f10b api: finish some thoughts in callbacks javadoc 2020-05-27 21:09:27 -04:00
Hydrox6
f6d0c93c5b api: add support for setting login screen and fire rendering 2020-05-27 21:05:07 -04:00
Lotto
6518a6a51d player-indicators: don't decorate non-player custom menu options
Splits the RUNELITE menu action into two actions:

RUNELITE -  general menu items.

RUNELITE_PLAYER - menu items which target a player and have its identifier set to a player index.

Then the player indicators plugin is changed to only decorate RUNELITE_PLAYER menu items.
2020-05-27 18:42:46 -04:00
Trevor
2eb12e6bb3 raid plugin: fix plugin not reseting when prescouting raids
If you left a raid while a raid was currently being
scouted/held in the same world then there was a chance the
plugin would not reset and the scout overlay and timer
would break. This was due to the plugin thinking that the
player was in a raid party when he left and did not reset.
This was fixed by reseting whenever the raid party varp
changed while the player is outside of the raid.

steps to reproduce:
start a raid on account 1
scout another raid in the same world on account 2
leave the raid on account 1 and it will not reset correctly
2020-05-27 17:23:45 -04:00
Owain van Brakel
0201601aa1 Merge pull request #2624 from Owain94/upstream-2505 2020-05-26 01:00:45 +02:00
Owain van Brakel
9d1edf8b58 Merge remote-tracking branch 'runelite/master' 2020-05-26 00:53:47 +02:00
Owain van Brakel
ad1b7b8a0c mixins: refactor to use NameableContainer 2020-05-25 21:48:15 +02:00
Anthony Alves
d434e48d77 chat-history: add option to clear history for all chatbox tabs (#11543)
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
Co-authored-by: Tomas Slusny <slusnucky@gmail.com>
2020-05-22 21:48:12 +02:00
Owain van Brakel
e690df0852 Merge remote-tracking branch 'runelite/master' 2020-05-21 13:34:48 +02:00
RuneLite Cache-Code Autoupdater
c319105ed4 Update Widget IDs to 2020-05-21-rev182 2020-05-21 10:32:18 +00:00
illumineawake
fac4cafcf0 worldarea: allow WorldArea to take 2 WorldPoints and calculate width and height 2020-05-21 18:15:30 +10:00
Kyle
82e37e6031 project: add dmm safezone varclientint 2020-05-20 00:50:15 +01:00
loldudester
94482f5aed keyremapping: Don't remap f-keys when the bank pin interface is open 2020-05-19 19:51:29 +00:00
Adam
0615b7b9e6 minimap: use script event for hiding minimap 2020-05-16 14:12:51 -04:00
Adam
4da4979e48 attackstyles: use script event for hiding attack styltes 2020-05-16 14:12:51 -04:00
Ganom
86ee1c364c Merge branch 'master' of https://github.com/runelite/runelite into upstream
 Conflicts:
	runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityOverlay.java
	runelite-client/src/main/java/net/runelite/client/plugins/agility/AgilityPlugin.java
	runelite-client/src/main/java/net/runelite/client/plugins/agility/Obstacles.java
	runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesConfig.java
	runelite-client/src/main/java/net/runelite/client/plugins/interfacestyles/InterfaceStylesPlugin.java
2020-05-14 22:48:41 -04:00
dekvall
6a63968ff5 interfacestyles: add support for menu alpha 2020-05-14 19:59:04 -04:00
Owain van Brakel
28a7157341 Merge remote-tracking branch 'runelite/master' 2020-05-14 17:43:53 +02:00
RuneLite Cache-Code Autoupdater
37e721f920 Update Widget IDs to 2020-05-14-rev182 2020-05-14 05:54:38 -06:00
RuneLite Cache-Code Autoupdater
9ec2e9d8c2 Update NPC IDs to 2020-05-14-rev182 2020-05-14 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
0f6255e827 Update Script arguments to 2020-05-14-rev182 2020-05-14 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
3cf31b121b Update Object IDs to 2020-05-14-rev182 2020-05-14 10:32:24 +00:00
RuneLite Cache-Code Autoupdater
9b71421535 Update Item IDs to 2020-05-14-rev182 2020-05-14 10:32:23 +00:00
bfmoatbio
7dba7b58e6 menu manager: Remove bounty hunter emblem text from player name (#11541) 2020-05-14 06:47:31 +00:00
Owain van Brakel
3fcb152504 Merge remote-tracking branch 'runelite/master' 2020-05-13 17:11:29 +02:00
zeruth
bd856728c0 api: add mirror api 2020-05-12 23:05:46 -04:00
Kyle
36700b3406 widgetID: fix incorrect widget IDs
widgetID: fix incorrect widget IDs
2020-05-12 23:32:34 +01:00
Kyle
c8c3e0f7b3 widgetinfo: fix broken widget
widgetinfo: fix broken widget
2020-05-12 21:52:58 +01:00
Kyle
26f35310ff widgets: add trade widget info (#2572)
* Update WidgetID.java

* Update WidgetInfo.java
2020-05-12 19:12:17 +01:00
Trevor
b29e4ea554 raids plugin: make scouter scout unknown rooms on new area loaded 2020-05-07 21:56:34 -04:00
Owain van Brakel
0a6326acbc Merge remote-tracking branch 'runelite/master' 2020-05-05 20:16:49 +02:00
Tomas Slusny
57d93e4ffa Merge pull request #11336 from deathbeam/add-copy-to-clipboard
Add option to copy chat message contents to clipboard
2020-05-03 22:38:31 +02:00
Max Weber
2836f89b9e rl-api, rl-client: Remove core logger 2020-05-02 10:52:48 -04:00
Owain van Brakel
04188f2d82 Merge remote-tracking branch 'runelite/master' 2020-05-01 20:08:11 +02:00
Adam
d25546f5db Add dmmt world type and tournament hiscore endpoint 2020-05-01 10:25:50 -04:00
Owain van Brakel
07dfc9c2ff Merge remote-tracking branch 'runelite/master' 2020-05-01 10:48:46 +02:00
Thomas Cylke
e2aca28979 project: move config button clicked event 2020-04-30 19:18:48 -04:00
Tomas Slusny
84885f7546 Add option to copy chat message contents to clipboard
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2020-05-01 00:09:57 +02:00
RuneLite Cache-Code Autoupdater
5bf3d953e3 Update Script arguments to 2020-04-30-rev182 2020-04-30 10:32:18 +00:00
RuneLite Cache-Code Autoupdater
79da7996f1 Update Object IDs to 2020-04-30-rev182 2020-04-30 10:32:18 +00:00
RuneLite Cache-Code Autoupdater
27286ea1d7 Update Item IDs to 2020-04-30-rev182 2020-04-30 10:32:17 +00:00
Max Weber
d6bb219c79 rl-api, rl-client: rename getHealth to getHealthScale 2020-04-28 23:15:38 -06:00
xKylee
78ff1d1485 project: upstream
project: upstream
2020-04-28 23:54:49 +01:00
Kyle
029a57cfea Update WidgetInfo.java 2020-04-28 19:37:57 +01:00
Ron Young
8b2f519546 widgets: add bank item count and equipment button ids 2020-04-26 22:15:32 -05:00
Aaron King
9226db8e05 item stats: add the in-bank equipment interface 2020-04-26 17:29:03 -04:00