aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-26Merge pull request #788 from Emirlol/container-matcher-refactorKevin
Refactor container matcher implementations into interfaces
2024-07-24Rename slot text option to slotTextModeKevinthegreat
2024-07-24Revert "Add slot text config data fixer"Kevinthegreat
This reverts commit c6c3f30fcbacb018a6aaa8aab89395e987ca99ab.
2024-07-22Fix inconsistency with Hypixel's inconsistencies (#852)Benjamin
2024-07-22Fix rare npe in OrderTerminal (#848)Kevin
2024-07-22Merge pull request #857 from BigloBot/fix-itemrepo-mutationAaron
[Profileviewer] Copy Instead of Mutating ItemRepo Itemstack map
2024-07-22Add slot text config data fixerKevinthegreat
2024-07-22Respect tooltip settingAaron
2024-07-22Code review part 1Kevinthegreat
2024-07-22Clean up rebased codeKevinthegreat
2024-07-22Change tooltip manager to allow adding tooltips on non-handled screensRime
2024-07-22Rebase onto masterRime
2024-07-22Un-debug some stuff in Utils for convenienceRime
2024-07-22Change slot text to have multiple statesRime
The enum SlotTextState is very self-descriptive if you wonder what the states are
2024-07-22Oops, missed a fewRime
2024-07-22Rename AbstractContainerMatcher and its extending interfaces to remove the ↵Rime
`Abstract` prefix and rename simple implementations with a `Simple` prefix
2024-07-22A 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-22Refactor container matcher implementations into interfacesRime
2024-07-21cleaner fixnmccullagh
2024-07-21don't mutate itemstack mapnmccullagh
2024-07-20Fix Memory Leak (#853)Aaron
2024-07-18Update Attribute Short Names (#844)Aaron
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-14Some fixes and some opinionated changes for the en_us lang file (#841)Rime
2024-07-14Add a case for when the dungeon hasn't started yet (#843)Rime
2024-07-14Fix result text displaying weirdly when its too long (#842)Aaron
2024-07-14Merge pull request #840 from Emirlol/fix-quicknav-defaultsKevin
Fix quicknav buttons 8, 9 and 12 having empty string as ui title
2024-07-14Merge pull request #834 from Emirlol/command-changesKevin
Add some custom command argument types
2024-07-14Merge pull request #804 from Vricken/slottext-additionsKevin
Change colo(u)r for max collections and skills slot text
2024-07-14Merge pull request #728 from Emirlol/bazaar-highlightKevin
Bazaar Helper
2024-07-14Refactor the reorder helper tooltip messages into translatablesRime
2024-07-14Rename all `ItemStack` parameters in `ItemUtils` from `item` into `stack`Rime
2024-07-14Refactor ItemUtils constructor to be sandwiched between fields and methodsRime
2024-07-14Remove ItemData constructors with `String item` and remove count from the ↵Rime
constructor
2024-07-14Fix some regex explanationsRime
2024-07-14Add ui title for the auction house quicknav buttonRime
2024-07-14Fix buttons 8,9 and 12 having empty string as ui titleRime
2024-07-13Fix recipe book search being case sensitive (#839)Aaron
2024-07-13Workaround "fake" transparent pixels (#838)Aaron
As seen in the new titanium equipment for mining
2024-07-13Item Protection Enhancements (#836)Aaron
2024-07-13Aaron's Mod compatibility for profile viewer (#833)Aaron
2024-07-13Merge pull request #724 from AzureAaron/simon-saysAaron
Simon Says Solver & Lights On Solver
2024-07-11Merge pull request #829 from SkyblockerMod/locraw-remover-9000Aaron
Locraw remover 9000
2024-07-11Add color argument types and update usagesRime
2024-07-11HM API 1.0.0 ReleaseAaron
I went back to the "traditional" repository declaration because Gradle apparently doesn't allow two repositories in the forRepository thing
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-11Clean up decompiled codeRime
2024-07-11Reformat CustomArmorDyeColorsRime