Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | Abstract different checking methods in Utils | Kevinthegreat | |
2023-06-22 | Add Fairy Souls Helper | Kevinthegreat | |
2023-06-19 | Format file | Aaron | |
2023-06-19 | Improve documentation and trim trailing space | Aaron | |
2023-06-18 | Small code changes | Aaron | |
2023-06-18 | Improve Crimson Isle Tab HUD | Aaron | |
Fixed the reputation widget showing "Max -> Reputation" when you're at max reputation The faction quests text now retains its formatting to be more informative about whether you've not started, started or completed a quest | |||
2023-06-17 | Fix recipe book crash | Aaron | |
2023-06-17 | 1.20 Port | Aaron | |
The game launches successfully without any crashes! | |||
2023-06-17 | Add sound notification to fishing helper | Aaron | |
2023-06-09 | Fix indentation | Aaron | |
2023-06-09 | Support the scaling option for the placement screen! | Aaron | |
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-09 | Merge pull request #137 from msg-programs/skyhytab | Aaron | |
Replace tab/playerlist HUD with a more fancy version | |||
2023-06-08 | Make PlainTextComponent use padding | msg-programs | |
2023-06-08 | Improve text for currently forging items. | msg-programs | |
Also improve joke | |||
2023-06-08 | Fix EffectWidget showing incorrect text when god pot is active. | msg-programs | |
2023-06-08 | Modify layout of MineServerScreen to be more balanced | msg-programs | |
2023-06-08 | Don't draw dwarven HUD when the tab HUD is open. | msg-programs | |
Also remove a redundant check | |||
2023-06-04 | remove backup LBIN server because it desn't exist anymore | Julienraptor01 | |
2023-06-04 | Fix edge case where home island owner isn't on but no offline text is given | msg-programs | |
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-06-04 | Fix UpgradeWidget not showing current upgrades | msg-programs | |
2023-06-04 | Fix IslandOwnersWidget crashing when owner is online | msg-programs | |
2023-06-04 | Add "INSTANCED" location for e.g. Kuudra's | msg-programs | |
2023-06-04 | Add widget to display dungeon buffs | msg-programs | |
2023-06-04 | Update TODOs for tests in Screen | msg-programs | |
2023-06-01 | Merge pull request #165 from Fix3dll/master | Aaron | |
fix repository update | |||
2023-05-31 | fix repository update | Fix3d | |
2023-05-28 | Fix Reparty commands and update config | Kevinthegreat | |
2023-05-28 | Fix PlayerLocator not being able to find people in the dungeon | msg-programs | |
2023-05-28 | Fix logic error in DungeonDownedWidget that may cause null pointer execptions. | msg-programs | |
2023-05-28 | Handle dead players correctly in DungeonPlayerWidget | msg-programs | |
2023-05-28 | Use shorthand method in DungeonDeathWidget | msg-programs | |
2023-05-28 | Add null failsafe to cookie widget | msg-programs | |
2023-05-28 | Adjust formatting | msg-programs | |
2023-05-28 | Add javadoc comments to key classes. | msg-programs | |
2023-05-28 | Adjust default keybinds, add logger. | msg-programs | |
2023-05-26 | Add Livid Color | Kevinthegreat | |
2023-05-26 | Add Fishing Helper | Kevinthegreat | |
2023-05-23 | return instead of assign | Fix3d | |
2023-05-21 | Refactored Utils fields to use getters | Kevinthegreat | |
2023-05-21 | Merge pull request #154 from kevinthegreat1/api-migration | Kevin | |
Api migration, config command, and cleanup | |||
2023-05-21 | Fix colored part of ProgressComponent being transparent | msg-programs | |
2023-05-21 | Add missing percent sign in SkillsWidget | msg-programs | |
2023-05-21 | Add missing space in DungeonDownedWidget | 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 'master' into master | Kevin | |
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 |