aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/screens
AgeCommit message (Collapse)Author
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-27Misc fixes and changesmsg-programs
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-16POC for JSON-based tabhud config.msg-programs
2023-06-24Added Rift Tab Hud + 1 Rift related fixAaron
2023-06-171.20 PortAaron
The game launches successfully without any crashes!
2023-06-08Modify layout of MineServerScreen to be more balancedmsg-programs
2023-06-04Add widget to display dungeon buffsmsg-programs
2023-06-04Update TODOs for tests in Screenmsg-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-09Change layout of CI screenmsg-programs
2023-05-07Put fancy tab HUD config into its own sectionmsg-programs
2023-05-06Add option to scale HUD relatively to the vanilla GUI scalemsg-programs
2023-05-06Move logic to find the player's location to it's own classmsg-programs
2023-05-06Make code style in screen classes more consistentmsg-programs
2023-04-29Add untested crimson isle supportmsg-programs
2023-04-07Put screens in respective packages to make src navigation simplermsg-programs
2023-04-07Improve support for garden area, works fully nowmsg-programs
2023-04-02Merging SkyHyTab into Skyblocker: Initial commitmsg-programs
Needs cleanup