| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-14 | Fix merge conflicts | shedaniel | |
| 2021-02-14 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | 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/processors/MinecraftProcessedProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/mappings/MappingsProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/MinecraftNativesProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/assets/MinecraftAssetsProvider.java # src/main/java/net/fabricmc/loom/task/GenVsCodeProjectTask.java # src/main/java/net/fabricmc/loom/util/SourceRemapper.java | |||
| 2021-02-11 | Generate IDE run configs on a per config basis. Allows for much finer grain ↵ | modmuss50 | |
| control over what run configs are generated. Defaults to generate all run configs on the root project. | |||
| 2021-02-11 | Revert previous change, somewhat. I didnt understand the issue correctly. | modmuss50 | |
| 2021-02-11 | Rename `runs` -> `runConfigs` | modmuss50 | |
| 2021-02-11 | Update MCE - Remove auto population of minVersion in mixins - Drop some log ↵ | modmuss50 | |
| levels. | |||
| 2021-02-09 | Allow post configuring run configs | shedaniel | |
| 2021-02-03 | Create the data run | shedaniel | |
| 2021-02-02 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| 2021-01-29 | Fixes refmap errors in sub-subprojects by replacing any subsequent : with a _. | NinjaPhenix | |
| 2021-01-30 | Mark `useFabricMixin = true` by default. | shedaniel | |
| 2021-01-29 | Improve run configs (#318) (#338) | modmuss50 | |
| Co-authored-by: ShadewRG <onankman@gmail.com> Co-authored-by: UndeadCat | Shadew <redgalaxysw@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> | |||
| 2021-01-29 | Data Generator for Forge | shedaniel | |
| 2021-01-24 | fix mixinConfig | shedaniel | |
| 2021-01-24 | Deprecate mixinConfig in favor of mixinConfig method to add to the list | shedaniel | |
| 2021-01-20 | Allow configuring additional local sourceSets. | shedaniel | |
| 2021-01-19 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/LoomGradleExtension.java | |||
| 2021-01-18 | 1 Infinite Loop | modmuss50 | |
| 2021-01-18 | Fix failed getMixinVersion resolution | shedaniel | |
| 2021-01-18 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| 2021-01-13 | Allow switching to fabric mixin in forge, allowing advanced refmap remapper, ↵ | shedaniel | |
| making yarn for forge working. | |||
| 2020-12-30 | Allow the generation of tiny mappings with srg without being in a forge ↵ | shedaniel | |
| environment | |||
| 2020-12-30 | Allow specifying multiple mixin configs for forge | shedaniel | |
| 2020-12-27 | Optimise loom configuration, saves 1.2 seconds in my testing. #319 | modmuss50 | |
| 2020-12-24 | General code cleanup (#313) | modmuss50 | |
| * First general cleanup pass * Review feedback * Fix build * Fix tests | |||
| 2020-12-08 | Option to disable mojmap warning + ways to add tasks to do before run. | shedaniel | |
| 2020-12-03 | Merge branch 'dev/0.5' into forge | Juuxel | |
| 2020-12-03 | Add Forge mixin support | Juuxel | |
| 2020-12-02 | Allow specifying natives directory with the `fabric.loom.natives.dir` gradle ↵ | modmuss50 | |
| property. Note this is designed to allow easy usage of custom natives, thus will not populate the directory with the default natives. | |||
| 2020-11-30 | Add fml.mcVersion and fml.forgeVersion to launch.cfg | Juuxel | |
| 2020-11-29 | Merge remote-tracking branch 'upstream/dev/0.5' into forge | Juuxel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/AbstractPlugin.java # src/main/java/net/fabricmc/loom/LoomGradleExtension.java # src/main/java/net/fabricmc/loom/providers/MappingsProvider.java # src/main/java/net/fabricmc/loom/task/RemapJarTask.java # src/main/java/net/fabricmc/loom/util/Constants.java | |||
| 2020-09-06 | Fix race condition with mixin's output mappings across source sets | modmuss50 | |
| 2020-09-04 | Fix mixin mapping being shared between all projects. | modmuss50 | |
| 2020-08-24 | Official Mojang Mappings support | modmuss50 | |
| # Please read and understand the EULA before using! Use in your build.gradle with the following: `mappings minecraft.officialMojangMappings()` To automatically migrate to Mojang mappings run the following: `gradlew.bat migrateMappings --mappings "net.mojang.minecraft:mappings:1.16.2"` Co-authored-by: Ramid Khan <ramidzkh@gmail.com> | |||
| 2020-08-24 | Allow adding additional jar processors (#247) | Fudge | |
| * processors * cleanup * oops * make changes * blargh | |||
| 2020-07-30 | Copy userdev 'inject' files into the game jar | Juuxel | |
| 2020-07-30 | Use Project.findProperty in LoomGradleExtension.isForge | Juuxel | |
| 2020-07-30 | Make all custom functional interfaces to util.function | Juuxel | |
| 2020-07-30 | Make LoomGradleExtension.isForge load from gradle.properties | Juuxel | |
| 2020-07-30 | Start adding a way to disable Forge processing | Juuxel | |
| 2020-07-27 | Force project-based file storage | Juuxel | |
| 2020-07-27 | Add non-patched and Forge classes to the game jar | Juuxel | |
| 2020-07-27 | Use ForgeGradle for producing SRG jars for patching | Juuxel | |
| 2020-07-27 | Some Forge stuff | Juuxel | |
| 2020-07-26 | General cleanup | Reece Dunham | |
| 2020-07-26 | Merge branch 'shared_caches' into dev/0.5 | modmuss50 | |
| # Conflicts: # src/main/java/net/fabricmc/loom/AbstractPlugin.java | |||
| 2020-07-26 | Allow IDEA run configs to be generated for non-root projects (#236) | Jonas Herzig | |
| 2020-06-29 | Supply the configuration to the run Exec directly (#232) | Octavia Togami | |
| * Supply the configuration to the run Exec directly This allows the implicit task dependencies from project() dependencies to flow into the run tasks. * Make unmappedMods a CFC to track task information Deprecates the old methods, and they should probably be removed with 0.5. | |||
| 2020-06-27 | First pass on "shareCaches". | modmuss50 | |
| 2020-06-01 | Allow specifying additional decompilers for generating sources (#213) | Fudge | |
| * decompilers * cleanup * oops * weird import * public * public 2 electric boogalo * move over fabric specific * ok * move to api package | |||
