Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-26 | Half-Eaten Carrot | Yasin | |
add "Half-Eaten Carrot" Collection support | |||
2024-07-24 | Rename slot text option to slotTextMode | Kevinthegreat | |
2024-07-22 | Code review part 1 | Kevinthegreat | |
2024-07-22 | Clean up rebased code | Kevinthegreat | |
2024-07-22 | Change slot text to have multiple states | Rime | |
The enum SlotTextState is very self-descriptive if you wonder what the states are | |||
2024-07-22 | Oops, missed a few | Rime | |
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-18 | Update Attribute Short Names (#844) | Aaron | |
2024-07-14 | Merge pull request #804 from Vricken/slottext-additions | Kevin | |
Change colo(u)r for max collections and skills slot text | |||
2024-07-11 | Change the bz order helper to only show one icon at a time | Rime | |
Also adds some convenience methods to SlotText to make the `SlotTextAdder` logic more readable | |||
2024-07-10 | Refactor the bz order helper to display slot text instead of highlights | Rime | |
Also removes the coloring schema option as that's not relevant anymore. Or rather, there's no reasonable way to display the order type anymore without making the item impossible to see. | |||
2024-07-04 | Change the pet detection logic to use `ItemUtils#getItemId` instead | Rime | |
2024-07-02 | Fix PetLevelAdder working incorrectly in the sea creatures guide | Rime | |
2024-07-01 | Fix wrong icon being shown when the player has enough gems to instantly ↵ | Rime | |
upgrade (#814) | |||
2024-06-26 | Replace writing with golden number so it is less overwhelming | Vricken | |
2024-06-26 | Add max writing to slot text for skills. | Vricken | |
2024-06-26 | Add max writing to slot text for collections. | Vricken | |
2024-06-18 | fix and adding stuff | Yasin | |
slot text - change most of aggresive text color to more unobtrusive text color - added 4 more slot text (Your essence, essence shop, Stats Tuning, Power Stones Guide) Farming hud: - No Counter doesnt show an counter anymore commision waypoints: - still works if commision hud is turned off | |||
2024-06-13 | Complete todo of CommunityShopAdder for when upgrade is ready to claim | Rime | |
2024-06-13 | Add community shop slot text for account & profile upgrades | Rime | |
2024-06-13 | Clean up code | Rime | |
2024-06-13 | Fix MinionLevelAdder matching an item in the Community Shop screen | Rime | |
2024-06-13 | Fix the regex | Rime | |
2024-06-13 | Fix CatacombsLevelAdder not working at max class levels | Rime | |
2024-06-10 | Add AbstractContainerMatcher | Kevinthegreat | |
2024-06-10 | Add config | Kevinthegreat | |
2024-06-10 | Add collection slot text | Kevinthegreat | |
2024-06-10 | Add potion level slot text | 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 | Add prehistoric egg slot text | Rime | |
2024-06-08 | Fix skill level not being displayed in a certain case | Rime | |
2024-06-08 | Change the color of attribute shards' levels | Rime | |
2024-06-08 | Refactor AttributeShards to AttributeShardAdder | Rime | |
2024-06-08 | Add isEnabled method to SlotTextAdder | Rime | |
2024-06-08 | Limit SlotTextAdders to only work in skyblock | Rime | |
2024-06-08 | Refactor EnchantmentLevelAdder to use nbt rather than lore | Rime | |
2024-06-08 | Change default color of MinionLevelAdder | Rime | |
2024-06-08 | Fix RancherBootsSpeedAdder not considering player's actual speed cap | Rime | |
2024-06-08 | Add rancher boots speed slot text | Rime | |
2024-06-08 | Add text position for slot text | Rime | |
Will be configurable later on | |||
2024-06-08 | Add catacombs level slot text | Rime | |
2024-06-08 | Add skill level slot text | Rime | |
2024-06-08 | Javadoc correction | Rime | |
2024-06-08 | Refactor romanToDecimal method to its own class and optimize a few things | Rime | |
2024-06-08 | Add skyblock level adder | Rime | |
2024-06-08 | Fix EnchantmentLevelAdder crash in bazaar | Rime | |
2024-06-08 | Fix titlePattern not matching when the title is changed by ChestValue | Rime | |