Adam
38c9e084ed
Use raw varp array for get/set value in devtools
...
It was decided the current indirection isn't necessary
2020-11-30 21:19:57 -05:00
Adam
97f4ebf985
devtools: queue changed varps in setvarb and setvarp
2020-11-30 21:19:56 -05:00
Adam
82f937ec5d
api: add queueChangedVarp
2020-11-30 21:19:55 -05:00
Adam
912847c1fd
worldmap: add Getting Ahead quest start location
...
Co-authored-by: jsambon <jean-francois.sambon@student.uclouvain.be >
2020-11-30 19:19:47 -05:00
Hydrox6
8868d71c10
grounditems: add numerical despawn timers
2020-11-29 18:17:52 -05:00
Adam
a658d94db0
notifier: move osx terminal-notifier test to executor
...
Additionally set a timeout on the process
2020-11-28 14:54:26 -05:00
Adam
e9acabf549
dps counter: add option to only count boss damage
2020-11-28 14:32:09 -05:00
Adam
d8e97dd1f7
dps counter: add option to reset when boss dies
2020-11-28 13:47:00 -05:00
skyblownet
b59f099c00
slayer plugin: add Battlefront to task locations
2020-11-27 15:39:09 -05:00
Hydrox6
374cf05c6d
timetracking: add support for botanist relic
2020-11-27 15:38:16 -05:00
Adam
23b7a65c29
chatfilter: fix filtering self and clan messages with chat icons
...
This was incorrectly filtering self/clan messages from players with chat
icons due to not stripping the icon tag before matching the player name.
2020-11-27 15:32:51 -05:00
logarithm
ba25de4bd1
skybox: add custom sky color options
...
Co-authored-by: Adam <Adam@sigterm.info >
2020-11-27 15:32:15 -05:00
Max Weber
58136ff07b
runelite-client: build on java 8 again
...
in java >=9 the type rules for <? extends ?> have changed from <Object>
to <?> so this compiled correctly, where on java 8 it is invalid
2020-11-27 04:37:15 -07:00
Adam
f6a5463a57
Merge pull request #12834 from abextm/rsprofile-external
...
Per RuneScape-Profile configuration
2020-11-27 00:00:54 -05:00
Adam
0ca25d4f46
chat controller: return 404 if task is not found
...
This was returning a 200 with an empty body, causing the client to npe due to deserializing it as a Task with no task or location
2020-11-26 14:37:50 -05:00
SirGirion
80b086a975
itemcharges: add cox potions to show item doses
2020-11-26 11:27:30 -05:00
Ron Young
e3ff5dd487
runelite-api: import SpritePixels methods
2020-11-26 11:21:19 -05:00
Max Weber
e769ee0a7b
http-api, http-service, rl-client: bulk upload configuration changes
2020-11-25 22:29:35 -07:00
Max Weber
4309dcd53e
ConfigManager: immediately send config after importing local
2020-11-25 22:29:35 -07:00
Max Weber
f078717822
runelite-client: add rsprofile support
2020-11-25 22:29:35 -07:00
illumineawake
e2d5b49657
worldpoint: add toWorldArea() function that returns a 1x1 WorldArea of the WorldPoint ( #2870 )
2020-11-26 01:22:10 +00:00
dekvall
2357fa27d7
plugin-panel: stick plugin hub button to bottom of plugin list
2020-11-25 15:22:59 -05:00
Kyle
13eb6ef305
Update AnimationID.java ( #2869 )
2020-11-25 19:58:29 +00:00
Adam
922c5e3421
cache: fix objexporter hsl to rgb calculation
...
This was doing hsb to rgb instead
2020-11-24 18:45:37 -05:00
Max Weber
2ac456696b
runelite-api: add PlayerChanged event
2020-11-23 14:12:15 -07:00
Max Weber
3bc7bff4ae
runelite-api: add WorldChanged event
2020-11-23 14:12:14 -07:00
Tyler Bochard
5900be42d3
Merge pull request #2868 from ImNoOSRS/patch-1
...
PluginManager: Load plugins in reversed order.
2020-11-23 15:27:51 -05:00
Owain van Brakel
bf310496ef
externalpf4jpluginmanager: Add import
2020-11-23 16:47:00 +01:00
ImNoOSRS
d4530548cd
PluginManager: Reverse the loading of plugins.
...
When loading plugins in the default order, lets say
Wintertodt-0.0.1.jar
Wintertodt-0.0.2.jar
Wintertodt-0.0.3.jar
It would load 0.0.1 then detect 0.0.2 and 0.0.3 as duplicates.
By reversing this it would load the newest one and detect the old ones as duplicate.
2020-11-23 16:36:35 +01:00
Adam
e5b5292267
objectindicators: fix not marking objects when loaded on other planes
...
fromLocalInstance() was returning a world point using the clients plane,
however the object may not be on that, causing the plane check in
checkObjectPoints() to fail.
2020-11-22 18:35:05 -05:00
Adam
1f3634d429
Fix incorrectly marking Al Kharid west shortcut window
...
The west window has the same id as the east window, causing both to be marked by the agility plugin. This adds a matches() method to AgilityShortcut to allow the plugin to test specifically which window matches the shortcut.
2020-11-22 15:45:39 -05:00
trimbe
87f5e98a08
bank plugin: add ctrl+f hotkey to initiate bank search
...
Co-authored-by: melkypie <5113962+melkypie@users.noreply.github.com >
Co-authored-by: Adam <Adam@sigterm.info >
2020-11-22 12:31:32 -05:00
Adam
514995d140
banktags: use script event for detecting bank search
...
The bank plugin is being changed to manually initiate bank searches,
by invoking the script, and the bank tabs plugin needs to be able to
detect this search too.
2020-11-22 12:31:32 -05:00
Adam
6552355fd7
Move BankSearch to bank plugin
...
It contains no bank tab specific code and is used by both the bank and banktags plugins
2020-11-22 12:31:32 -05:00
Plondrein
2778dc69b4
menu swapper: Add NPC Deposit-Items swap
2020-11-21 11:13:33 -05:00
Minhs2
fa79a51bca
slayer: add various monsters as alternatives to tasks
2020-11-21 10:49:55 -05:00
Adam
6f60750c31
combat level: show next levels needed even past 99
...
In some cases, it is not possible to get a combat level solely from leveling
any one stat. If this happened previously the overlay would show an empty
tooltip due to the levels required all being >99. This just shows the levels
required even if it surpasses 99.
2020-11-21 10:40:18 -05:00
dekvall
9baf4c4a45
widgetid: correct quest completed text
2020-11-20 13:33:43 -05:00
Owain van Brakel
50956469c9
Merge pull request #2820 from andreykaipov/feature/config-inheritance
...
configmanager: write all of our config items to our properties
2020-11-19 03:02:47 +01:00
Owain van Brakel
af4960cff1
Merge pull request #2865 from Owain94/upstream-1811
2020-11-18 23:38:00 +01:00
Owain van Brakel
d4314fc9f6
api: Add new and remove game object methods
2020-11-18 23:31:19 +01:00
Owain van Brakel
b229e730ce
Merge remote-tracking branch 'runelite/master'
2020-11-18 23:00:48 +01:00
Runelite auto updater
ea024ee756
Bump for 1.6.33-SNAPSHOT
2020-11-18 12:47:08 +00:00
Runelite auto updater
bec42bdaf2
Release 1.6.32
2020-11-18 12:46:59 +00:00
Max Weber
32510746c6
rl-api,rl-client: update friends chat kick cs2 id
...
Yes the hash didn't change, but the ID did
2020-11-18 05:11:51 -07:00
Max Weber
1f9dd0d575
rl-api: update friends chat rank sprite ids
2020-11-18 05:11:15 -07:00
RuneLite Cache-Code Autoupdater
e281a49ed3
Update NPC IDs to 2020-11-18-rev192
2020-11-18 04:51:42 -07:00
RuneLite Cache-Code Autoupdater
df1ffeb3bc
Update Item variations to 2020-11-18-rev192
2020-11-18 11:31:40 +00:00
RuneLite Cache-Code Autoupdater
d2f742ffb1
Update Item IDs to 2020-11-18-rev192
2020-11-18 11:31:40 +00:00
Owain van Brakel
d28b2e5047
Merge pull request #2864 from Owain94/upstream-1711
2020-11-17 05:53:59 +01:00