aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/mixin
AgeCommit message (Collapse)Author
2023-07-29Remove unused importsmsg-programs
2023-07-23Massive refactor, see detailsmsg-programs
Instead of creating a new widget instance every frame, instantiate once and update content. This means that every widget had to be updated to work like that. This also necessitated some ugly hackery for the dwarven HUD. Many other minor things like moving and renaming classes
2023-07-16POC for JSON-based tabhud config.msg-programs
2023-07-01Fix dragged items not rendering (#193)Aaron
2023-06-29Implement Vampire Slayer Features (#191)Futuremappermydud
Implement Vampire Slayer Features Co-authored-by: Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com>
2023-06-26Refactor MirrorverseWaypointsKevinthegreat
2023-06-26Add Mirrorverse Waypoints + Rift FixesAaron
2023-06-24Refactor HandledScreenMixinKevinthegreat
2023-06-24Add null checksKevinthegreat
2023-06-24Fix HandledScreenMixin for 1.20Kevinthegreat
2023-06-24Fix currentSolver null crash and refactor mixinKevinthegreat
2023-06-24Fix mixin method nameKevinthegreat
2023-06-24Add Chronomatron SolverKevinthegreat
2023-06-22Add Fairy Souls HelperKevinthegreat
2023-06-17Replace double cast with shadowAaron
2023-06-17Write drill fuel bar to gui overlay bufferAaron
2023-06-17Fix drill fuel Z layeringAaron
2023-06-17Fix null check being uselessAaron
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
2023-06-04Merge 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-28Use logger on PlayerListHudMixin exception instead of printStackTracemsg-programs
2023-05-26Add Fishing HelperKevinthegreat
2023-05-21Refactored Utils fields to use gettersKevinthegreat
2023-05-21Refactored mixinsKevinthegreat
2023-05-21Remove debugging leftovermsg-programs
2023-05-19Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵msg-programs
skyhytab Merge new commits.
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-17Merge 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-17Merge pull request #145 from kevinthegreat1/docsKevin
Renamed container package to gui and added docs
2023-05-12Prevent errors when player list is incomplete shortly after join or area changemsg-programs
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-06Minor foramtting and code style changesmsg-programs
2023-05-06Minor refactoringmsg-programs
2023-05-06Merge 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-03Migrated backpack and QuickNav mixins to ScreenEventsKevinthegreat
2023-05-03Migrated client tick and container mixins to ClientTickEvents and ScreenEventsKevinthegreat
2023-05-03Refactored container to guiKevinthegreat
2023-05-02Merge branch 'SkyblockerMod:master' into masterKevinthegreat
2023-04-16Add missing check for if the player is on skyblockmsg-programs
2023-04-15Add 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-08Cleanup unused things in the mixin, reword crashing textmsg-programs
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup
2023-04-01Migrated to ClientReceiveMessageEvents and some fixesKevinthegreat
(cherry picked from commit 9a8799ac40b12bed3e5e4d7aa32054eba7882580)
2023-03-29Fixed minecraft version dependency and ItemRendererMixinKevinthegreat
2023-03-29Fix Drill Fuel ARGB stuffAaron
2023-03-29Cleaned up mixinsKevinthegreat
2023-03-29Cleaned up codeKevinthegreat
2023-03-29Fixed InGameHudMixinKevinthegreat
2023-03-29Support for 1.19.4Kevinthegreat
2023-03-17Merge branch 'master' into 1.19.3Julienraptor01