RuneLite Cache-Code Autoupdater
54cac0f595
runelite-api: add NullNpcID
2020-06-08 18:02:04 -04:00
Lucwousin
5484a99bd6
api: Add pyramid plunder sarcophagus varbit
2020-06-05 18:20:23 +02:00
Lucwousin
257a3e4010
api: Add pyramid plunder chest open varbit
2020-06-05 17:56:28 +02:00
Adam
473ab8eae2
client: remove unnecessary annotation-providing dependencies from runtime classpath
2020-06-04 14:56:47 -04:00
Owain van Brakel
8627076955
Merge remote-tracking branch 'runelite/master'
2020-06-04 16:48:25 +02:00
Runelite auto updater
b9e660a939
Bump for 1.6.19-SNAPSHOT
2020-06-04 14:44:46 +00:00
Runelite auto updater
9de4189632
Release 1.6.18
2020-06-04 14:44:35 +00:00
Max Weber
37ab2f09ed
worldmap: add Sins of the Father start location
2020-06-04 08:02:31 -06:00
RuneLite Cache-Code Autoupdater
31ce73fc9a
Update NPC IDs to 2020-06-04-c1-rev182
2020-06-04 07:47:45 -06:00
RuneLite Cache-Code Autoupdater
4e5d5308be
Update Object IDs to 2020-06-04-c1-rev182
2020-06-04 07:47:45 -06:00
RuneLite Cache-Code Autoupdater
76915d867a
Update Item IDs to 2020-06-04-c1-rev182
2020-06-04 07:47:44 -06:00
ThatGamerBlue
20ce624b7d
Add getter methods for extended player info in dev tools
2020-06-03 18:05:27 +01:00
ThatGamerBlue
b6256767cc
Add offset method to point
2020-06-03 14:35:53 +01:00
Owain van Brakel
b00599777b
Revert "hooks: remove remaining static callbacks"
...
This reverts commit 27173d90b5 .
2020-05-31 05:59:41 +02:00
Owain van Brakel
3c370f992a
Merge remote-tracking branch 'runelite/master'
2020-05-31 05:35:48 +02:00
Hydrox6
f0cef4589b
Add all other pearl rod animations
...
There are 2 animations for each pearl rod (except Oily). Usually it
seems that only one is used when actually fishing, which were the ones
present before this commit. However, it seems that Jagex is not
consistent about what animations are used, as Anglerfish fishing uses
the other animation of the normal pearl rod. Given that the other two
exist, and they're technically usable (and can be used as the starting
animation), it's only a matter of time before Jagex accidentally gets
them the wrong way round again, so this is a pre-emptive measure. It
also means that the UI won't show "Not Fishing" for a split second when
casting out.
2020-05-30 11:55:50 -04:00
Adam
27173d90b5
hooks: remove remaining static callbacks
2020-05-30 10:25:52 -04:00
RuneLite Cache-Code Autoupdater
bb31babba2
Update NPC IDs to 2020-05-28-rev182
2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater
5d39c499ef
Update Object IDs to 2020-05-28-rev182
2020-05-30 09:57:40 -04:00
RuneLite Cache-Code Autoupdater
eefee493b7
Update Item IDs to 2020-05-28-rev182
2020-05-30 09:57:40 -04:00
Owain van Brakel
41ee5f0df4
api: Implement isInteractible
2020-05-30 10:26:29 +02:00
Owain van Brakel
bb63994bde
Merge pull request #2635 from Owain94/upstream-2805-2
2020-05-28 15:25:03 +02:00
Owain van Brakel
90090d55e1
Merge remote-tracking branch 'runelite/master'
2020-05-28 15:17:41 +02:00
Owain van Brakel
8d45b53d71
mixins: Login stuff
2020-05-28 15:16:23 +02:00
Runelite auto updater
1e7299bcc6
Bump for 1.6.18-SNAPSHOT
2020-05-28 13:13:26 +00:00
Runelite auto updater
590c11edb4
Release 1.6.17
2020-05-28 13:13:17 +00:00
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
Runelite auto updater
10b502278e
Bump for 1.6.17-SNAPSHOT
2020-05-21 11:43:06 +00:00
Runelite auto updater
79361aa17a
Release 1.6.16
2020-05-21 11:42:57 +00: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