Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-17 | Refactor ShortcutsConfigListWidget | Kevinthegreat | |
2023-07-17 | Add Shortcuts | Kevinthegreat | |
2023-07-01 | Fix dragged items not rendering (#193) | Aaron | |
2023-06-29 | Implement Vampire Slayer Features (#191) | Futuremappermydud | |
Implement Vampire Slayer Features Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | |||
2023-06-26 | Refactor MirrorverseWaypoints | Kevinthegreat | |
2023-06-26 | Add Mirrorverse Waypoints + Rift Fixes | Aaron | |
2023-06-24 | Refactor HandledScreenMixin | Kevinthegreat | |
2023-06-24 | Add null checks | Kevinthegreat | |
2023-06-24 | Fix HandledScreenMixin for 1.20 | Kevinthegreat | |
2023-06-24 | Fix currentSolver null crash and refactor mixin | Kevinthegreat | |
2023-06-24 | Fix mixin method name | Kevinthegreat | |
2023-06-24 | Add Chronomatron Solver | Kevinthegreat | |
2023-06-22 | Add Fairy Souls Helper | Kevinthegreat | |
2023-06-17 | Replace double cast with shadow | Aaron | |
2023-06-17 | Write drill fuel bar to gui overlay buffer | Aaron | |
2023-06-17 | Fix drill fuel Z layering | Aaron | |
2023-06-17 | Fix null check being useless | Aaron | |
2023-06-17 | 1.20 Port | Aaron | |
The game launches successfully without any crashes! | |||
2023-06-04 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
skyhytab # Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/skyblocker.mixins.json Pull newest changes from upstream master | |||
2023-05-28 | Use logger on PlayerListHudMixin exception instead of printStackTrace | msg-programs | |
2023-05-26 | Add Fishing Helper | Kevinthegreat | |
2023-05-21 | Refactored Utils fields to use getters | Kevinthegreat | |
2023-05-21 | Refactored mixins | Kevinthegreat | |
2023-05-21 | Remove debugging leftover | msg-programs | |
2023-05-19 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
skyhytab Merge new commits. | |||
2023-05-19 | Rework just about everything to gracefully handle unexpected inputs | msg-programs | |
2023-05-17 | Merge branch 'api-migration' | Kevinthegreat | |
# Conflicts: # src/main/java/me/xmrvizzy/skyblocker/SkyblockerInitializer.java # src/main/java/me/xmrvizzy/skyblocker/SkyblockerMod.java # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/java/me/xmrvizzy/skyblocker/mixin/MinecraftClientMixin.java | |||
2023-05-17 | Merge pull request #145 from kevinthegreat1/docs | Kevin | |
Renamed container package to gui and added docs | |||
2023-05-12 | Prevent errors when player list is incomplete shortly after join or area change | msg-programs | |
2023-05-07 | Put fancy tab HUD config into its own section | msg-programs | |
2023-05-06 | Minor foramtting and code style changes | msg-programs | |
2023-05-06 | Minor refactoring | msg-programs | |
2023-05-06 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
skyhytab # Conflicts: # README.md # gradle.properties # src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java # src/main/resources/assets/skyblocker/lang/de_de.json # src/main/resources/skyblocker.mixins.json Pull updates from upstream | |||
2023-05-03 | Migrated backpack and QuickNav mixins to ScreenEvents | Kevinthegreat | |
2023-05-03 | Migrated client tick and container mixins to ClientTickEvents and ScreenEvents | Kevinthegreat | |
2023-05-03 | Refactored container to gui | Kevinthegreat | |
2023-05-02 | Merge branch 'SkyblockerMod:master' into master | Kevinthegreat | |
2023-04-16 | Add missing check for if the player is on skyblock | msg-programs | |
2023-04-15 | Add option to hide empty tooltips in inventories. | msg-programs | |
Hypixel's inventory menus sometimes use items with empty names. When the game draws the tooltip for such an item, a small dark rectangle is seen. Mixin into the function that draws tooltips and disable it when that is the case. | |||
2023-04-08 | Cleanup unused things in the mixin, reword crashing text | msg-programs | |
2023-04-02 | Merging SkyHyTab into Skyblocker: Initial commit | msg-programs | |
Needs cleanup | |||
2023-04-01 | Migrated to ClientReceiveMessageEvents and some fixes | Kevinthegreat | |
(cherry picked from commit 9a8799ac40b12bed3e5e4d7aa32054eba7882580) | |||
2023-03-29 | Fixed minecraft version dependency and ItemRendererMixin | Kevinthegreat | |
2023-03-29 | Fix Drill Fuel ARGB stuff | Aaron | |
2023-03-29 | Cleaned up mixins | Kevinthegreat | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2023-03-29 | Fixed InGameHudMixin | Kevinthegreat | |
2023-03-29 | Support for 1.19.4 | Kevinthegreat | |
2023-03-17 | Merge branch 'master' into 1.19.3 | Julienraptor01 | |
2023-03-10 | start fixing mixins | Julienraptor01 | |