aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/configuration
AgeCommit message (Expand)Author
2021-11-25More improvements/fixes to shared caches maven publications + test improvements.modmuss50
2021-11-23Fix gradle module metadatas not including api deps in runtimeElements (#540)Juuxel
2021-11-20Add an option (enabled by default) to map synthetic field and method names fr...modmuss50
2021-11-17Fix access widener file hashcode calculation breaking caching.modmuss50
2021-11-15Add getBaseMappedJar to make it easier to get the pre-transformed game jar.modmuss50
2021-11-12Fix `namedElements` not extending from api (#533)modmuss50
2021-11-11Fix for 1.18-pre1 server bundler.modmuss50
2021-11-10Reduce log level of "Using project based jar storage".modmuss50
2021-11-10Ensure that the encoding is set to UTF-8modmuss50
2021-11-09Fix unobfuscated names not having params or docs. (#532)modmuss50
2021-10-29Add localRuntime and modLocalRuntime configurations (#526)Juuxel
2021-10-29Add dev config with default jar task on it, to aid with depending on … (#525)modmuss50
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-25Ensure path exists when loading transitive access wideners.modmuss50
2021-10-25Alter TransitiveAccessWidenerJarProcessor to use the same logic used in ModCo...modmuss50
2021-10-24Improve run config argument handling, should work with spaces a bit better. (...modmuss50
2021-10-24Enable META-INF fixer when remapping mods.modmuss50
2021-10-23Add AccessWidenerValidator (#518)modmuss50
2021-10-16Fix mappings not begin on test runtime classpath.modmuss50
2021-10-12Don't allow none reproducible dependencies in layered mappings as it breaks t...modmuss50
2021-10-12Fix mod* configurations not being on the test compile/runtime configuration. ...modmuss50
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-10-04Use conventions in RemapConfiguration to avoid need for afterEvaluate. (#514)NinjaPhenix
2021-09-30Make Run Config run dir relative to the project and not the root project. Mov...modmuss50
2021-09-29Fix crash in JarProcessorManager when the input jar does not have a manifest.modmuss50
2021-09-29Support 21w39amodmuss50
2021-09-28Improve error handling around dep remapping.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-22Use better gradle conventions, and fix #311 (#503)shedaniel
2021-09-20Dont add loom to compileOnly config.modmuss50
2021-09-19Rebuild record components from field names, improves decompile (#497)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-10Add loom.modVersion to read the version from the fabric.mod.json file. (#489)modmuss50
2021-09-07Disable ANSI when gradle's --console plain arg is used Fixes #486modmuss50
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-09-07Use tiny-remapper to remap mixin annotation. (#441)Logic
2021-09-05Add option to disable deprecated POM generation and the warnings together wit...Juuxel
2021-09-05Fix crash when "sourcesElements" is not presentmodmuss50
2021-09-05Fix the java software component not working with Loom and fix #200 (#460)Juuxel
2021-09-02Revert "Make SourceRemapper threaded (#446)"modmuss50
2021-08-31Make --refresh-dependencies work by creating the directory after clearing it ...shedaniel
2021-08-31Refactor and improve tests (#466)modmuss50
2021-08-22Allow developer set the site where to download game resource.(0.9 branch) (#442)hanbings
2021-08-22update mapping-io, fix #473 (#474)Logic
2021-08-13File Structure Changes (#462)shedaniel
2021-07-31Add modCompileOnlyApi, modRuntimeOnly; deprecate modRuntime (#458)Juuxel