aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/util
AgeCommit message (Collapse)Author
2023-10-09new pr because fixing merge conflict would take too longYasin
2023-09-26Rename Config FilesAaron
2023-09-07Prevent null pointer exception on missing footermsg-programs
2023-08-21Refactor codeKevinthegreat
2023-08-20Make string value of enums finalmsg-programs
2023-08-13Make padding from screen edges largermsg-programs
2023-08-06Have screen padding respect the scalemsg-programs
2023-08-06Introduce layout constants, make padding to screen biggermsg-programs
2023-08-06Merge 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-30Refactor mixinsKevinthegreat
2023-07-29Remove unused importsmsg-programs
2023-07-27Load 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-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-18Add Dark Auction Tab HudAaron
2023-06-24Added Rift Tab Hud + 1 Rift related fixAaron
2023-06-19Format fileAaron
2023-06-19Improve documentation and trim trailing spaceAaron
2023-06-18Small code changesAaron
2023-06-18Improve Crimson Isle Tab HUDAaron
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-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-06-04Add "INSTANCED" location for e.g. Kuudra'smsg-programs
2023-05-28Fix PlayerLocator not being able to find people in the dungeonmsg-programs
2023-05-28Adjust formattingmsg-programs
2023-05-28Add javadoc comments to key classes.msg-programs
2023-05-19Rework just about everything to gracefully handle unexpected inputsmsg-programs
2023-05-06Move logic to find the player's location to it's own classmsg-programs
2023-04-23Dungeon puzzle widget now works as intended.msg-programs
2023-04-08Fix crashing election widget. Cole was missing from the mayor listmsg-programs
2023-04-07Improve support for garden area, works fully nowmsg-programs
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup