Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-11 | Bump version to 4.2.0 | Juuz | |
2021-08-18 | Bump version to 4.1.74.1.7 | Juuz | |
2021-08-10 | Fix #130, bump version to 4.1.64.1.6 | Juuz | |
2021-07-18 | Bump version to 4.1.54.1.5 | Juuz | |
2021-07-11 | Fix broken AW by yeeting it, bump version to 4.1.44.1.4 | Juuz | |
2021-07-11 | Bump version to 4.1.34.1.3 | Juuz | |
2021-07-11 | Update Yarn | Juuz | |
2021-07-09 | Update to 1.17.1 stable and bump to 4.1.2 | Juuz | |
2021-07-01 | Update to 1.17.1-rc1, bump to 4.1.14.1.1 | Juuxel | |
2021-07-01 | Bump version to 4.1.04.1.0 | Juuxel | |
2021-06-09 | Update versions4.0.0 | Juuxel | |
2021-06-05 | Update Mod Menu support | Juuz | |
2021-06-05 | Bump versions | Juuz | |
2021-05-29 | Bump version to 4.0.0-beta.34.0.0-beta.3 | Juuz | |
2021-05-29 | Bump version to 4.0.0-beta.14.0.0-beta.2 | Juuz | |
2021-05-27 | Update to 1.17-pre1 | Juuz | |
2021-05-27 | Update LibNinePatch to 1.1.0, use ContextualTextureRenderer | Juuz | |
2021-05-27 | Bump version to 4.0.0-alpha.34.0.0-alpha.3 | Juuz | |
2021-05-27 | Replace bad 9patch with LibNinePatch, fix bug with ItemIcon | Juuz | |
Also adds nicer tests with client-side commands. /libgui config: opens the config GUI without Mod Menu /libgui tab: opens a tab test GUI | |||
2021-05-21 | Port to 21w20a. Fixes #109 (#110)4.0.0-alpha.2 | Reece Mackie | |
* 21w20a. Fixes #109 * Indentation and spacing fixes | |||
2021-03-19 | 21w11a | Juuxel | |
Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com> Closes #101. | |||
2021-02-27 | Migrate all rectangle rendering to use MatrixStacks | Juuxel | |
2021-02-16 | Bump version to 3.3.53.3.5 | Juuxel | |
3.3.4 was a broken build. | |||
2021-01-31 | Update Gradle and dependencies3.3.3 | Juuxel | |
2021-01-31 | Bump version | Juuxel | |
2020-12-21 | (Hackily) Fix bug with REI overlapping with LibGui screens3.3.2 | Juuxel | |
2020-12-21 | Fix dedicated server crashing when trying to load ClientPlayerEntity3.3.1 | Juuxel | |
Apparently having a client-only-typed field referenced in a lambda body can be dangerous, so I moved the packet registration to the client init class. | |||
2020-12-17 | Add screen networking API, update to 1.16.43.3.0 | Juuxel | |
2020-11-08 | Bump version to 3.2.2 | Juuxel | |
2020-10-24 | Bump version to 3.2.13.2.1 | Juuxel | |
2020-10-18 | Update dependencies, bump version to 3.2.0 | Juuxel | |
2020-10-11 | Bump version to 3.1.03.1.0 | Juuxel | |
2020-09-24 | Update to 1.16.3 | Juuxel | |
2020-08-11 | Bump version to 3.0.0-beta.13.0.0-beta.1 | Juuxel | |
2020-08-11 | Update to rc2 | Juuxel | |
2020-08-03 | 3.0.0 for 1.16.2-pre1 | Juuxel | |
Mojang refactored text again :irritatered: - Widgets now take a Text again instead of StringRenderable/-Visitable - ScreenDrawing takes OrderedTexts instead of StringVisitables - To reduce the future updating workload, tooltips now use a new TooltipBuilder | |||
2020-08-03 | Bump version to 2.3.02.3.0 | Juuxel | |
2020-07-10 | Bump version to 2.2.02.2.0 | Juuxel | |
2020-07-10 | Add icon API | Juuxel | |
2020-07-01 | Bump version to 2.1.12.1.1 | Juuxel | |
2020-06-30 | Bump version to 2.1.0 | Juuxel | |
2020-06-24 | Bump version to 2.0.1 and update Minecraft to 1.16.12.0.1 | Juuxel | |
2020-06-23 | Bump version to 2.0.0 and update to 1.16 stable2.0.0 | Juuxel | |
2020-06-22 | Bump version to 2.0.0-beta.52.0.0-beta.5 | Juuxel | |
2020-06-22 | Update dependencies | Juuxel | |
2020-06-18 | Bump version to 2.0.0-beta.42.0.0-beta.4 | Juuxel | |
2020-06-18 | Bump version to 2.0.0-beta.3 | Juuxel | |
2020-06-18 | Bump version for beta 22.0.0-beta.32.0.0-beta.2 | Juuxel | |
2020-06-17 | Update to pre8 | Juuxel | |
2020-06-05 | 1.16-pre2 | Juuxel | |
- All Text usages apart from screen titles have been replaced with class_5348 - WLabel. and WText. getTextAt has been replaced by getTextStyleAt to match vanilla functionality - CottonInventoryScreen.drawForeground - Prevents vanilla from rendering the player inventory label (already rendered by us and not needed in every GUI) - The title is now rendered using the title coordinate fields like in vanilla |