aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/mixins
AgeCommit message (Collapse)Author
2024-06-22Update ItemStackMixin.javaYasin
midas sword/staff
2024-06-20Implement new item-specific LBIN pricingAaron
2024-06-18Pet CacheAaron
2024-06-18Track Museum Item DonationsAaron
2024-06-181.21Aaron
2024-06-13Merge pull request #713 from kevinthegreat1/waypointAaron
Waypoints
2024-06-11Move TooltipManager injection point to ItemTooltipCallbackKevinthegreat
2024-06-10Migrate from focusedSlot to stack and clear tooltip adders on screen changeKevinthegreat
2024-06-10Add potion level slot textKevinthegreat
2024-06-09Refactor SkyblockerStack and ItemStackMixinKevinthegreat
2024-06-08Move tooltip injection pointKevinthegreat
2024-06-08Rename ItemStackInternalIdGetter and its methods to be more distinguishableRime
2024-06-08Rename PositionedText into SlotText and rename its methods to be camelCaseRime
2024-06-08Refactor AttributeShards to AttributeShardAdderRime
2024-06-08Add proper nullability indicators for internal id/name stuffRime
2024-06-08Rename injected methods and separate internalId and internalName into 2 methodsRime
2024-06-08Optimize slot text positioningRime
2024-06-08Add text position for slot textRime
Will be configurable later on
2024-06-08Switch to interface injection to cache the items' internal ids and neu namesRime
2024-06-08Fine-tune text y level for 2 and 3 charactersRime
2024-06-08Fix unscaled characters being drawn on wrong Y levelRime
2024-06-08Add slot text adders, which render arbitrary text on arbitrary slotsRime
2024-06-08Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/addersRime
2024-06-08Tooltip manager initial commitRime
2024-05-24Port waypoints config screensKevinthegreat
2024-05-23Merge pull request #703 from f3shqt/masterKevin
Glacite Overlay (Oops)
2024-05-23Clean up small formattingKevinthegreat
2024-05-23Remove unused importRime
2024-05-23Refactor EggFinder for CompactDamage compatibilityRime
2024-05-23Mixin into ClientPlayNetworkHandler.onEntityTrackerUpdate to check for egg ↵Rime
spawns
2024-05-23Egg Finder initial commitRime
Current issues: - Rendered waypoints do not turn off, can't figure out why - Entity equipment is sent before the chat message for new eggs, creating situations where the "found" message is repeated twice
2024-05-23Updated for 1.20.6 PR compatibilityRime
Add EggFinderDebugUtil for finding egg locations quickly, to be removed later. Not tested.
2024-05-23Add chocolate factory helperRime
Highlights the best pick based on the price and CPS gain.
2024-05-22Change draw orderAaron
Previously it could draw on top of the hotbar at larger GUI scales
2024-05-20Merge pull request #704 from viciscat/fancier-barsKevin
Fancy status bars bits and pieces
2024-05-20Refactor Fancy Bars part of InGameHudMixinKevinthegreat
2024-05-15Add Quick Nav data fixer and refactor tabsKevinthegreat
2024-05-14Merge pull request #696 from Emirlol/compact-damageAaron
Add compact damage
2024-05-14Merge pull request #702 from AzureAaron/hide-soulweaver-skullsAaron
Hide Soulweaver Skulls
2024-05-14Hide Soulweaver SkullsAaron
2024-05-14Use null check againAaron
2024-05-14Block Incorrect Terminal ClicksAaron
2024-05-13Refactor ClientPlayNetworkHandlerMixin.skyblocker$onEntityTrackerUpdate to ↵Rime
use logger
2024-05-12make health and exp show if their respective fancy variant are hiddenviciscat
more mixins here and there :p
2024-05-10Refactored config to work with the new config categorizationRime
Changed formatting method From DecimalFormat to String#formatted to make it easier to configure. Also, the precision setting now applies instantly.
2024-05-10Refactor entity type & null checkRime
2024-05-10Add compact damageRime
2024-05-09fix conflicts with new configolim
2024-05-09add option to need to start with ("=")olim
also add key for magnitudes into option tooltip
2024-05-09add e (160) and addapt for other uiolim
added magnitude e as valid. and added to EditBidPopup.