aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
AgeCommit message (Collapse)Author
2021-06-09Update versions4.0.0Juuxel
2021-06-05Update Mod Menu supportJuuz
2021-06-05Bump versionsJuuz
2021-05-29Bump version to 4.0.0-beta.34.0.0-beta.3Juuz
2021-05-29Bump version to 4.0.0-beta.14.0.0-beta.2Juuz
2021-05-27Update to 1.17-pre1Juuz
2021-05-27Update LibNinePatch to 1.1.0, use ContextualTextureRendererJuuz
2021-05-27Bump version to 4.0.0-alpha.34.0.0-alpha.3Juuz
2021-05-27Replace bad 9patch with LibNinePatch, fix bug with ItemIconJuuz
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-21Port to 21w20a. Fixes #109 (#110)4.0.0-alpha.2Reece Mackie
* 21w20a. Fixes #109 * Indentation and spacing fixes
2021-03-1921w11aJuuxel
Co-authored-by: CoolMineman <62723322+coolmineman@users.noreply.github.com> Closes #101.
2021-02-27Migrate all rectangle rendering to use MatrixStacksJuuxel
2021-02-16Bump version to 3.3.53.3.5Juuxel
3.3.4 was a broken build.
2021-01-31Update Gradle and dependencies3.3.3Juuxel
2021-01-31Bump versionJuuxel
2020-12-21(Hackily) Fix bug with REI overlapping with LibGui screens3.3.2Juuxel
2020-12-21Fix dedicated server crashing when trying to load ClientPlayerEntity3.3.1Juuxel
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-17Add screen networking API, update to 1.16.43.3.0Juuxel
2020-11-08Bump version to 3.2.2Juuxel
2020-10-24Bump version to 3.2.13.2.1Juuxel
2020-10-18Update dependencies, bump version to 3.2.0Juuxel
2020-10-11Bump version to 3.1.03.1.0Juuxel
2020-09-24Update to 1.16.3Juuxel
2020-08-11Bump version to 3.0.0-beta.13.0.0-beta.1Juuxel
2020-08-11Update to rc2Juuxel
2020-08-033.0.0 for 1.16.2-pre1Juuxel
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-03Bump version to 2.3.02.3.0Juuxel
2020-07-10Bump version to 2.2.02.2.0Juuxel
2020-07-10Add icon APIJuuxel
2020-07-01Bump version to 2.1.12.1.1Juuxel
2020-06-30Bump version to 2.1.0Juuxel
2020-06-24Bump version to 2.0.1 and update Minecraft to 1.16.12.0.1Juuxel
2020-06-23Bump version to 2.0.0 and update to 1.16 stable2.0.0Juuxel
2020-06-22Bump version to 2.0.0-beta.52.0.0-beta.5Juuxel
2020-06-22Update dependenciesJuuxel
2020-06-18Bump version to 2.0.0-beta.42.0.0-beta.4Juuxel
2020-06-18Bump version to 2.0.0-beta.3Juuxel
2020-06-18Bump version for beta 22.0.0-beta.32.0.0-beta.2Juuxel
2020-06-17Update to pre8Juuxel
2020-06-051.16-pre2Juuxel
- 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
2020-05-20Update Loom and ModMenuJuuxel
2020-05-20Rework GuiTest to be a subprojectJuuxel
2020-05-16Merge branch 'master' into unstable/2.0Juuxel
# Conflicts: # gradle.properties # src/main/java/io/github/cottonmc/cotton/gui/client/CottonClientScreen.java # src/main/java/io/github/cottonmc/cotton/gui/client/CottonInventoryScreen.java # src/main/java/io/github/cottonmc/cotton/gui/client/ScreenDrawing.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WItem.java # src/main/java/io/github/cottonmc/cotton/gui/widget/WText.java
2020-05-16Bump version to 1.11.01.11.0Juuxel
2020-05-16Update to 20w20b1.9.1Juuxel
2020-05-09Update to 20w19aJuuxel
2020-04-25Update to 20w17aJuuxel
I hate this snapshot.
2020-04-09Update to 20w15a, bump version to 1.8.11.8.1Juuxel
2020-03-22Verbump to 1.8.01.8.0Juuxel
2020-03-19Update to 20w12a, just mapping changesJuuxel