Commit Graph
10974 Commits
Author SHA1 Message Date
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
Jordan Atwood faf9e94a70 roof removal: Fix Ardougne monastery 2021-08-24 08:43:25 -07:00
Adam c3c1222570 chat commands: update to parse new adv log pb counters 2021-08-23 17:03:07 -04:00
Adam e9665f3504 implings plugin: use npc indicators for impling overlay 2021-08-22 16:51:51 -04:00
Adam ec7af70da4 npc indicators: allow plugins to specify highlight styles
After changing the slayer plugin to use npc indicators for the outline
style, some users request being able to set the color of slayer
highlights to be unique in order to identify marked npcs such as
superiors while slaying. This readds the previous target color config
and adds new highlight style options to the slayer plugin.
2021-08-22 16:51:47 -04:00
Adam 442c6105ce chat commands: rename tob story mode to entry mode 2021-08-22 15:33:08 -04:00
Adam 7d89f5a52f xp updater: don't send updates for dmm, leagues, or beta worlds 2021-08-21 18:59:31 -04:00
Adam e9c252e227 chat channel: fix join/leave world hop detection
The ChatPlayers do not implement equals or hashCode, making them
unsuitable as a hashmap key. Instead just use a linked list and compare
the members using the comparable interface.
2021-08-21 15:41:53 -04:00
Adam d0714b5016 api: add type parameter to Comparable 2021-08-21 15:26:12 -04:00
TheStonedTurtle 60d135c7dd CrypticClue: Fix hosidius fruit store crates highlighting (#14051) 2021-08-21 15:35:10 +00:00
Max Weber aab1ca31dc rl-api: expose actor pose anim source setters 2021-08-19 22:09:45 -06:00
Runelite auto updater d530400238 Bump for 1.7.21-SNAPSHOT 2021-08-19 18:05:56 +00:00
Runelite auto updater 196bdcd4e5 Release 1.7.20 2021-08-19 18:05:51 +00:00
Hydrox6 ffff30d60c roof removal: properly account for instances when applying overrides
Since instances shift around real regions to WorldPoints that don't
match, the override system was trying to apply overrides to areas that
don't currently exist.
2021-08-19 16:00:45 +01:00
Jordan 86cbf9b42b Merge pull request #14039 from Hydrox6/roofs-fixes 2021-08-19 07:37:28 +00:00
Jordan Atwood 5df5abd50d clues: Support combat achievement slayer helms 2021-08-18 19:58:04 -04:00
Jordan Atwood 42d27d6786 slayer: Support combat achievement slayer helms 2021-08-18 19:58:04 -04:00