Commit Graph
17374 Commits
Author SHA1 Message Date
Owain van Brakel e24f42424f project: Fix compiling 2022-02-09 13:24:07 +01:00
Owain van Brakel 5075dde795 Merge remote-tracking branch 'origin/upstream-2601' 2022-02-09 13:21:28 +01:00
Owain van Brakel e505012bff project: Revvvvvvvvvvvvv 2022-02-09 13:21:03 +01:00
zjustin 03f2434cd6 Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601
 Conflicts:
	cache-client/pom.xml
	cache-updater/pom.xml
	cache/pom.xml
	pom.xml
	runelite-api/pom.xml
	runelite-client/pom.xml
	runelite-jshell/pom.xml
	runelite-script-assembler-plugin/pom.xml
2022-02-09 23:14:52 +11:00
Runelite auto updater 11f9454015 Bump for 1.8.12-SNAPSHOT 2022-02-09 12:07:20 +00:00
Runelite auto updater a1c4906e4a Release 1.8.11 2022-02-09 12:07:17 +00:00
Max Weber 8baf0ea39e Update Quests to 2022-2-9 2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 67129ca001 Update Widget IDs to 2022-2-9
Lost widget 231.6
2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 727795c4f7 Update NPC IDs to 2022-2-9 2022-02-09 05:00:09 -07:00
RuneLite Cache-Code Autoupdater 29852431e0 Update Object IDs to 2022-2-9 2022-02-09 05:00:08 -07:00
RuneLite Cache-Code Autoupdater 9120e5cdc0 Update Item variations to 2022-2-9 2022-02-09 05:00:08 -07:00
RuneLite Cache-Code Autoupdater 8c187530fc Update Item IDs to 2022-2-9 2022-02-09 05:00:08 -07:00
Runelite auto updater 6f8858f013 Update 203 2022-02-09 11:55:06 +00:00
zjustin e91fc1a16a Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601 2022-02-09 19:18:51 +11:00
Adam 2e34cbcbe1 gpu: reset fbo on resizablechanged on macos
Changing resizable mode changes the canvas size but doesn't change the client size, so the existing resize adapter doesn't get triggered
2022-02-08 18:09:49 -05:00
zjustin e3b9b83e49 Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601 2022-02-08 18:23:32 +11:00
Adam 2d52f6d1b4 overlay manager: prevent loading dynamic overlay positions
The overlay renderer tries to never set these, but they can still be set due to conflicting overlay names or from old configs.
2022-02-07 23:03:09 -05:00
Minh Pham c7ce2d82fa slayer: add penguins to bird task 2022-02-07 22:27:49 -05:00
SRLJustin 4416fa5486 Merge branch 'master' of https://github.com/runelite/runelite into upstream-2601 2022-02-08 11:06:57 +11:00
SRLJustin 451e933c99 ItemManager: checkstyle 2022-02-08 11:03:01 +11:00
SRLJustin d017f869c5 HotkeyListener: make the project compile 2022-02-08 11:00:34 +11:00
Hippolyte MithouardandAdam c7b0023de5 barrows: fix npe from receiving an empty reward
Co-authored-by: Adam <Adam@sigterm.info>
2022-02-07 16:37:31 -05:00
Owain van Brakel e870559388 Merge remote-tracking branch 'runelite/master' 2022-02-06 10:12:29 +01:00
LootBaggerandAdam 57622f3bad plugin manager: optimize plugin dependency sorting
Previously, PluginManager.loadPlugins would make a graph of reverse
dependencies, topologically sort them, then reverse the list. This commit
changes loadPlugins to build a graph of dependencies so no reversal is needed.

Co-authored-by: Adam <Adam@sigterm.info>
2022-02-05 23:17:43 -05:00
LootBaggerandAdam e17baf1aee plugin manager: fix plugins with multiple dependencies
If one plugin has multiple dependencies this would throw a concurrent
modification exception due to iterating the successors after removing
the edge

Fill out javadoc for topologicalSort

Co-authored-by: Adam <Adam@sigterm.info>
2022-02-05 23:17:43 -05:00
Adam 5d99ec56f2 defaultworld: always changeWorld on client thread 2022-02-05 21:56:50 -05:00
AdamandDavid Goldstein 43e8a57cad ground items: make hotkey configurable
Co-authored-by: David Goldstein <goldstein.g.david@gmail.com>
2022-02-04 18:01:38 -05:00
Max Weber e9b138447e config: implement toString/equals/hashCode for Config proxies 2022-02-03 17:10:28 -07:00
Adam 3f3f3dc97b plugins: prevent plugins from overriding equals and hashCode
This has no legitimate use and several parts of the core assume that they are not overridden
2022-02-03 18:57:02 -05:00
Adam aaf4adaea0 itemmanager: sanity check wiki prices
Try to avoid excessive item price manipulation by requiring the guide price to be within a configured threshold of the official price.
2022-02-02 22:34:01 -05:00
Adam b37d46e488 client: add runtime config
A form of this was added in 1.7.11.2 in
e8ea616fc24691177cb2de18698f13ba17448a11, but did not bind the config to
the RuneLite guice module.
2022-02-02 22:34:01 -05:00
Daniel Bolink 03f0df17b6 woodcutting: add Isle Of Souls trees 2022-02-01 20:20:17 -05:00
Owain van Brakel 44e423c484 project: Mixins 2022-02-01 11:16:02 +01:00
Adamandsuperiorser9 f283871f50 interact highlight: support menu option mouseover
Co-authored-by: superiorser9 <superiorser9@gmail.com>
2022-01-31 20:23:50 -05:00
Adam 302b57de8e xptracker: use seasonal wom version for seasonal worlds 2022-01-30 19:57:55 -05:00
Adam Keenan 58d2b2e0e1 chat commands: fix cmb to use correct endpoint 2022-01-30 19:57:35 -05:00
Owain van Brakel 98747da535 Merge remote-tracking branch 'runelite/master' 2022-01-28 19:26:38 +01:00
Owain van Brakel 2e420a5648 project: Mixins... 2022-01-28 17:01:40 +01:00
Jordan HanleyandAdam 9458bd8d65 item identification: add jewellery
Co-authored-by: Adam <Adam@sigterm.info>
2022-01-26 17:43:49 -05:00
awbasham bb4271c2f2 dps counter: add Corrupted Hunllef 2022-01-26 15:51:43 -05:00
Adam fe2677452c devtools: add object animation ids 2022-01-26 11:06:00 -05:00
Owain van Brakel 7179aa26a0 project: Mixins 2022-01-26 01:20:51 +01:00
Owain van Brakel 1a8e75e9b9 Merge remote-tracking branch 'runelite/master' 2022-01-26 01:20:31 +01:00
Owain van Brakel 4727bc8e1d injector: Checkstyle 2022-01-26 00:54:49 +01:00
Owain van Brakel 379a57dc57 Merge pull request #3120 from Lucwousin/injector-debug 2022-01-26 00:50:10 +01:00
Owain van Brakel 72318af1e7 Merge pull request #3119 from Lucwousin/inj-mixins-fields 2022-01-26 00:50:02 +01:00
Lucwousin b3889ce469 Remove injector printlns 2022-01-25 22:40:53 +01:00
Hydrox6 d44b7f3d00 timers: add shattered relics home teleport 2022-01-25 15:37:12 -05:00
Josh aa73a9eabc npcunaggroarea: add option to hide when out of combat 2022-01-25 15:35:56 -05:00
Lucwousin cebf6d920f Check mixins only for duplicate static fields 2022-01-25 21:15:17 +01:00