aboutsummaryrefslogtreecommitdiff
path: root/GuiTest
AgeCommit message (Collapse)Author
2021-08-10Fix #130, bump version to 4.1.64.1.6Juuz
2021-07-11Update YarnJuuz
2021-07-09Make the test visual logger warnings controllableJuuz
2021-06-27Add a "visual logger" for showing error messages in a dev envJuuxel
2021-06-22Add Icon API to WItemSlot (#119)frqnny
* Add Icon API to WItemSlot * Fix checkstyle * Clean up test description
2021-06-05Make insets properly swappable, add WPanelWithInsets4.0.0-beta.4Juuz
2021-06-05Switch from accessor to AW, fixes #113Juuz
Accessors would be preferred but there is a mixin bug/regression that prevents me from modifying final fields with accessors unless I do some concerning hacky code.
2021-06-04Add test title to ScrollingTestGuiJuuz
2021-06-04Move scrolling test gui to a test commandJuuz
2021-05-27CottonHud: migrate to static methodsJuuz
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-27Add title position property to GuiDescriptionsJuuz
The new field is used for both fullscreen and normal screens. Also fixes titles being incorrectly positioned by default.
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-27Add panel layout insets to replace background painter paddingJuuxel
2021-02-27Add test gui for scroll panelsJuuxel
2021-02-27Migrate all rectangle rendering to use MatrixStacksJuuxel
2021-02-27Update Loom and use Maven Publish instead of the Artifactory pluginJuuxel
2021-01-31Automatically generate run configs for the test subprojectJuuxel
2020-12-17Add screen networking API, update to 1.16.43.3.0Juuxel
2020-10-24Add simple HUD testJuuxel
2020-09-24Add large slot to the test GUI descriptionJuuxel
This was to debug #85 which doesn't actually seem to happen in 3.0.x.
2020-08-04Revert "Make layout() client-only, add missing Environment(CLIENT) ↵Juuxel
annotations to paint() overrides" This reverts commit 0b3c68e0
2020-08-04Make layout() client-only, add missing Environment(CLIENT) annotations to ↵Juuxel
paint() overrides
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-06-24Fix dedicated server crash with the test modJuuxel
2020-06-18Move WWidget.addTooltip to use StringRenderablesJuuxel
2020-06-17Update to pre8Juuxel
2020-06-13implement a WTiledSprite widget (#62)Filip Weiss
* implement a WTiledSprite widget * tiledSprite: new constuctor, cleanup api and comments * Update GuiTest/src/main/java/io/github/cottonmc/test/client/TestClientGui.java Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2020-06-05Make test mod also use v2 mappings2.0.0-beta.1Juuxel
2020-06-05CottonInventoryController -> SyncedGuiDescriptionJuuxel
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-21Make TestController have a focus testJuuxel
2020-05-20Add Inventory label for player inventory panelsJuuxel
Also allows custom label widgets that can be *any* widget.
2020-05-20Rework GuiTest to be a subprojectJuuxel
2020-05-08Update test mod to 20w17aJuuxel
2020-01-29Fixed GuiTestErnieBernie10
2019-10-24Update to 19w42aFalkreon
2019-09-27Implement HSL colors, update janksonFalkreon
2019-09-22Palette workFalkreon
2019-09-14More snapshot workFalkreon
2019-08-30Implement panel clippingFalkreon
2019-08-30Rearrange drawing, deprecate paintForeground, add widget ticksFalkreon
2019-08-30CottonScreenController -> CottonCraftingController, hit coordinates fixFalkreon
2019-08-30Update to 19w35a, rearrange ScreenDrawing, rename screensFalkreon
2019-08-28Test gui demo leading to list fixesFalkreon
2019-08-28Dramatically improved scrollbars, coordinate fixesFalkreon
2019-08-25More responsive scrollbar. Still glitchy though.Falkreon
2019-08-25More gui test, fix slot offsets, tooltips, and button hoversFalkreon
2019-08-24Add test project, fix readme, work on list widgetFalkreon