Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-03 | Refactor ItemCooldowns | Kevinthegreat | |
2023-10-03 | Merge branch 'master' into item-cooldown | Grayray75 | |
2023-09-29 | Move code into the skyblock.item package | Grayray75 | |
2023-09-29 | Revert some unnecessary code style changes | Grayray75 | |
2023-09-28 | Implement item cooldown display | Grayray75 | |
2023-09-26 | Rename Config Files | Aaron | |
2023-09-22 | 1.20.2 + Related Patches | Aaron | |
2023-09-21 | 1.20.2-pre1 | Aaron | |
2023-09-16 | Hide fake players in social interactions screen (#312) | Aaron | |
2023-09-16 | Optimize Base64 Replacer (#311) | Aaron | |
2023-09-16 | Merge pull request #302 from viciscat/compactor_preview | Kevin | |
Personal Compactor/Deletor preview | |||
2023-09-15 | Refactor CompactorDeletorPreview and add option | Kevinthegreat | |
2023-09-14 | "Moved BackpackPreview to new sub-package 'item'" | vicisacat | |
Refactored code by moving the BackpackPreview class to a new 'item' sub-package. | |||
2023-09-14 | "Refactor CompactorDeletorPreview logic for better structure" | vicisacat | |
Split the logic for CompactorDeletorPreview to reduce the complexity within the HandledScreenMixin.java file. This change helps to make the code simpler and easier to maintain. | |||
2023-09-13 | Improved personal compactor UI with tooltip display | victo | |
Made it so it doesn't render the slots if no items (mainly for AH) | |||
2023-09-13 | Add tooltip display for personal compactor items | victo | |
This update integrates a tooltip display for personal compactor items in the Skyblocker mod. The tooltip shows the contents of the personal compactor when hovered over. This is useful for players to quickly check the contents of their compactor without needing to open it. The commit includes creating a new Java file 'CompactorPreviewTooltipComponent.java' for the compactor tooltip component, adding new inject method 'skyblocker$addTooltipComponent' in 'HandledScreenMixin.java' executed when drawing mouseover tooltip, adding 'DrawContextInvoker.java' for invoking the 'drawTooltip' method in the 'DrawContext' class, and adding 'getItemStack' method in the 'ItemRegistry.java'. | |||
2023-09-13 | Hide Status Effect Overlay | Aaron | |
2023-09-12 | Refactor DungeonChestProfit | Kevinthegreat | |
2023-09-11 | Dungeon Chest Profit Calculator! | Aaron | |
2023-09-10 | Merge pull request #290 from msg-programs/cleanup | Kevin | |
Cleanup | |||
2023-09-10 | Merge pull request #283 from Julienraptor01/Skin-wrong-base64-fix | Kevin | |
Add base64 fixer | |||
2023-09-09 | Remove unneeded imports | msg-programs | |
2023-09-09 | Remove whitespace on empty lines | msg-programs | |
2023-09-08 | Refactor YggdrasilServicesKeyInfoMixin | Kevinthegreat | |
2023-09-08 | Remove Unique annotation | Kevin | |
2023-09-08 | Refactor YggdrasilServicesKeyInfoMixin | Kevinthegreat | |
2023-09-08 | create the base64 fixer | Julienraptor01 | |
2023-09-07 | Add bat removed detection | Kevinthegreat | |
2023-09-06 | Emi integration (#278) | Kevin | |
Add EMI integration | |||
2023-09-03 | Merge branch 'master' into utils-cleanup | Kevinthegreat | |
2023-08-31 | Attribute Shard Info Display (#263) | Aaron | |
2023-08-31 | Merge branch 'master' into utils-cleanup | Kevinthegreat | |
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonBlaze.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHudConfigScreen.java # src/main/java/me/xmrvizzy/skyblocker/utils/RenderHelper.java | |||
2023-08-31 | Merge pull request #246 from kevinthegreat1/dungeon-secrets | Kevin | |
Dungeon Secrets | |||
2023-08-31 | Merge pull request #230 from msg-programs/json-tabhud | Kevin | |
Fully configureable Fancy Tab HUD | |||
2023-08-30 | Finish secret found detection | Kevinthegreat | |
2023-08-30 | Add secret found detection | Kevinthegreat | |
2023-08-30 | Update DrawContextMixin.java (#259) | Yasin | |
- make the code more readable - fix #258 (remove legacy code from line) - add durability bar for Pickonimbus | |||
2023-08-30 | Starred Mob Glow (#260) | Aaron | |
2023-08-20 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
json-tabhud Pull newest changes from upstream | |||
2023-08-18 | Refactor utils package | Kevinthegreat | |
2023-08-14 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java Pull new upstream things into branch | |||
2023-08-14 | De-hardcode armor trim types | Kevinthegreat | |
2023-08-11 | Custom Armour Trims | Aaron | |
2023-08-10 | Refactor CustomArmorDyeColors and CustomItemNames | Kevinthegreat | |
2023-08-09 | Custom Armour Dye Colours | Aaron | |
2023-08-08 | Add Item Renaming | Aaron | |
2023-08-06 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
json-tabhud # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/dwarven/DwarvenHud.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/screens/main/GardenScreen.java # src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/util/PlayerLocator.java Pull upstream changes | |||
2023-07-30 | Disable remapping of non-obfuscated injection points | Aaron | |
2023-07-30 | Convert stuff to BetterInject | Aaron | |
2023-07-30 | Swap order of checks to fix crash | Aaron | |
The config isn't initialized early enough |