From 5d77f2c5d873c37a88ede101b952d26f83f07a39 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sat, 13 Jul 2024 18:17:44 +0200 Subject: Add Glacite Tunnels info to /pv (#1138) Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> --- .idea/codeStyles/Project.xml | 1 + build.gradle.kts | 8 +- gradle/libs.versions.toml | 2 + settings.gradle.kts | 38 +- .../notenoughupdates/core/GlScissorStack.java | 23 +- .../notenoughupdates/profileviewer/MiningPage.java | 1406 +++----------------- .../profileviewer/data/APIDataJson.java | 41 +- .../profileviewer/hotm/ExtraLispMethods.kt | 55 + .../profileviewer/hotm/HotmTreeLayout.kt | 114 ++ .../profileviewer/hotm/HotmTreeScreen.kt | 220 +++ .../level/task/SkillRelatedTaskLevel.java | 22 +- .../moulberry/notenoughupdates/util/Utils.java | 9 +- .../moulberry/notenoughupdates/util/kotlin/gson.kt | 5 + .../profile_viewer/mining/background.png | Bin 0 -> 4269 bytes .../profile_viewer/mining/perk_background.png | Bin 0 -> 197 bytes .../profile_viewer/mining/perk_connection_x.png | Bin 0 -> 108 bytes .../profile_viewer/mining/perk_connection_y.png | Bin 0 -> 111 bytes 17 files changed, 649 insertions(+), 1295 deletions(-) create mode 100644 src/main/java/io/github/moulberry/notenoughupdates/profileviewer/hotm/ExtraLispMethods.kt create mode 100644 src/main/java/io/github/moulberry/notenoughupdates/profileviewer/hotm/HotmTreeLayout.kt create mode 100644 src/main/java/io/github/moulberry/notenoughupdates/profileviewer/hotm/HotmTreeScreen.kt create mode 100644 src/main/resources/assets/notenoughupdates/profile_viewer/mining/background.png create mode 100644 src/main/resources/assets/notenoughupdates/profile_viewer/mining/perk_background.png create mode 100644 src/main/resources/assets/notenoughupdates/profile_viewer/mining/perk_connection_x.png create mode 100644 src/main/resources/assets/notenoughupdates/profile_viewer/mining/perk_connection_y.png diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 68a0c5f9..9312ac4e 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -5,6 +5,7 @@