Commit Graph
10990 Commits
Author SHA1 Message Date
Hydrox6 67751b72a9 cannon: make onChatMessage use if/else 2021-09-10 02:33:06 +01: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
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
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
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
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
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
Adam ed5ae02bc3 world hopper: set activity tooltip on world list 2021-08-25 09:15:26 -04:00
Adam 719022c044 Update world types for seasonal deadman 2021-08-25 08:06:40 -04:00
Runelite auto updater 76641df8af Bump for 1.7.22-SNAPSHOT 2021-08-25 09:58:48 +00:00
Runelite auto updater 38159e4c17 Release 1.7.21 2021-08-25 09:58:40 +00:00
Runelite auto updater 4174eb1a3e Update 199 2021-08-25 09:41:33 +00:00
Adam b695ca8689 ge: fix detecting dmmt world type 2021-08-24 18:59:55 -04:00