Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-08 | Merge branch 'master' of https://github.com/SkyblockerMod/Skyblocker into ↵ | msg-programs | |
readme-fixes Pull upstream updates into branch | |||
2023-09-03 | Fix Place Stage figure (#272) | Kevin | |
2023-09-03 | Add missing widget docs and widgets | msg-programs | |
2023-08-15 | Add format version file to resource pack for future breaking changes. | msg-programs | |
2023-08-10 | Implement missing arguments (top, bot) for collide op | msg-programs | |
2023-08-06 | Add missing location values for place op | msg-programs | |
2023-08-06 | Add error handling, rename EmptyWidget to ErrorWidget and allow custom string. | msg-programs | |
2023-07-29 | Change resource dirs to not contain uppercase letters. | msg-programs | |
2023-07-29 | Update README | msg-programs | |
2023-07-27 | Load 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-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 |