Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | Merge pull request #834 from Emirlol/command-changes | Kevin | |
Add some custom command argument types | |||
2024-07-14 | Merge pull request #728 from Emirlol/bazaar-highlight | Kevin | |
Bazaar Helper | |||
2024-07-14 | Rename all `ItemStack` parameters in `ItemUtils` from `item` into `stack` | Rime | |
2024-07-14 | Refactor ItemUtils constructor to be sandwiched between fields and methods | Rime | |
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 | 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 | Clean up decompiled code | Rime | |
2024-07-10 | Add client block pos and egg type argument types and update usages | Rime | |
2024-07-10 | Move block bounding box into RenderHelper | Aaron | |
2024-07-10 | Simon Says Solver | Aaron | |
2024-07-10 | Use unknown location on packet error | Aaron | |
2024-07-10 | Reimplement /reparty ontop of the Mod API | Aaron | |
2024-07-10 | Bing bong locraw gone! | Aaron | |
2024-07-10 | Merge pull request #822 from kevinthegreat1/waypoints-skytils-fix | Aaron | |
Fix waypoints Skytils v1 importing | |||
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 | Add some javadocs for ItemUtils and simplify getLoreLine methods | Rime | |
2024-07-10 | Add reorder helper that copies the number of items to clipboard | Rime | |
2024-07-10 | Add @Language annotation where necessary | Rime | |
2024-07-10 | Bazaar Helper initial commit | Rime | |
2024-07-08 | Merge pull request #817 from Emirlol/fix-pet-slot-text | Kevin | |
Fix PetLevelAdder working incorrectly in the sea creatures guide | |||
2024-07-08 | Merge pull request #751 from Emirlol/more-efficient-mayor-check | Kevin | |
Schedule mayor cache ticking to the next year rather than every 20 mins | |||
2024-07-08 | Merge pull request #718 from viciscat/equipment-viewer | Kevin | |
Equipment in inventory | |||
2024-07-07 | Fallback to current island when importing waypoints with invalid islands | Kevinthegreat | |
2024-07-07 | Fix waypoints Skytils v1 importing | Kevinthegreat | |
2024-07-06 | Refactor retry bit shift | Kevin | |
2024-07-06 | Clean up code after rebase | Rime | |
2024-07-06 | Fix scheduled time being early spring 1st rather than late spring 27th | Rime | |
Also adds more robust handling of get request failures | |||
2024-07-06 | Change mayor ticking to calculate the time of the next election and schedule ↵ | Rime | |
for that | |||
2024-07-05 | Merge pull request #747 from olim88/Dojo-helper | Kevin | |
Dojo helper | |||
2024-07-05 | Add nullability annotations to the rest of `ItemUtils` and fix 2 unnecessary ↵ | Rime | |
null checks I couldn't stop myself. | |||
2024-07-04 | mhm | viciscat | |
2024-07-02 | Update ItemUtils.java | viciscat | |
finish the sentence lol | |||
2024-07-02 | Fix PetLevelAdder working incorrectly in the sea creatures guide | Rime | |
2024-07-01 | fix conflict hopefully | olim | |
2024-07-01 | add isInCrimson function | olim | |
2024-07-01 | initial commit | olim | |
detection of when the player is in the dojo and the helper for the discipline is implemented | |||
2024-07-01 | Fix timer scheduling for SkyblockTime | Rime | |
2024-06-30 | Remove the development environment branch from the isInLocation methods (#810) | Rime | |
2024-06-30 | Add completed commission highlight (#797) | Vricken | |
2024-06-30 | Merge pull request #708 from BigloBot/main | Kevin | |
Profile Viewer | |||
2024-06-29 | Refactor profile viewer command and update open screen commands | Kevinthegreat | |
2024-06-29 | profile viewer skill page | nmccullagh | |
2024-06-28 | Compatibility with "No Chat Report" | Yasin | |
2024-06-22 | Add missing Accept header | Aaron | |
Doesn't affect functionality, but it's more compliant with how HTTP works |