Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-15 | Fix missing resource loader dependency | Juuz | |
Fixes #213. | |||
2023-10-15 | Update Gradle | Juuz | |
2023-09-27 | Merge branch 'unstable/9.0' | Juuz | |
# Conflicts: # src/main/resources/fabric.mod.json | |||
2023-09-25 | Update publishing details to be more generic | Juuz | |
2023-09-09 | Update Gradle, Loom and VFL | Juuz | |
2023-06-04 | Update to 1.20 RC 1 | Juuz | |
2023-05-25 | Add pom metadata (#199) | Roman / Linnea Gräf | |
2023-05-15 | Add workaround for FabricMC/fabric-loom#890 | Juuz | |
2023-05-14 | Simplify source/target compatibility setting | Juuz | |
The build has to use Java 17 because of the Loom version. | |||
2023-05-14 | Move test mod to root project | Juuz | |
2023-05-14 | Move javadoc taglet classes to root project | Juuz | |
2023-05-14 | Apply checkstyle to every Gradle project | Juuz | |
2023-03-18 | Update Checkstyle and fix code format | Juuz | |
2023-02-02 | Update to Loom 1.1, LQF 1.8.0 | Juuz | |
2022-09-22 | Filter Cotton repo to only include io.github.cottonmc | Juuz | |
2022-09-22 | Use api instead of modApi for LNP | Juuz | |
2022-09-22 | Update Loom | Juuz | |
2022-09-06 | Add back links to Yarn javadoc in LibGui javadoc | Juuz | |
2022-08-16 | Only apply runtime ModMenu to the test subproject | Juuz | |
2022-06-16 | Update to 1.19 and bump version to 6.0.0 | Juuz | |
2022-04-07 | Update Loom to 0.11 and LQF to 1.7.0 | Juuxel | |
2022-03-22 | Mark fabric-api-base and fabric-networking-api-v1 as modApi deps | Juuz | |
2022-03-22 | Fix indentation in build.gradle | Juuz | |
Why does IDEA insist on throwing spaces everywhere??? | |||
2022-03-22 | Only depend on specific Fabric API modules | Juuz | |
2021-11-25 | Update to 1.18-rc1 | Juuz | |
2021-11-22 | Use java toolchains | Juuxel | |
2021-11-16 | Update to Minecraft 1.18-pre2 and Java 17 | Juuz | |
2021-11-16 | * Updated to 1.18 (#142) | biom4st3r | |
* Updated Jankson-Fabric | |||
2021-09-12 | Update Yarn and LQF | Juuz | |
2021-09-11 | Link to jetbrains annotations in javadoc | Juuz | |
2021-09-11 | Revert "Loom 0.10!" | Juuz | |
This reverts commit 11321463. Apparently it's not stable enough to use yet :sob: | |||
2021-09-11 | Loom 0.10! | Juuz | |
2021-09-11 | Add observable properties and narration support (#136) | Juuxel | |
* Add focused narration support * yes! * More work on hovering and observables * Fix WWidget.setHovered javadoc * Document ObservableProperty.add/removeListener * Add observable views * Fix ObservableView.ChangeListener javadoc * More JD! * Add taglet for listing observable properties Overkill? Yep. Still fancy? Absolutely! * Fix narration element indices and more JD tricks * Add slot hovering narration * WItemSlot.getExtraNarrationMessage -> getNarrationName, make public API * Remove the binding functionality of observable properties This is required for having proper change listeners. * Add ObservableView.hasValue * Add some utility methods to ObservableView * Clarify ObservableView.ChangeListener parameters * Remove properties tag from WButton javadoc | |||
2021-07-16 | Update LQF to 1.1.2 | Juuxel | |
2021-07-11 | Fix broken AW by yeeting it, bump version to 4.1.44.1.4 | 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-06-16 | Revert "Add loom-quiltflower" | Juuz | |
This reverts commit 780f073d. Adding LQF somehow breaks mod dependency remapping, which shouldn't be possible... This just shows that Loom is *really* fragile. | |||
2021-06-16 | Add loom-quiltflower | Juuz | |
2021-06-05 | Update Mod Menu support | Juuz | |
2021-06-05 | Switch from accessor to AW, fixes #113 | Juuz | |
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-05-29 | Link Yarn javadocs to ours | Juuz | |
2021-05-29 | Exclude the impl package (and subpackages) in javadoc | 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-27 | Add title position property to GuiDescriptions | Juuz | |
The new field is used for both fullscreen and normal screens. Also fixes titles being incorrectly positioned by default. | |||
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 | Add button dark mode | Juuxel | |
2021-02-27 | Update Loom and use Maven Publish instead of the Artifactory plugin | Juuxel | |
2021-01-31 | Update Gradle and dependencies3.3.3 | Juuxel | |