Adam
6d46bb09c4
ge plugin: submit trades even when not logged in
2020-05-30 19:26:43 -04:00
Adam
2622cc2ac6
http-api: use separate class for ge trade history
2020-05-30 19:26:43 -04:00
Hydrox6
834cc3e39c
login screen: reset fire state when disabling the plugin
2020-05-30 17:48:37 +01: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
Jesse Serrao
869b1ba1d9
npc indicators: add option to not highlight dead npcs
2020-05-30 11:52:59 -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
c8d187500d
Update Item variations 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
332be9fb67
Merge pull request #2642 from Owain94/api-interactible
2020-05-30 10:49:28 +02:00
Owain van Brakel
41ee5f0df4
api: Implement isInteractible
2020-05-30 10:26:29 +02:00
Owain van Brakel
0054731b5f
Merge pull request #2641 from Owain94/loginscreen-blackpixel
...
mixins: Fix black pixel on custom wide loginscreens
2020-05-30 07:28:38 +02:00
Owain van Brakel
61bcff9736
Merge pull request #2640 from open-osrs/upstream-3005
2020-05-30 07:18:33 +02:00
Owain van Brakel
061d6d13ee
mixins: Fix black pixel on custom wide loginscreens
2020-05-30 07:07:49 +02:00
Owain van Brakel
d93ef734e0
externalpluginmanager: don't search child injector bindings for configs
2020-05-30 06:58:52 +02:00
Owain van Brakel
aa2c24f6d0
externalpluginmanager: chain child injectors for plugin dependencies
2020-05-30 06:56:43 +02:00
Owain van Brakel
5d52bf4110
Merge remote-tracking branch 'runelite/master'
2020-05-30 06:54:02 +02:00
Owain van Brakel
1924df52a1
Merge pull request #2638 from open-osrs/GRADLE-DEPS-UPDATE-752fca581
...
project: Update gradle dependencies
2020-05-30 03:49:11 +02:00
github-actions[bot]
c8dfdcab44
Merge pull request #2639 from open-osrs/NPC-UPDATE-752fca581
...
Client: Update NPC stats
2020-05-30 00:21:30 +00:00
OpenOSRS
a310d4b308
Client: Update NPC stats
2020-05-30 00:10:41 +00:00
OpenOSRS
b90054dda7
project: Update gradle dependencies
2020-05-30 00:03:09 +00:00
branisk
8d4d974dc5
worldmap: Fix Kebos Lowlands mining site tooltip ( #11748 )
2020-05-30 00:44:05 +02:00
oneilljos
6d3f7ebee0
grounditems: Remove duplicate item count in notifications ( #10526 )
2020-05-29 21:40:39 +02:00
while-loop
d2286f18b0
chat-history: fix plugin not clearing history
2020-05-29 17:11:03 +02:00
SomeZer0
ed64fcadd7
boosts: Improve "Boost amount threshold" config description ( #11744 )
2020-05-29 06:09:00 +00:00
Crow
3a435921a7
skillcalculator: Add divine potions to herblore calculator ( #11676 )
2020-05-29 06:03:40 +00:00
Rangvaldr
2f64651f31
AgilityShortcut: Add Witchaven Dungeon agility shortcut ( #11690 )
2020-05-29 06:00:14 +00:00
Broooklyn
08b0a10c84
grounditems: Fix grammar in config descriptions ( #11743 )
2020-05-29 05:19:04 +00:00
github-actions[bot]
752fca581c
Merge pull request #2637 from open-osrs/NPC-UPDATE-bb63994bd
...
Client: Update NPC stats
2020-05-29 00:17:07 +00:00
OpenOSRS
3cf5905348
Client: Update NPC stats
2020-05-29 00:09:14 +00:00
Adam
7de65bbcf4
plugin manager: don't search child injector bindings for configs
...
This fixes plugins which have dependencies and no configuration from
erronously having their deps config picked up, and also fixes defaults
being applied multiple times to the same config on startup due to the
configs being in the bindings of multiple injectors
2020-05-28 14:45:22 -04:00
Adam
f5e99d5cb1
plugin manager: chain child injectors for plugin dependencies
...
Instead of combining the modules of the plugin and all of it
dependencies, create a new child injector for the plugin from a child
injector comprised of the parent module(s)
2020-05-28 14:42:01 -04: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
f9f1eb61f8
Merge pull request #2633 from Owain94/mixins-loginstuff
...
mixins: Login stuff
2020-05-28 15:23:54 +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
Kyle
62d3e58a55
infobox: make threadsafe ( #2632 )
...
* Update InfoBox.java
* Update InfoBoxManager.java
* Update InfoBoxManagerTest.java
* fix tests
2020-05-28 13:41:34 +01:00
ST0NEWALL
daf14999e1
Merge pull request #2634 from open-osrs/fix-equals
...
menumanager: fix invalid equals check.
2020-05-28 12:41:09 +00:00
Ganom
b6b21cf249
menumanager: fix invalid equals check.
2020-05-28 08:34:10 -04:00
Max Weber
5b27cb2885
BankSearchLayout: don't truncate search string
...
This is a regression from 592ca5c112 which
I mistakingly didn't fix last week
2020-05-28 04:05:26 -06:00
Tyler Bochard
c0fa105d49
Merge pull request #2630 from open-osrs/upstream
...
client: merge upstream
2020-05-28 03:01:33 -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
406c2bc7db
infobox manager: fix adding multiple infoboxes of same priority
...
The sort only checks infobox priority and plugin name, and is not a
uniqeness check, so we still need to insert the infobox regardless of if
it is "found" or not.
2020-05-28 00:13:32 -04:00
Adam
1bcb25f10b
api: finish some thoughts in callbacks javadoc
2020-05-27 21:09:27 -04:00