Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | Add Dungeon Secrets loading | Kevinthegreat | |
2023-08-30 | Tic Tac Toe Solver! (#253) | Aaron | |
* Tic Tac Toe Solver! * alpha-beta-pruning * Small changes --------- Co-authored-by: Yasin <LifeIsAParadox@users.noreply.github.com> | |||
2023-08-11 | Custom Armour Trims | Aaron | |
2023-08-09 | Custom Armour Dye Colours | Aaron | |
2023-08-08 | Add Item Renaming | Aaron | |
2023-08-06 | Refactor Trivia to use FairySouls | Kevinthegreat | |
2023-07-29 | Yay | Julienraptor01 | |
2023-07-28 | Add Etherwarp Overlay | Aaron | |
2023-07-17 | Add Shortcuts | Kevinthegreat | |
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 | |