| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-05 | Update tiny remapper | shedaniel | |
| 2021-03-01 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| 2021-02-27 | Fix inherit not copying `ideConfigGenerated` | modmuss50 | |
| 2021-02-27 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/LoomGradleExtension.java | |||
| 2021-02-26 | Add log4jConfigs to Loom extension (#356) | Shadowfacts | |
| Allows mod build scripts to specify custom Log4j config files that will be combined together when running Minecraft in the dev-env. For example: loom { log4jConfigs.from "MyCustomConfig.xml" } See: https://logging.apache.org/log4j/2.x/manual/configuration.html#CompositeConfiguration | |||
| 2021-02-22 | Add way to add new launch arguments, because this can change without ↵ | shedaniel | |
| regenerating the run configs. | |||
| 2021-02-21 | Add debug logging to publication modification, remove log spam in asset ↵ | shedaniel | |
| downloading. | |||
| 2021-02-20 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| # Conflicts: # .github/workflows/test-push.yml # build.gradle # src/main/java/net/fabricmc/loom/util/Constants.java | |||
| 2021-02-14 | Add loom dev deps to runtimeClasspath instead of runtimeOnly | modmuss50 | |
| 2021-02-14 | Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again. | modmuss50 | |
| 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-13 | Disable log4j jansi support when compiling, removes a warning about it. | modmuss50 | |
| 2021-02-13 | Add dev runtime dependencies to runtimeClasspath instead of runtimeOnly (#350) | Juuxel | |
| This stops them from incorrectly showing up in Gradle module metadata when a software component is used. | |||
| 2021-02-12 | RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal ↵ | Juuxel | |
| getter/setter (#349) | |||
| 2021-02-12 | Rewrite minecraft game data handling. | modmuss50 | |
| Much faster asset and native validation logic. Simplfied game metadata model. | |||
| 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 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/assets/MinecraftAssetsProvider.java | |||
| 2021-02-09 | Allow post configuring run configs | shedaniel | |
| 2021-02-03 | Fix CME, Closes #345 | modmuss50 | |
| 2021-02-03 | Merge remote-tracking branch 'FabricMC/dev/0.6' into 0.6-merge | shedaniel | |
| 2021-02-03 | Create the data run | shedaniel | |
| 2021-02-03 | Still takes about a minute to download all the assets, should be much better ↵ | shedaniel | |
| than 5 minutes. | |||
| 2021-02-02 | Generate fabric.mod.json for included submodule jars (#343) | Jason | |
| * Generate fabric.mod.json for included submodule jars * Appease checkstyle | |||
| 2021-02-02 | Merge remote-tracking branch 'FabricMC/dev/0.6' into 0.6-merge | shedaniel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.java # src/main/java/net/fabricmc/loom/configuration/ide/RunConfigSettings.java # src/main/java/net/fabricmc/loom/task/LoomTasks.java | |||
| 2021-02-02 | Merge branch 'dev/0.6-forge' into 0.6-merge | shedaniel | |
| # Conflicts: # src/main/java/net/fabricmc/loom/util/SourceRemapper.java | |||
| 2021-02-02 | Fix source remapping for dependencies as well. | shedaniel | |
| 2021-02-02 | Fix remap forge source jar to srg | shedaniel | |
| 2021-02-02 | Fix remap forge source jar to srg | shedaniel | |
| 2021-02-02 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
| 2021-01-31 | Rename mode -> environment + Hopefully fix a regression with the run tasks | modmuss50 | |
| 2021-01-30 | Add MCP docs support and param names | shedaniel | |
| 2021-01-30 | Merge remote-tracking branch 'architectury/dev/0.6-forge' into dev/0.6-forge | shedaniel | |
| 2021-01-30 | Primitive MCP Support! | 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-30 | Append platform suffix again | shedaniel | |
| 2021-01-29 | Cache the checksum of asset index files. (#335) | shedaniel | |
| * Cache the checksum of asset index files. * Resolve reviews | |||
| 2021-01-29 | Data Generator for Forge | shedaniel | |
| 2021-01-28 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6 | modmuss50 | |
| 2021-01-28 | Dont add the mojang maven repo twice. | modmuss50 | |
| Might speed some things up as well due to ordering | |||
| 2021-01-26 | Set classpath before compileJava task (#330) (#333) | Bytzo | |
| 2021-01-26 | Don't add tasks before run to idea anymore for arch | shedaniel | |
| 2021-01-24 | Use the given manifest version hash if possible (#337) | Chocohead | |
| 2021-01-24 | fix mixinConfig | shedaniel | |
| 2021-01-24 | Deprecate mixinConfig in favor of mixinConfig method to add to the list | shedaniel | |
