aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Collapse)Author
2024-02-25Tweak particle direction detectionKevinthegreat
2024-02-25Refactor saving/loading to use CodecsAaron
The previous solution ended up inadvertently serializing the sound event class fields with their intermediary names which isn't a good idea.
2024-02-22added disc's that can rarely replace wither essenceFluboxer
2024-02-22Remove no longer used Fetchur riddlesAlexia
Compass got fixed in today's patch, and the rest have not been seen since.
2024-02-22fix problemsolim
fix text errors. and make buttons shrink when the width is too small so it should always fit on screen
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-22Merge branch 'SkyblockerMod:master' into Croesus-chest-highlightFluboxer
2024-02-21Fix text z heightKevinthegreat
2024-02-21Refactor VisitorHelperKevinthegreat
2024-02-21Made spirit pet detection more readableFluboxer
2024-02-21I don't know what I did, but it should prevent user from shooting calculator ↵Fluboxer
in the foot
2024-02-21Fix clicking in UltrasequencerKevinthegreat
2024-02-21minor improvementsFluboxer
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-21Multithread the rules and locations loadingAaron
Avoids blocking the main thread
2024-02-21Fix formattingAaron
The text rendering methods use AARRGGBB not RRGGBB so I fixed that too.
2024-02-21Merge pull request #562 from LifeIsAParadox/Item-Protection-improvementYasin
Improve Item Protection feature
2024-02-20Update ItemProtection.javaYasin
2024-02-20made some menu elements not clickableYasin
2024-02-20made flame height/opacity easier to understandYasin
2024-02-20rename npc price to npc sell priceYasin
2024-02-20move visitor helper to location gardenYasin
2024-02-20add keybinding and identifierYasin
2024-02-20add defalut rules on first loadolim
add rule to clean hub chat and for mining ability when first loaded as examples of what the user can do
2024-02-20fix a couple formatting errors and fix bug with null sound savedolim
made getter and setters in chatRule protected and fix bug where loading a null sound would crash
2024-02-20Merge remote-tracking branch 'upstream/master' into chat-rulesolim
2024-02-19Support the local memory cache for the API (#558)Aaron
2024-02-19Fix discoveries index (#557)Kevin
2024-02-19Refactor IceFillKevinthegreat
2024-02-19Optimize ice fillKevinthegreat
2024-02-19Change IceFill from bfs to dfsKevinthegreat
2024-02-19Add configKevinthegreat
2024-02-19Finish silverfish and ice fill solversKevinthegreat
2024-02-19Add silverfish board parsingKevinthegreat
2024-02-19Add solversKevinthegreat
2024-02-19Fix beacon highlights persisting after the boss dies (#554)Aaron
2024-02-19Merge pull request #553 from Ghost-3/SpidersDenAaron
Spider's Den Server Widget
2024-02-19Improve secrets caching behaviour (#545)Aaron
2024-02-19fix the current custom sound not loading in the config uiolim
compare the ids as this seams the only way to get the correct index
2024-02-19Added Broodmother statesGhost
2024-02-18fix most formatting issuesolim
tried to find all of the formatting problems left in my code
2024-02-18Minor fixGhost
2024-02-18Fix powder hud not updating when commissions hud is disabled (#550)Aaron
2024-02-18Merge pull request #548 from AzureAaron/bazaar-data-source-changeAaron
Small search overlay changes
2024-02-18Spider's Den server WidgetGhost
2024-02-18Better location management (#547)Ghost
* Better location management * Location enum rework * Removed unused constants
2024-02-18Merge pull request #546 from Fluboxer/item-quality-floorAaron
Add Item Floor Tier to tooltip
2024-02-18Merge branch 'SkyblockerMod:master' into chat-rulesolim88