Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-09 | new pr because fixing merge conflict would take too long | Yasin | |
2023-09-27 | Refactor config | Kevinthegreat | |
2023-09-26 | Rename Config Files | Aaron | |
2023-09-26 | Functionality Tweaks | Aaron | |
2023-09-23 | YACL Config | Aaron | |
2023-09-21 | 1.20.2-pre1 | 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-20 | Update a comment | msg-programs | |
2023-08-20 | Change used Pair class to FastUtil's IntIntPair | msg-programs | |
2023-08-18 | Fix scheduler package | Kevinthegreat | |
2023-08-18 | Refactor chat and discord packages | Kevinthegreat | |
2023-08-18 | Refactor utils package | Kevinthegreat | |
2023-08-14 | Make a huge spaghetti fest to fix dwarven hud config for the moment. | msg-programs | |
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-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-08-06 | Refactor Scheduler#queueOpenScreen | Kevinthegreat | |
2023-07-29 | Remove unused imports | msg-programs | |
2023-07-29 | Move HudCommsWidget to a different dir | msg-programs | |
2023-07-27 | Misc fixes and changes | msg-programs | |
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 | Refactor queueOpenScreen | Kevinthegreat | |
2023-06-17 | 1.20 Port | Aaron | |
The game launches successfully without any crashes! | |||
2023-06-08 | Don't draw dwarven HUD when the tab HUD is open. | msg-programs | |
Also remove a redundant check | |||
2023-05-06 | Add more info to comment about Commission record | msg-programs | |
2023-04-15 | Add new "tab-menu-like" style options to dwarven mines HUD. | msg-programs | |
2023-03-29 | Cleaned up code | Kevinthegreat | |
2023-03-29 | Support for 1.19.4 | Kevinthegreat | |
2022-11-15 | Re-enable non-typo'ed version | Julienraptor01 | |
2022-11-14 | Fix Fetchur solver not working by adding typo'ed variant | Julienraptor01 | |
I commented the non-typo variant so that we can notice when it'll be fixed cause solver won't work anymore and we'll just have to unpatch | |||
2022-10-24 | Make draggable config for HUD | Spencer | |
2022-10-24 | Optimise DwarvenHud | Spencer | |
2022-06-20 | Merge branch 'master' into 1.19.x | Trương Hoàng Long | |
2022-06-18 | Fix typo in commission hud pattern | Trương Hoàng Long | |
2022-06-07 | 1.19.x | LifeIsAParadox | |
2022-04-24 | Merge pull request #55 from TacoMonkey11/master | ExternalTime | |
Added mining commissions HUD | |||
2022-04-24 | finalize regex, hopefully | Spencer | |
2022-04-24 | extend hud and simplify regex | Spencer | |
2022-04-07 | Replaced most assertions with proper error handling | External Time | |
2022-03-08 | Conflicts begone | Spencer | |
2022-03-08 | fix raffle regex | Spencer | |
2022-03-08 | Changed chat listeners to use the new api | ExternalTime | |
2022-03-08 | allow for more commissions than just 2 | TacoMonkey | |
2022-03-07 | added commission HUD | TacoMonkey | |
2022-02-20 | Added simple scheduler for recurring and delayed tasks (#39) | ExternalTime | |
2022-02-18 | Updated fetchur solver | ExternalTime | |
2021-09-24 | Reverted puzzler to show solution by replacing correct block | ExternalTime | |
2021-09-24 | Fixed some Fetchur hints | ExternalTime | |
2021-09-24 | Fixed puzzler solver | ExternalTime | |
2021-09-19 | Rewrote Puzzler solver to use the new chat interface | ExternalTime | |
2021-09-19 | Rewrote Fetchur solver to use the new interface | ExternalTime | |