Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Yay | Julienraptor01 | |
2023-07-28 | Add Etherwarp Overlay | Aaron | |
2023-07-27 | Load layout from resoure packs, see details. | msg-programs | |
Use resource pack logic to load the layouts. Finally delete the old screen defs, replace with builtin layout JSON files. Include a top-aligned layout as a builtin resource pack. Implement more possibilites for the layout to support said pack. | |||
2023-07-23 | Massive refactor, see details | msg-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-17 | Add Shortcuts | Kevinthegreat | |
2023-07-16 | POC for JSON-based tabhud config. | msg-programs | |
2023-07-16 | Rendering Improvements, Fixes + Occlusion Culling | Aaron | |
2023-07-10 | Final touch ups | Spencer | |
2023-07-04 | New Slayer Stuff | Futuremappermydud | |
Implement TitleContainer for stacking titles. Implement Mania Indicator to show the player when they are standing on green terracotta during mania. | |||
2023-06-26 | Add Mirrorverse Waypoints + Rift Fixes | Aaron | |
2023-06-22 | Abstract different checking methods in Utils | Kevinthegreat | |
2023-06-22 | Add Fairy Souls Helper | Kevinthegreat | |
2023-06-21 | Async DiscordRPC | Kevinthegreat | |
2023-06-09 | Add Dungeon Map Placement Screen! | Aaron | |
You can now move the dungeon map to wherever you want on your screen! No longer is it locked to the top left. | |||
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-26 | Add Livid Color | Kevinthegreat | |
2023-05-26 | Call FishingHelper.init | Kevinthegreat | |
2023-05-21 | Added docs to SkyblockerMod and Scheduler and refactored Scheduler | Kevinthegreat | |
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-18 | Refactored ContainerSolverManager.init | Kevinthegreat | |
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-16 | Added config screen command | Kevinthegreat | |
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-04-01 | Move Discord RPC connection to JOIN event + refactor | Spencer | |
2022-10-24 | Optimise DwarvenHud | Spencer | |
2022-06-14 | fix issue #73 | Trương Hoàng Long | |
2022-06-04 | multi-profile support for backpack preview | Trương Hoàng Long | |
2022-04-27 | Separated parsing action bar and drawing hud. Rewrote parsing to be ↵ | External Time | |
hopefully more robust. | |||
2022-02-24 | Use the new scheduler and use fabricLoader to get config dir | KonaeAkira | |
2022-02-24 | Merge branch 'master' into master | Trương Hoàng Long | |
2022-02-20 | Added simple scheduler for recurring and delayed tasks (#39) | ExternalTime | |
2022-02-12 | Fix bug where the backpack preview wouldn't update in some cases | KonaeAkira | |
Also moved the tick() call to a more reasonable location | |||
2022-01-31 | Added Skyblock join/disconnect "events" | TacoMonkey | |
I renamed two variables, deal with it | |||
2022-01-31 | remove debugger | LifeIsAParadox | |
2022-01-31 | adding onhypixel() method + fixed discord crash that happened on specific ↵ | LifeIsAParadox | |
scenario | |||
2022-01-29 | Added a cycle option | TacoMonkey | |
2022-01-28 | some fixes | LifeIsAParadox | |
2022-01-27 | Rewrote the presence to actually work | TacoMonkey | |
2022-01-25 | Added rich presence and fishing ding | TacoMonkey | |
2021-10-10 | Added an interface for solvers for minigames inside chests | ExternalTime | |
2021-10-07 | Changed SkyblockerMod into a singleton | ExternalTime | |
2021-10-07 | Made SkyblockerMod formatting more consistent | ExternalTime | |
2021-10-02 | fix blaze offset and smaler outline and automaticly highlight correct blaze | LifeIsAParadox | |
solving issue #7 and #8 | |||
2021-09-19 | Changed API call to be non-blocking and run at startup. | ExternalTime | |
2021-09-15 | fixed map and health bug in dungeons | LifeIsAParadox | |
2021-09-14 | Bugfixing and Blaze solver | LifeIsAParadox | |