From eb9dd3f3ae76038e3fb1ccb212b9b1d69181deed Mon Sep 17 00:00:00 2001 From: Vaughn Janes <70998757+GrandTheftWalrus@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:47:24 -0800 Subject: [PATCH] update world-heatmap (#7134) * Update world-heatmap - Enabled automatic uploading of anonymous user heatmap data to osrsworldheatmap.com - Changed image output filenames for better sorting - Changed PLACES_SPOKEN_AT to include messages by players other than the local player * Update world-heatmap Enhanced the warning message * Minor edits - Added heatmap ages to panel tooltips - Added Tile Count labels to panel - Made heatmap images blue by default with the option of grayscale * Update world-heatmap - Changed heatmap data upload to false by default with warning on the config checkbox * Update world-heatmap Added automatic chat message to announce update * Update world-heatmap - Started using the injected ScheduledExecutorService to execute the upload, backup, and autosave routines instead of running them directly in onGameTick - Started using OkHTTPClient for HTTP POST --- plugins/world-heatmap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/world-heatmap b/plugins/world-heatmap index 182609ed0..b55cf0567 100644 --- a/plugins/world-heatmap +++ b/plugins/world-heatmap @@ -1,2 +1,3 @@ repository=https://github.com/GrandTheftWalrus/RuneLite-World-Heatmap.git -commit=f40c3a73d0fc7c8001bbcaa0d66f54921ab33825 +commit=febef254c450fb255959eb528d3903e73ea9d185 +authors=B1GGlECHEESE