Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | Rename AbstractContainerMatcher and its extending interfaces to remove the ↵ | Rime | |
`Abstract` prefix and rename simple implementations with a `Simple` prefix | |||
2024-07-22 | A lot of stuff. | Rime | |
- Refactored SlotTextAdders to take in ItemStack and int slotId rather than Slot - Refactored the renderSlotText method from HandledScreenMixin into SlotTextManager and added an overloading function that takes in the itemstack, slot id, x and y and the previous function with the Slot parameter just delegates to it with the relevant fields from that Slot object - As a result of the above 2 changes the logic in CommunityShopAdder had to be changed too, now it figures out the screen from the method calls to `getText` rather than the Slot's inventory. - Fixed slot text not being rendered in backpack preview - Added private constructor for BackpackPreview (because it's all static methods anyway) | |||
2024-07-22 | Refactor container matcher implementations into interfaces | Rime | |
2024-07-13 | Workaround "fake" transparent pixels (#838) | Aaron | |
As seen in the new titanium equipment for mining | |||
2024-07-13 | Item Protection Enhancements (#836) | Aaron | |
2024-07-10 | Well that would've never worked ;( | Aaron | |
2024-07-10 | Refactor Simon Says solver | Aaron | |
Should be less conflicting with other things | |||
2024-07-10 | Simon Says Solver | Aaron | |
2024-07-08 | Merge pull request #718 from viciscat/equipment-viewer | Kevin | |
Equipment in inventory | |||
2024-07-05 | rift and more async idk | viciscat | |
2024-07-05 | Merge pull request #747 from olim88/Dojo-helper | Kevin | |
Dojo helper | |||
2024-07-05 | clean code and implement requested changes | olim | |
2024-07-03 | yea | viciscat | |
2024-07-03 | equipment in inventory | viciscat | |
2024-07-01 | clean ping code | olim | |
2024-07-01 | fix bad use of ping packet | olim | |
2024-07-01 | clean imports | olim | |
2024-07-01 | add isInCrimson function | olim | |
2024-07-01 | add ping measure and improve mastery | olim | |
mastery now counts down to when to release the bow | |||
2024-07-01 | fix import | olim | |
2024-07-01 | make it so all block updates are recived | olim | |
this fixes swiftness and mastery solver | |||
2024-07-01 | fix tenacity helper | olim | |
rework tenacity helper to use particals to work out randomness and fix to be mainly accurate | |||
2024-07-01 | add masteryTest helper | olim | |
create helper for the mastery challenge | |||
2024-07-01 | add swiftness helper | olim | |
works but for some reason some block updates are not sent to the function so sometimes dose not update | |||
2024-06-30 | Merge pull request #708 from BigloBot/main | Kevin | |
Profile Viewer | |||
2024-06-29 | profile viewer skill page | nmccullagh | |
2024-06-28 | Compatibility with "No Chat Report" | Yasin | |
2024-06-22 | Update ItemStackMixin.java | Yasin | |
midas sword/staff | |||
2024-06-20 | Implement new item-specific LBIN pricing | Aaron | |
2024-06-18 | Pet Cache | Aaron | |
2024-06-18 | Track Museum Item Donations | Aaron | |
2024-06-18 | 1.21 | Aaron | |
2024-06-13 | Merge pull request #713 from kevinthegreat1/waypoint | Aaron | |
Waypoints | |||
2024-06-11 | Move TooltipManager injection point to ItemTooltipCallback | Kevinthegreat | |
2024-06-10 | Migrate from focusedSlot to stack and clear tooltip adders on screen change | Kevinthegreat | |
2024-06-10 | Add potion level slot text | Kevinthegreat | |
2024-06-09 | Refactor SkyblockerStack and ItemStackMixin | Kevinthegreat | |
2024-06-08 | Move tooltip injection point | Kevinthegreat | |
2024-06-08 | Rename ItemStackInternalIdGetter and its methods to be more distinguishable | Rime | |
2024-06-08 | Rename PositionedText into SlotText and rename its methods to be camelCase | Rime | |
2024-06-08 | Refactor AttributeShards to AttributeShardAdder | Rime | |
2024-06-08 | Add proper nullability indicators for internal id/name stuff | Rime | |
2024-06-08 | Rename injected methods and separate internalId and internalName into 2 methods | Rime | |
2024-06-08 | Optimize slot text positioning | Rime | |
2024-06-08 | Add text position for slot text | Rime | |
Will be configurable later on | |||
2024-06-08 | Switch to interface injection to cache the items' internal ids and neu names | Rime | |
2024-06-08 | Fine-tune text y level for 2 and 3 characters | Rime | |
2024-06-08 | Fix unscaled characters being drawn on wrong Y level | Rime | |
2024-06-08 | Add slot text adders, which render arbitrary text on arbitrary slots | Rime | |
2024-06-08 | Move tooltip adders from utils/tooltip package to skyblock/item/tooltip/adders | Rime | |