Commit Graph
16619 Commits
Author SHA1 Message Date
tomcylke 0cb2dea4d9 client: object composition directional access bitmask 2021-09-09 14:08:10 -04: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
pilino1234 f06fee20a1 worldmap: Add mining spots in Ruins of Camdozaal 2021-09-02 18:00:48 -04:00
pilino1234 b9025997a1 skillcalculator: Add Camdozaal activities 2021-09-02 18:00:48 -04:00
Adam Davies 41d3384358 mining: Add barronite ore and deposits 2021-09-02 18:00:48 -04:00
AdamandMax Weber e37292267b use maven's native reproducible build support
Co-authored-by: Max Weber <mii7303@gmail.com>
2021-08-31 10:38:25 -04:00
Jordan 48da3f30fd Merge pull request #14073 from Hydrox6/xp-globes-correct-bounds
xp globes: account for progress arc width when deciding overlay bounds
2021-08-30 17:34:06 +00:00
Adam b42932d581 loot tracker: add world id to loot record for dmmt 2021-08-30 11:05:33 -04:00
Hydrox6 7046737a48 xp globes: account for progress arc width when deciding overlay bounds 2021-08-30 12:17:05 +01:00
Jordan 4bfd020b2a Merge pull request #14042 from Hydrox6/roof-removal-instances
roof removal: properly account for instances when applying overrides
2021-08-30 05:59:21 +00:00
Jordan 2a036717a2 Merge pull request #14058 from Nightfirecat/fix-ardy-monastery-roofs
roof removal: Fix Ardougne monastery
2021-08-30 05:58:51 +00:00
Jordan 931276b1e7 Merge pull request #14074 from Hydrox6/loot-tracker-ea 2021-08-30 05:58:25 +00:00
Owain van Brakel 990f24afb2 Merge remote-tracking branch 'runelite/master' 2021-08-30 07:21:12 +02:00
Jordan ea46ada626 Merge pull request #13702 from SkylerPIlot/Skill_Calc_Addition 2021-08-30 02:38:32 +00:00
SkylerPIlot 8b5f4fe8de skill calculator: Add Urium remains 2021-08-29 19:30:28 -07:00
SkylerPIlot 49c24f2651 skill calculator: Add Morytania diary shade exp bonus 2021-08-29 19:30:18 -07:00
Jordan b7d22f266d Merge pull request #13908 from Hydrox6/sign-in-wording
client: update various wordings to use "signed in/out" for RL accounts
2021-08-30 01:55:09 +00:00
Max Weber f1df57f9dd timetracking: don't load notification icons for every panel 2021-08-29 15:36:52 -06:00
Adam a772eebf09 world hopper: bubble up mouse events from activity label
This fixes hopping and mouseover on the activity label not working
2021-08-27 19:59:27 -04:00
Hydrox6 8b683b4057 loot tracker: don't show unneeded tooltip lines for coins and platinum 2021-08-27 23:48:32 +01:00
Hydrox6 50c6100596 loot tracker: add ea display to tooltips 2021-08-27 23:47:55 +01:00
Adam 6723fb3205 overlay: only layout widget overlays if the preferred location is set
With the new steam client updates, the client tries to aggressively
move around several of the widget overlay components, including xp
tracker, and several hp bars. This tends to fight with the layouting we
already do with the widgets.

This changes the widgets to only be layouted if the overlay has a
preferred location or position set. Otherwise, it will offset the snap
corner bounds by where the client has positione the widget.

It is still possible to get the client ui to fight the widget overlay by
moving the overlays around manually, but it should no longer happen in
the default positioning of the widgets.
2021-08-27 16:59:26 -04:00