Commit Graph
16639 Commits
Author SHA1 Message Date
Owain van Brakel 959a7ceb36 Merge remote-tracking branch 'runelite/master' 2021-09-12 00:17:47 +02:00
Owain van Brakel ac64ab8955 project: Mixins roof removal 2021-09-11 21:52:16 +02:00
Adam a231192578 client: update jna to 5.9.0
This is required for macos aarch64 support
2021-09-11 11:05:36 -04:00
Adam 3c5f812331 npc overlay: clear highlighted npcs on logout
Despawn events don't fire for npcs on logout, copied from the npc highlight plugin
2021-09-11 10:53:05 -04:00
Adam 9cd1cbcea0 music: check game state before applying sliders on startup
This accesses vars, which typically cannot be accessed when not logged in, or in early startup
2021-09-11 00:03:21 -04:00
Adam 9cadc62eba widget overlay: correct raids points overlay position 2021-09-10 18:05:25 -04:00
Adam c5586123c8 npc overlay: set lower priority on npc change and despawn handlers
Similar to spawn, these need to run after plugins for most of the highlight functions to work correctly
2021-09-09 20:38:03 -04:00
Owain van Brakel 8ef5a07d87 project: Merge upstream 2021-09-09 22:26:51 +02:00
Owain van Brakel d836090df5 Merge pull request #3038 from tomcylke/objectcomposition-bitmask
client: object composition directional access bitmask
2021-09-09 22:14:41 +02:00
tomcylke 0cb2dea4d9 client: object composition directional access bitmask 2021-09-09 14:08:10 -04:00
Adam 342e0169e3 npc minimap overlay: use unmodified highlight color
The darker() is originally from the npc indicators minimap overlay, but other plugins now using this such as impling plugin do not expect this.

If we require the minimap colors to be different later we should add a separate property specifically for it.
2021-09-09 12:44:43 -04:00
Runelite auto updater 49ecbab6b6 Bump for 1.7.24-SNAPSHOT 2021-09-09 10:53:19 +00:00
Runelite auto updater affceb5403 Release 1.7.23 2021-09-09 10:53:16 +00:00
RuneLite Cache-Code Autoupdater 9161b3852f Update NPC IDs to 2021-9-9 2021-09-09 00:46:15 -06:00
RuneLite Cache-Code Autoupdater 7751238847 Update Object IDs to 2021-9-9 2021-09-09 00:46:15 -06:00
RuneLite Cache-Code Autoupdater 45991cb789 Update Item variations to 2021-9-9 2021-09-09 00:46:14 -06:00
RuneLite Cache-Code Autoupdater 7352224a2b Update Item IDs to 2021-9-9 2021-09-09 00:46:14 -06:00
RuneLite Cache-Code Autoupdater 7087bb5466 Update Scripts to 2021-9-9 2021-09-09 00:46:14 -06:00
Vic Segers 1d2d1e445a itemstats: Add jangerberries prayer point restore (#14101) 2021-09-07 18:29:13 +00:00
Adam 178638b73b external plugins: require assertions when loading builtin plugins 2021-09-07 14:26:06 -04:00
geheur 03e51acf08 bank tags: Fix tag tab tab scroll height (#13761) 2021-09-07 18:19:15 +00:00
Owain van Brakel df0b7d9404 Merge pull request #3037 from open-osrs/externalmanager-logging 2021-09-07 17:27:12 +02:00
Owain van Brakel de694d94fc project: external manager logging 2021-09-07 17:21:39 +02:00
Owain van Brakel 16a88c9a15 Merge pull request #3036 from open-osrs/upstream-and-externals 2021-09-07 16:11:41 +02:00
Owain van Brakel 4bfb83cf6b external: Support custom plugin json files for raw repositories 2021-09-07 15:53:13 +02:00
Owain van Brakel 8e47e8106d Merge remote-tracking branch 'runelite/master' 2021-09-07 07:48:07 +02:00
Adam 58fb78ff00 runecraft: use npc overlay service 2021-09-06 21:45:15 -04:00
Adam 4a9b650249 corp: use npc overlay service 2021-09-06 21:45:14 -04:00
Adam c52667a5cc Move npc highlight overlay to core
This allows the other plugins which depend on the npc overaly to work
when npc highlight plugin is off, while still letting them use the
consistent highlight style of the central overlay.
2021-09-06 21:45:14 -04:00
Adam 99100979df npc highlight: fix npe rendering minimap names on npcs with no name 2021-09-06 21:41:33 -04:00
Owain van Brakel 6253cf1e48 Merge pull request #3034 from open-osrs/upstream-2508-2
project: Merge upstream
2021-09-07 03:30:20 +02:00
Owain van Brakel 9b34539cd8 Merge remote-tracking branch 'origin/master' 2021-09-07 03:24:08 +02:00
Owain van Brakel c5d1cf0a09 Merge remote-tracking branch 'runelite/master' 2021-09-07 03:23:38 +02:00
Owain van Brakel c6d5bcfa79 project: Mixins for recent changes 2021-09-07 03:22:40 +02:00
Adam 7b65292c12 api: make getCanvasTilePoly work on multi-tile npcs 2021-09-07 03:20:43 +02:00
Adam 376e9648ea wiki: move icon to match vanilla position 2021-09-07 03:20:43 +02:00
Adam 3181022c83 api: flatten model uvs
This drastically reduces the number of allocated float arrays on the heap just by flattening the uvs into a single array per model
2021-09-07 03:20:42 +02:00
ThatGamerBlue 499da6345d Merge pull request #3035 from ReeeMan/master
Project: Bump RL Version.
2021-09-06 22:20:09 +01:00
ReeeMan 849d34718a Bump RL Version. and oprs version 2021-09-06 22:03:25 +01:00
Runelite auto updater cc3b6550a9 Bump for 1.7.23-SNAPSHOT 2021-09-06 17:53:41 +00:00
Runelite auto updater 56d0aae57d Release 1.7.22 2021-09-06 17:53:37 +00:00
Adam 97095b41f8 ui: force heavyweight tooltips on macos
Lightweight components do not render correctly over AWT canvases on
MacOS. The popup factory API to override this is not available on 8, so
add an 11-specific popup factory to override it by using a multi-release
jar.
2021-09-05 16:56:01 -04:00
Adam 2cdd1be7d8 pom: remove source/target configuration on maven-compiler-plugin
On Java 11, which we require for building, the compiler accepts
--release 8 and no longer requires -source or -target, so these are
unnecessary
2021-09-05 16:10:37 -04:00
Adam cdbb0a3aa7 api: make getCanvasTilePoly work on multi-tile npcs 2021-09-05 11:49:43 -04:00
Owain van Brakel 48fda0dd9a project: deprecated code in mixin 2021-09-05 14:05:42 +02:00
Adam adf0d75be8 wiki: move icon to match vanilla position 2021-09-04 12:32:21 -04:00
Adam ef3622c05a api: flatten model uvs
This drastically reduces the number of allocated float arrays on the heap just by flattening the uvs into a single array per model
2021-09-03 15:04:08 -04:00
Owain van Brakel 869702c055 Merge remote-tracking branch 'runelite/master' 2021-09-03 20:42:14 +02:00
Adam a3d33bee0d logback: add duplicate exception filter
This only applies to marked logged messages for overlay rendering and event subscribers, which are common sources of exceptions in 3rd party plugins
2021-09-03 11:45:06 -04:00
Ryan dbc7d4049f ItemMapping: Add Tome of Water and Master Scroll Book 2021-09-02 18:08:28 -04:00