aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/dungeon
AgeCommit message (Expand)Author
2024-04-19Prevent teammates glow during Livid (#652)Kevin
2024-04-19Add ProfileUtils and clean up codeKevinthegreat
2024-04-16Apply suggestions from code reviewKevin
2024-04-17I forgor semicolon :skull:Fluboxer
2024-04-17store crypts in int instead of calling it twiceFluboxer
2024-04-17Update src/main/java/de/hysky/skyblocker/skyblock/dungeon/DungeonScore.javaFluboxer
2024-04-07crypts messageFluboxer
2024-04-02Update Dungeon Secrets (#618)Kevin
2024-03-18Merge pull request #597 from kevinthegreat1/dungeons-secrets-fixKevin
2024-03-18Merge pull request #595 from Julienraptor01/dungeonmap-fixKevin
2024-03-17Fix Dungeon Secrets in bossKevinthegreat
2024-03-15Update Dungeon MapKevinthegreat
2024-03-14Use null invalid mapIdKevinthegreat
2024-03-14Fix Dungeon MapKevinthegreat
2024-03-14Fix bugs with secret detectionKevinthegreat
2024-03-12One more creeper beam (#583)Fluboxer
2024-03-13uninlineJulienraptor01
2024-03-13fix buildJulienraptor01
2024-03-12static map id + inliningJulienraptor01
2024-02-22added disc's that can rarely replace wither essenceFluboxer
2024-02-22added support for shiny armor and hopefully fixed spirit pet price pullingFluboxer
2024-02-22added support for shiny armor and hopefully fixed spirit pet price pullingFluboxer
2024-02-22Made spirit pet detection use color of textFluboxer
2024-02-21Made spirit pet detection more readableFluboxer
2024-02-21minor improvementsFluboxer
2024-02-211st iteration of calculator for CroesusFluboxer
2024-02-19Refactor IceFillKevinthegreat
2024-02-19Optimize ice fillKevinthegreat
2024-02-19Change IceFill from bfs to dfsKevinthegreat
2024-02-19Finish silverfish and ice fill solversKevinthegreat
2024-02-19Add silverfish board parsingKevinthegreat
2024-02-19Add solversKevinthegreat
2024-02-19Improve secrets caching behaviour (#545)Aaron
2024-02-18Check all door blocks and fix fairy room door (#536)Kevin
2024-02-15Boulder Solver (#540)Yasin
2024-01-22Lowercase party and search strings to ignore case (#513)Rime
2024-01-21Fix mimic messages not increasing score when mimic filter is disabledRime
2024-01-21Singularize MimicMessagesRime
2024-01-21Add death message filter and improve death regexRime
2024-01-21Small changesAaron
2024-01-21Improve mimic filter regex and refactor some codeRime
2024-01-21Fix mimic floors pattern regexRime
2024-01-21Changed Score text into a translatable and fixed score going off screen bordersRime
2024-01-21Changed exception handling to use a logger in Utils and DungeonScoreRime
2024-01-21Fix entrance floor score calculationRime
2024-01-21Reduce Enum#valueOf calls and prevent infinite or negative score and division...Rime
2024-01-21Check chat messages for dungeon start instead of scoreboardRime
2024-01-21Reduce mimic floor pattern matching to once per run and refactor isMimicKille...Rime
2024-01-21Prevent sending 270 message if 300 message is already sentRime
2024-01-21Refactored score hud configs from Dungeons to DungeonScoreRime