aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/utils
AgeCommit message (Collapse)Author
2024-04-30Make filters ignore formatting codesAaron
The formatting codes caused a mess in longer regexes and are fragile if Hypixel changes them or moves fully to Text components. Hypixel also added emblems that display in dark purple and light blue which were obviously incompatible due to the hardcoded formatting codes.
2024-04-29Fix VisitorHelperKevinthegreat
2024-04-28Refactor ItemStackComponentizationFixerKevinthegreat
2024-04-28Add invisible armour stand toggle and dumping head textures to debugAaron
2024-04-28Tic Tac Toe Rewrite/RefactorAaron
2024-04-28Fix ItemUtils legacy timestamp parsingKevinthegreat
2024-04-27Fix ItemUtilsTest and store failure reportsKevinthegreat
2024-04-26Refactor updated codeKevinthegreat
2024-04-26Pluralize the mixin and accessor packagesAaron
2024-04-26Rework terminal click marking to fix an edge caseAaron
2024-04-26Fix "What starts with" terminal solverAaron
2024-04-26Cleanup references to ExtraAttributes and fix a bug relating to itAaron
2024-04-26Update item components data versionAaron
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-26Fix Fancy PF crashAaron
2024-04-26Fix backpack previewAaron
2024-04-26Handle removal/flattening of the ExtraAttributes tagAaron
The tag doesn't exist anymore, the data is no longer "nested" under it.
2024-04-2624w14a & Java 21Aaron
2024-04-26Add more item component data fixersAaron
2024-04-2624w12aAaron
2024-04-2624w09aAaron
2024-04-26Migrate to HudRenderEventsAaron
The Dwarven HUD & End HUD will be moved later due to the tab hud doing stuff with the z value.
2024-04-2624w05a/bAaron
2024-04-26Fix item repo NPE (#673)Aaron
2024-04-22Fix update repository (#663)Kevin
2024-04-21Merge pull request #654 from viciscat/fancier-barsKevin
Fancier bars
2024-04-21Remove read-only flag when deleting file (#662)Oleg
2024-04-20it works so coolvicisacat
2024-04-20colored nine-slicevicisacat
2024-04-19Add ProfileUtils and clean up codeKevinthegreat
2024-04-12Refactor fancy auction houseKevinthegreat
- Add color and center rarity filter text - Use ItemUtils.getNbtTooltips - Use longs for item prices
2024-04-12it works ain't that GREATvicisacat
2024-04-10Add some Javadocs :)Aaron
2024-04-09Glacite Mineshaft locationAaron
2024-04-06Instanced Utils (#632)Aaron
* Instanced Utils * Use default equals and toString
2024-04-05Fix line rendering & fix colour componentsAaron
Co-authored-by: olim <bobq4582@gmail.com>
2024-03-31Ordered WaypointsAaron
2024-03-28Croesus Solver crash fix (#621)viciscat
2024-03-28Add New Year Cakes Helper (#603)Kevin
2024-03-18Merge pull request #596 from kevinthegreat1/profile-waypoints-fixKevin
Fix fairy and enigma souls profile loading and add chat profile detection
2024-03-18Merge pull request #589 from kevinthegreat1/farming-hudKevin
Farming HUD & HUD Refactor
2024-03-15Fix Fairy Souls and Museum Item CacheKevinthegreat
2024-03-12Fix fairy and enigma souls profile loading and add chat profile detectionKevinthegreat
2024-03-09Add Farming HUDKevinthegreat
2024-03-04Merge pull request #578 from AzureAaron/image-loaderAaron
Image Repo Loader
2024-02-27Image Repo LoaderAaron
2024-02-22Merge branch 'SkyblockerMod:master' into Croesus-chest-highlightFluboxer
2024-02-21Fix clicking in UltrasequencerKevinthegreat
2024-02-211st iteration of calculator for CroesusFluboxer
I did testings on M5 and M6 drops and so far it were working properly. Only thing I'm unsure is spirit pet and yes it does use big map for every dungeon drop lmao
2024-02-19Support the local memory cache for the API (#558)Aaron