Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-22 | Code review part 1 | Kevinthegreat | |
2024-07-22 | Clean up rebased code | Kevinthegreat | |
2024-07-22 | Change tooltip manager to allow adding tooltips on non-handled screens | Rime | |
2024-07-22 | Rebase onto master | Rime | |
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-20 | Fix Memory Leak (#853) | Aaron | |
2024-07-18 | Update Attribute Short Names (#844) | Aaron | |
2024-07-18 | make all formatting use static instances of numberformat using US locale (#765) | Julienraptor01 | |
Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2024-07-18 | EssenceShopPrice 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-14 | Add a case for when the dungeon hasn't started yet (#843) | Rime | |
2024-07-14 | Fix result text displaying weirdly when its too long (#842) | Aaron | |
2024-07-14 | Merge pull request #834 from Emirlol/command-changes | Kevin | |
Add some custom command argument types | |||
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-14 | Merge pull request #728 from Emirlol/bazaar-highlight | Kevin | |
Bazaar Helper | |||
2024-07-14 | Refactor the reorder helper tooltip messages into translatables | Rime | |
2024-07-13 | Fix recipe book search being case sensitive (#839) | Aaron | |
2024-07-13 | Aaron's Mod compatibility for profile viewer (#833) | Aaron | |
2024-07-13 | Merge pull request #724 from AzureAaron/simon-says | Aaron | |
Simon Says Solver & Lights On Solver | |||
2024-07-11 | Merge pull request #829 from SkyblockerMod/locraw-remover-9000 | Aaron | |
Locraw remover 9000 | |||
2024-07-11 | Add color argument types and update usages | Rime | |
2024-07-11 | Move block pos argument stuff into a different folder | Rime | |
2024-07-11 | Add factory method for `EggTypeArgumentType` to match other argument type ↵ | Rime | |
classes | |||
2024-07-11 | Reformat CustomArmorDyeColors | Rime | |
2024-07-11 | Change usage of Utils.getLocationRaw into Location comparison | Rime | |
2024-07-11 | Reformat EggFinder | Rime | |
2024-07-11 | Fix /skyblocker diana clearGriffinBurrow pos command | Rime | |
2024-07-11 | Handle the case where an order is close to expiry but hasn't expired yet | Rime | |
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-11 | Fix crash when lever blocks aren't loaded | Aaron | |
2024-07-10 | Well that would've never worked ;( | Aaron | |
2024-07-10 | Lights On Solver | Aaron | |
2024-07-10 | make the box position more smooth with location of the wither skeleton (#831) | olim88 | |
implement change suggested by "1styuki" in discord | |||
2024-07-10 | Add client block pos and egg type argument types and update usages | Rime | |
2024-07-10 | Refactor Simon Says solver | Aaron | |
Should be less conflicting with other things | |||
2024-07-10 | Port Simon Says solver to 1.21 | Aaron | |
2024-07-10 | Move block bounding box into RenderHelper | Aaron | |
2024-07-10 | Simon Says Solver | Aaron | |
2024-07-10 | make it so that shortcuts with command arguments can be redirected so ↵ | olim88 | |
suggestions still work where avalible (#824) | |||
2024-07-10 | Reimplement /reparty ontop of the Mod API | Aaron | |
2024-07-10 | Merge pull request #822 from kevinthegreat1/waypoints-skytils-fix | Aaron | |
Fix waypoints Skytils v1 importing | |||
2024-07-10 | Merge pull request #828 from viciscat/choco-ding-ding | Aaron | |
Repeated ding when a stray rabbit appears | |||
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-10 | Fix highlighting not working on co-op profiles | Rime | |
2024-07-10 | Add reorder helper that copies the number of items to clipboard | Rime | |
2024-07-10 | Whoops, missed one | Rime | |
2024-07-10 | Add secondary highlighting color scheme to BazaarHelper | Rime | |