Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-26 | Fix leave event | Aaron | |
2024-07-26 | Forgot about this lol, had fancy bars in survival earlier | Aaron | |
2024-07-26 | Move to Mod API for isOnSkyblock detection | Aaron | |
2024-07-25 | Make ChocolateFactorySolver a singleton to fix tooltip not working (#863) | Rime | |
h | |||
2024-07-26 | Merge pull request #791 from olim88/improve-mining-waypoint | Kevin | |
Improve mining waypoint | |||
2024-07-26 | Merge pull request #788 from Emirlol/container-matcher-refactor | Kevin | |
Refactor container matcher implementations into interfaces | |||
2024-07-24 | add error message when target location is to far away | olim | |
2024-07-24 | Rename slot text option to slotTextMode | Kevinthegreat | |
2024-07-24 | Revert "Add slot text config data fixer" | Kevinthegreat | |
This reverts commit c6c3f30fcbacb018a6aaa8aab89395e987ca99ab. | |||
2024-07-24 | Fix test and daily mojank | Kevinthegreat | |
2024-07-22 | Fix inconsistency with Hypixel's inconsistencies (#852) | Benjamin | |
2024-07-22 | Fix rare npe in OrderTerminal (#848) | Kevin | |
2024-07-22 | Apply code review | Kevinthegreat | |
2024-07-22 | Add slot text config data fixer | Kevinthegreat | |
2024-07-22 | Respect tooltip setting | Aaron | |
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 | Un-debug some stuff in Utils for convenience | 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-21 | cleaner fix | nmccullagh | |
2024-07-21 | don't mutate itemstack map | nmccullagh | |
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-15 | fix rebase | olim | |
2024-07-15 | implement requested changes | olim | |
2024-07-15 | Fix regex and add tests for the regex | Rime | |
2024-07-15 | do not overwite esisting waypoints | olim | |
when incoming chat message with waypoint locations make sure the waypoint does not already exist in active waypoints, so waypoints can not get randomly moved | |||
2024-07-15 | implement requested changes | olim | |
fix formatting of code in place to be correct | |||
2024-07-15 | adds location selection menu for share add and remove | olim | |
when the player just types add share and remove to commands without arguments bring up a menu in chat to select the location to use for that action | |||
2024-07-15 | look for failed message in chat and reset with it | olim | |
2024-07-15 | fix issues | olim | |
fix issues. and remove unnecessary square root | |||
2024-07-15 | fix when parallel | olim | |
for some reason the library function returns 0 instead of null if parallel | |||
2024-07-15 | use built in intersection method | olim | |
2024-07-15 | fix small bugs in compass | olim | |
2024-07-15 | fix bug | olim | |
2024-07-15 | fix command and increase accuracy | olim | |
fix clickable command text and use more particles for wishing compass making it a lot more accurate | |||
2024-07-15 | only use chat to verify messages once | olim | |
2024-07-15 | make sure the location guess is sensible | olim | |
make sure its within 100 blocks of the players zone | |||
2024-07-15 | remove unknown waypoint when actual found close | olim | |
2024-07-15 | add options to config and translations | olim | |
add option for wishing compass to config and translations for text in it. add separate scale for crystal waypoints and commissions | |||
2024-07-15 | add remove command and consistence | olim | |
add command to remove way-point and consistence for the add and share | |||
2024-07-15 | clean up some unwanted cwords being passed | olim | |