aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock
AgeCommit message (Collapse)Author
2023-10-28Add custom waypoints removingKevinthegreat
2023-10-28Fix serializationKevinthegreat
2023-10-28Add custom secret waypoints saving and loadingKevinthegreat
2023-10-28Adding custom waypoint feedbackKevinthegreat
2023-10-28Refactor and add JavadocsKevinthegreat
2023-10-28Apply custom waypoint to existing roomsKevinthegreat
2023-10-28Render custom waypointsKevinthegreat
2023-10-28Support for adding custom waypointsKevinthegreat
2023-10-28Abstract MythologicalRitual WaypointsKevinthegreat
2023-10-28Abstract WaypointKevinthegreat
2023-10-28Vanilla over RendererAaron
2023-10-27Museum Item CacheAaron
2023-10-25Trim Player UUIDsAaron
2023-10-25Fix identifierKevinthegreat
2023-10-25Refactor updating storageKevinthegreat
2023-10-25Use profile idKevinthegreat
2023-10-25Refactor Backpack PreviewKevinthegreat
2023-10-25Add storage nameKevinthegreat
2023-10-25Update backpack preview backgroundKevinthegreat
2023-10-25Update backpack preview backgroundKevinthegreat
2023-10-25Fix echo detection activating (#385)Kevin
2023-10-25Item Rarity Backgrounds compatibility with Backpack Preview (#384)Aaron
2023-10-22Merge pull request #383 from AzureAaron/enigma-soulsKevin
Enigma Soul Waypoints
2023-10-22Merge pull request #381 from AzureAaron/aotv-pearl-secret-waypointsKevin
AOTV & Pearl Secret Waypoints
2023-10-22Update group nameKevinthegreat
2023-10-22Refactor DungeonSecretsKevinthegreat
2023-10-22Refactor DungeonSecretsKevinthegreat
2023-10-22Refactor EnigmaSouls and MirrorverseWaypointsKevinthegreat
2023-10-22Don't rely on class load orderAaron
2023-10-22Enigma Soul WaypointsAaron
2023-10-22Fix waypoints not disappearing in bossAaron
2023-10-22Add AOTV & Pearl Secret WaypointsAaron
2023-10-21Merge pull request #337 from AzureAaron/yacl3Yasin
Fix some HUD options resetting sometimes
2023-10-21Room Position CommandAaron
2023-10-19New Message Feedback PrefixAaron
2023-10-18More Waypoint CustomizationAaron
2023-10-18Refactor switchKevinthegreat
2023-10-18Secret Waypoint Rendering CustomizationAaron
2023-10-17Refactor NEU Repo (#364)Kevin
Add RepoParser Fix Golden Dragon stats leveling Add wiki option Fix recipe output count
2023-10-17Remove most antiquated hud config optionsAaron
2023-10-17Fix some HUD options resetting sometimesAaron
2023-10-17Move bracketAaron
2023-10-17Codec-based TestAaron
2023-10-15Update Fetchur solver (#363)alexia
- Log original message from Fetchur to console - Moved "red and soft" to the end (changed on Aug 21, 2021). Not that it matters, just for consistency since the rest are in order. - Updated "hot and gives energy" to also mention Black Coffee (per Hypixel and Fandom wikis) - Updated "tall and can be opened" to also mention Iron Door (per Fandom wiki) - Added emerald quest (added on Sep 26, 2023) - Moved removed quests to the end
2023-10-15Scheduler Multithreaded Support + Refactor (#361)Aaron
2023-10-15Merge pull request #355 from msg-programs/beeper-creamsKevin
Creeper beam puzzle solver
2023-10-14Fix Quick Nav background texture (#359)Yasin
fix quick nav background texture fixes #329 added javadoc [use drawGuiTexture instead of drawTexture](https://fabricmc.net/2023/09/12/1202.html#gui)
2023-10-14Merge pull request #350 from kevinthegreat1/nbt-utilsKevin
Refactor NBT Parsing
2023-10-14Refactor CreeperBeamsKevinthegreat
2023-10-14Add config option to turn the thing on/offmsg-programs