From 02fbcf97b657ae977faac2ada494ec67aa2967e0 Mon Sep 17 00:00:00 2001 From: Vaughn Janes <70998757+GrandTheftWalrus@users.noreply.github.com> Date: Fri, 24 Jan 2025 17:55:36 -0800 Subject: [PATCH] update world-heatmap (#7227) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🥺 Fix + Update world-heatmap - Added a super dupers important fix that needs to go through before Leagues V is over in order to work (separating Leagues data from regular account data) - Different gamemodes now have their own heatmaps - Automatic fix for file naming scheme - Implemented 3D tracking of data instead of assuming it's all on plane 0 - Data upload time is now determined by age of oldest heatmap instead of individually - Refactored a lot of code - Legacy save file conversion now updates metadata * Update world-heatmap Fixed bad use of @Inject * Fixed some scope issues * Update world-heatmap Fixed a yuge bug where creating a new config profile and then switching it would result in all if not most heatmaps getting reset and then saved over lul * Made data fix opportunity not time-sensitive - Leagues-decontamination is now performed if the user is on the Leagues hiscores (turns out to be a much better way of determining if they ever played leagues than detecting if they ever log onto Leagues in the very few days between the release of V1.6 and the end of Leagues) - Parallelized the file-moving during leagues decontamination * Update world-heatmap Added final upload to Leagues-decontamination process * Update world-heatmap Added date modified reset to Leagues decontamination * Update world-heatmap --- plugins/world-heatmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/world-heatmap b/plugins/world-heatmap index 7898a2b6c..accd4b47a 100644 --- a/plugins/world-heatmap +++ b/plugins/world-heatmap @@ -1,3 +1,3 @@ repository=https://github.com/GrandTheftWalrus/RuneLite-World-Heatmap.git -commit=0172c632b6cbe7c409447556c879ea334daf1a5a +commit=00587c663ba2903c0a911d1614922d94a7fd638c authors=B1GGlECHEESE