aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/waypoint
AgeCommit message (Collapse)Author
2024-07-26Fix empty categories being checked (#851)Kevin
2024-07-11Add color argument types and update usagesRime
2024-07-11Move block pos argument stuff into a different folderRime
2024-07-11Change usage of Utils.getLocationRaw into Location comparisonRime
2024-07-11Fix /skyblocker diana clearGriffinBurrow pos commandRime
2024-07-10Add client block pos and egg type argument types and update usagesRime
2024-07-10Merge pull request #822 from kevinthegreat1/waypoints-skytils-fixAaron
Fix waypoints Skytils v1 importing
2024-07-09Make ordered waypoints' waypoint type configurable by the global waypoint ↵Rime
config (#825)
2024-07-07Fallback to current island when importing waypoints with invalid islandsKevinthegreat
2024-07-07Fix waypoints Skytils v1 importingKevinthegreat
2024-06-181.21Aaron
2024-06-13Add dropdown scrolling and allow empty string and negative sign in coordinatesKevinthegreat
2024-05-24Add text predicate and default posKevinthegreat
2024-05-24Port waypoints config screensKevinthegreat
2024-05-24Update Skytils format to codecsKevinthegreat
2024-05-24Add waypoint deletingKevinthegreat
2024-05-24Add waypoint addingKevinthegreat
2024-05-24Add waypoints guiKevinthegreat
2024-05-24Add waypoints loading and savingKevinthegreat
2024-05-24Add NamedWaypoint and WaypointCategoryKevinthegreat
2024-05-09Add a way to show all ordered waypoints at once (#688)Aaron
2024-05-08pluralize slayer, helper and pulzzlesolverYasin
2024-05-08debloat SkyblockerConfig.java + translate changeYasin
removed text.autoconfig. prefix new way is skyblocker.option.
2024-04-29fix div by zeroviciscat
2024-04-26Replace usages of MathHelper#clamp with Java 21's Math#clampAaron
2024-04-26Refactor usages of Optional's orElseThrow to getOrThrowAaron
Mojang's method is more concise and provides far superior error messages incase the value isn't present (like why it happened) whereas with Optionals its just the standard value not present message.
2024-04-05Fix line rendering & fix colour componentsAaron
Co-authored-by: olim <bobq4582@gmail.com>
2024-04-03Refactor OrderedWaypointsKevinthegreat
2024-03-31Ordered WaypointsAaron
2024-03-15Fix Fairy Souls and Museum Item CacheKevinthegreat
2024-03-12Fix fairy and enigma souls profile loading and add chat profile detectionKevinthegreat
2024-02-25Tweak particle direction detectionKevinthegreat
2024-01-01Waterboard Solver (#467)Kevin
* Add waterboard detection and parsing * Solve waterboard * Render lines through walls * Fix lines * Add lever highlights
2023-12-13Reset burrows on world changeAaron
2023-11-25Update MythologicalRitual (#427)Kevin
2023-11-17Refactor RelicsKevinthegreat
2023-11-17Add Profile Aware WaypointKevinthegreat