aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/task
AgeCommit message (Expand)Author
2021-11-01Make CFR the default decompiler (#527)modmuss50
2021-10-28Fix misleading error message when decompiling fails.modmuss50
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-24Improve run config argument handling, should work with spaces a bit better. (...modmuss50
2021-10-23Add AccessWidenerValidator (#518)modmuss50
2021-10-20Forward stdin in AbstractRunTask. Fixes begin unable to run server commands.modmuss50
2021-10-15Ensure decompiler worker deamons are stopped after failure.modmuss50
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-09-30Make Run Config run dir relative to the project and not the root project. Mov...modmuss50
2021-09-22Use better gradle conventions, and fix #311 (#503)shedaniel
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-07Use tiny-remapper to remap mixin annotation. (#441)Logic
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-13File Structure Changes (#462)shedaniel
2021-07-31Make RemapSourcesJarTask use properties (#459)Juuxel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-25Make SourceRemapper threaded (#446)modmuss50
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-14Refactor LoomGradleExtension (#431)modmuss50
2021-07-13Add versions used to compile/build against to jar manifest (#428)modmuss50
2021-07-13Fix AW field remapping (#434)Juuxel
2021-07-13Improve some bad stack traces.modmuss50
2021-07-10Use spotless for header validation, years have been back-filled from git historymodmuss50
2021-07-05Fix yet another gradle deprecation, expand tests to cover itmodmuss50
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-04-04Update to Gradle 7 (#380)modmuss50
2021-03-25Constant unpicking (#328)modmuss50
2021-03-15Ensure outputs are reproducable across all OS's. (#363)modmuss50
2021-03-12Mod Remapping Refactor. (#362)modmuss50
2021-03-03Fix custom sourceset not being correctly set for runconfig tasks (#357)modmuss50
2021-02-12RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal getter/set...Juuxel
2021-02-12Rewrite minecraft game data handling.modmuss50
2021-02-11Generate IDE run configs on a per config basis. Allows for much finer grain c...modmuss50
2021-02-11Rename `runs` -> `runConfigs`modmuss50
2021-02-11Update MCE - Remove auto population of minVersion in mixins - Drop some log l...modmuss50
2021-01-31Rename mode -> environment + Hopefully fix a regression with the run tasksmodmuss50
2021-01-29Improve run configs (#318) (#338)modmuss50
2021-01-26Set classpath before compileJava task (#330) (#333)Bytzo
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-12-21Add ability to specify additional tiny remapper options in remapJar (#292)i509VCB
2020-12-21Allow setting the RemapJarTask classpath. Closes #307modmuss50
2020-12-21Respect reproducibleFileOrder and preserveFileTimestamps (#304)Cool_Mineman
2020-12-21Refactor and fix game/loader library handling (#298)modmuss50
2020-09-06Fix race condition with mixin's output mappings across source setsmodmuss50