aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/chocolatefactory
AgeCommit message (Collapse)Author
2024-07-25Make ChocolateFactorySolver a singleton to fix tooltip not working (#863)Rime
h
2024-07-22Clean up rebased codeKevinthegreat
2024-07-22Rename AbstractContainerMatcher and its extending interfaces to remove the ↵Rime
`Abstract` prefix and rename simple implementations with a `Simple` prefix
2024-07-22Refactor container matcher implementations into interfacesRime
2024-07-18make all formatting use static instances of numberformat using US locale (#765)Julienraptor01
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-07-18EssenceShopPrice feature (#737)UpFault
Added EssenceShopPrice Feature, moved concatenate methods from ChocolateFactorySolver to Utils as they most likely will be used many times Co-authored-by: Rime <81419447+Emirlol@users.noreply.github.com> Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2024-07-11Add color argument types and update usagesRime
2024-07-11Move block pos argument stuff into a different folderRime
2024-07-11Add factory method for `EggTypeArgumentType` to match other argument type ↵Rime
classes
2024-07-11Reformat EggFinderRime
2024-07-10Add client block pos and egg type argument types and update usagesRime
2024-07-10Merge pull request #828 from viciscat/choco-ding-dingAaron
Repeated ding when a stray rabbit appears
2024-07-09Merge pull request #811 from Emirlol/egg-finder-fixAaron
Fix EggFinder highlight not being removed upon new egg spawn
2024-07-09i forgor to change to harpviciscat
2024-07-09config and stuff + remove duplicate translationviciscat
2024-07-09ding ding ding ding dingviciscat
2024-06-30Actually fix it this timeRime
2024-06-30Fix EggFinder highlight not being removed upon new egg spawnRime
Also unboxed the egg variable from MutableObject<Egg> into Egg, because initially I didn't know enums could have mutable fields.
2024-06-29Change OptionalInt cost to OptionalLong (#809)Rime
2024-06-24Fix Golden Stray Rabbit String (#790)Julienraptor01
2024-06-16Fix rabbit coach being highlighted more often than it should be (#774)Rime
2024-06-15Fix missing parenthesis (#771)Julienraptor01
2024-06-13Fix time tower reminder being sent multiple timesRime
2024-06-13Fix time tower multiplier being wrong in the case of +0.7x multiplier from ↵Rime
mythic rabbits
2024-06-13Fix prestige highlight not updating after a prestigeRime
2024-06-10Migrate from focusedSlot to stack and clear tooltip adders on screen changeKevinthegreat
2024-06-08Fix a few things in ChocolateFactorySolverRime
2024-06-08Move TooltipAdder outside of the adders packageRime
2024-06-08Refactor chocolate factory tooltipRime
2024-06-08Fix time tower slot variable not being usedRime
2024-06-08Refactor romanToDecimal method to its own class and optimize a few thingsRime
2024-06-08Fix EnchantmentLevelAdder crash in bazaarRime
2024-06-08Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/addersRime
2024-06-08Refactor line smoothenerRime
2024-06-07add locations to egg hunt (#746)BigloBot
2024-05-30Fix stray rabbit highlight not working on slot 26 and golden rabbits not ↵Rime
being highlighted (#741)
2024-05-29Merge pull request #729 from Emirlol/chocolate-factory-hotfixAaron
Fix egg found message being sent twice
2024-05-29Make the egg found message clickable for easy sharingRime
2024-05-29Add support for multiple stray rabbits at onceRime
2024-05-28Re-enable season check for egg finderRime
2024-05-28Do a bunch of thingsRime
- Add support for the 2 new rabbits - Refactor slot numbers into const variables to make it easier to read & maintain - Add stray rabbit highlight - Fix prestige highlight and tooltip
2024-05-28Temporarily disable season check since alpha doesn't follow sbpochRime
2024-05-26Fix time tower reminder not respecting configRime
2024-05-24Fix egg found message being sent twiceRime
2024-05-23Fix 1 second gap in formatTimeRime
2024-05-23Fix egg found message being sent twice in rare casesRime
2024-05-23Clean up small formattingKevinthegreat
2024-05-23Renamed variableRime
2024-05-23Fix time tower calculations being wrong due to incorrect string matchingRime
2024-05-23Fix time tower reminder being sent multiple timesRime