Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-13 | Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9 | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-07-13 | Fix AW field remapping (#434) | Juuxel | |
* Fix AW field remapping * Fix by updating TR instead * Fix checkstyle so that tests run | |||
2021-07-13 | Improve some bad stack traces. | modmuss50 | |
Idk why this happens. | |||
2021-07-10 | Fix local file mod dependencies (#430) | Juuxel | |
* ModProcessor: Add more descriptive error TR output error message * Fix flatDir/files/fileTree mod dependencies * Add clarifying comment * Use hash as a placeholder version * ProjectTestTrait: Copy instead of reading and writing text This allows having jars and other binary data in tests. * Add integration test for local file dependencies * Use File.bytes instead of Files.copy * Use truncated SHA256 instead of murmur3 | |||
2021-07-10 | Use spotless for header validation, years have been back-filled from git history | modmuss50 | |
2021-07-11 | Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9 | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> # Conflicts: # build.gradle # src/main/java/net/fabricmc/loom/util/SourceRemapper.java | |||
2021-07-05 | Fix yet another gradle deprecation, expand tests to cover it | modmuss50 | |
2021-07-04 | Fix build... | modmuss50 | |
2021-07-04 | Use a detached configuration to add jetbrains annotations to the source ↵ | modmuss50 | |
remapper classpath. | |||
2021-06-30 | Allow specifying multiple accesstransformers | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-30 | Allow accessTransformer to be configured | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-30 | Use configurations to resolve special source | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-29 | Silence the AT tool properly | Juuxel | |
2021-06-29 | Simplify patch version checks | Juuxel | |
2021-06-29 | Clean up manifest handling by not copying the vanilla ones | Juuxel | |
2021-06-29 | Fix "merging" the jar twice | Juuxel | |
2021-06-29 | Remove unused import | Juuxel | |
2021-06-29 | Merge remote-tracking branch 'upstream/dev/0.9' into arch-prs/at-refactor | Juuxel | |
# Conflicts: # build.gradle # src/main/java/net/fabricmc/loom/configuration/providers/forge/MinecraftPatchedProvider.java # src/main/java/net/fabricmc/loom/util/Constants.java | |||
2021-06-29 | Implement "Loom-Patch-Version" | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-29 | Fix the previous | Juuxel | |
2021-06-29 | Ignore Forge name mapping service provider | Juuxel | |
2021-06-28 | net.fabricmc.loom.inject -> dev.architectury.loom.forgeruntime | Juuxel | |
2021-06-28 | Separate Forge runtime into its own subproject | Juuxel | |
2021-06-25 | Fix mergeAndSaveMappings logic | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-20 | Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9 | shedaniel | |
# Conflicts: # src/main/java/net/fabricmc/loom/configuration/providers/mappings/LayeredMappingSpecBuilder.java | |||
2021-06-20 | Fix typo "officalMojangMappings" (#420) | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-20 | Add crane support | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-20 | Make mojang mappings stable by implementing a custom license supplier | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-20 | Readd silenceLicense | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-19 | Merge remote-tracking branch 'architectury/dev/arr2' into dev/0.9 | shedaniel | |
2021-06-18 | Reapply some patches | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-17 | Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9 | shedaniel | |
# Conflicts: # build.gradle # src/main/java/net/fabricmc/loom/LoomGradleExtension.java # src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java # src/main/java/net/fabricmc/loom/configuration/providers/MinecraftProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingsProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/mappings/MojangMappingsDependency.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/MinecraftMappedProvider.java # src/main/java/net/fabricmc/loom/task/GenerateSourcesTask.java # src/main/java/net/fabricmc/loom/util/SourceRemapper.java | |||
2021-06-17 | Merge branch 'dev/0.8' into dev/0.9 | shedaniel | |
2021-06-14 | Basic layered mappings with @ParchmentMC support (#413) | modmuss50 | |
2021-06-14 | Try switching to a regex and exclude in the repo that loom adds | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-14 | Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9 | shedaniel | |
# Conflicts: # .github/workflows/test-push.yml # build.gradle # src/main/java/net/fabricmc/loom/configuration/RemapConfiguration.java | |||
2021-06-13 | Use tabs for indentation in the Fernflower decompiler (#383) | haykam821 | |
Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||
2021-06-13 | Fix new gradle 8.0 deprecation added in 7.2 (#416) | modmuss50 | |
* Fix new gradle 8.0 deprecation added in 7.2 * Handle bootstrap tests a bit better * Fix 0.9 wrapper tests | |||
2021-06-13 | Always fork the java compiler | modmuss50 | |
2021-06-13 | Name mappings, so I can work with multiple Minecraft versions at the same ↵ | KosmX | |
time (#26) * Name mappings, so I can work with multiple Minecraft versions at the same time * Update MojangMappingsDependency.java * Update MojangMappingsDependency.java Co-authored-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-06 | Use a better structure for the mappings folder | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-05 | Detect tsrg2 | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-06-03 | Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8 | shedaniel | |
2021-06-01 | Fix MergedNestedJarProvider not calling the child's prepare | modmuss50 | |
2021-05-31 | whatever I did yesterday | Juuz | |
2021-05-30 | Reorder MinecraftPatchedProvider pipeline | Juuz | |
The merging was moved before the AT to reduce ATing and remapping. | |||
2021-05-30 | Migrate ATs to JavaExec and make them quiet | Juuz | |
2021-05-30 | Reinitiate the forge repo | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-05-30 | Update tiny-remapper to 1.1.0 | shedaniel | |
Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
2021-05-30 | Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8 | shedaniel | |
# Conflicts: # .github/workflows/test-push.yml # build.gradle # settings.gradle # src/test/groovy/net/fabricmc/loom/test/integration/dependencyResolutionManagement.groovy |