aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/configuration/providers/mappings
AgeCommit message (Expand)Author
2021-11-20Add an option (enabled by default) to map synthetic field and method names fr...modmuss50
2021-11-10Reduce log level of "Using project based jar storage".modmuss50
2021-11-09Fix unobfuscated names not having params or docs. (#532)modmuss50
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-12Don't allow none reproducible dependencies in layered mappings as it breaks t...modmuss50
2021-09-28Fix failure when running `dependencies` task when using layered mappings.modmuss50
2021-09-28Fix record signatures based on data provided by mappings. (#507)modmuss50
2021-09-18Fixes merging of mappings for cases like: class_1234 is mapped, but class_123...shartte
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-09-14Access Widener 2.0 with support for Transitive Access Wideners (#484)shartte
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-08-31Make --refresh-dependencies work by creating the directory after clearing it ...shedaniel
2021-08-22update mapping-io, fix #473 (#474)Logic
2021-08-13File Structure Changes (#462)shedaniel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-21Revert "Fix MojangMappingsSpec having the same hash version for each mc versi...modmuss50
2021-07-21Fix MojangMappingsSpec having the same hash version for each mc version.modmuss50
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-06-20Fix typo "officalMojangMappings" (#420)shedaniel
2021-06-14Basic layered mappings with @ParchmentMC support (#413)modmuss50
2021-05-13General cleanup by making use of java 16 features (#397)modmuss50
2021-03-25Constant unpicking (#328)modmuss50
2021-03-04Minor cleanup/optimisations to downloading, should help a little bit more wit...modmuss50
2021-02-12Rewrite minecraft game data handling.modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-01-19Centralise refreshDeps variable.modmuss50
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50