Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forge | shedaniel | |
# Conflicts: # .github/workflows/test-push.yml # build.gradle # src/main/java/net/fabricmc/loom/configuration/CompileConfiguration.java # src/main/java/net/fabricmc/loom/configuration/ide/RunConfig.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/minecraft/MinecraftMappedProvider.java # src/main/java/net/fabricmc/loom/configuration/providers/minecraft/assets/MinecraftAssetsProvider.java # src/main/java/net/fabricmc/loom/decompilers/fernflower/AbstractFernFlowerDecompiler.java # src/main/java/net/fabricmc/loom/decompilers/fernflower/ForkingJavaExec.java # src/main/java/net/fabricmc/loom/task/RemapJarTask.java # src/main/java/net/fabricmc/loom/util/GroovyXmlUtil.java # src/main/java/net/fabricmc/loom/util/HashedDownloadUtil.java # src/test/groovy/net/fabricmc/loom/BuildUtils.groovy | |||
2021-03-25 | Constant unpicking (#328) | modmuss50 | |
* Start adding constant unpicking * Update to use unpick cli * Fix build? * Fix? * Fix log spam when unpicking * Improve unpick tests | |||
2021-02-02 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | 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-26 | Don't add tasks before run to idea anymore for arch | shedaniel | |
2021-01-23 | That was the wrong indent | shedaniel | |
2021-01-23 | Silence ClassTransformer | shedaniel | |
2021-01-18 | Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge | shedaniel | |
2020-12-21 | Move remapped mods into a full local maven repo (#300) | modmuss50 | |
2020-12-08 | Option to disable mojmap warning + ways to add tasks to do before run. | shedaniel | |
2020-12-03 | Add environment variable support for idea run configs | Juuxel | |
2020-11-07 | eclipse: Fix run configuration generation (#285) | zml | |
Fixes #283 | |||
2020-07-26 | Allow IDEA run configs to be generated for non-root projects (#236) | Jonas Herzig | |
2020-04-04 | Small fixes to the log4j config file | modmuss50 | |
2020-04-04 | Use a custom dev time log4j config. Enables color output and improves ↵ | modmuss50 | |
overall logging. (#186) * Use a custom dev time log4j config. Enables color output and improves overall logging. Color output is not enabled by default for eclipse users * Use the run config to force enable ansi colors * Improve IDE detection | |||
2019-12-27 | Fix eclipse run config, Closes #111 | modmuss50 | |
2019-09-26 | Pass target project argument to ${project_loc} variable in generated Eclipse ↵ | Daomephsta | |
run configs (#133) | |||
2019-06-24 | Possible fix for intelij moudle not being selected in run configs | modmuss50 | |
2019-04-30 | migrate away fabric-mixin-compile-extensions, fix root/sub project issues ↵ | Adrian Siekierka | |
wrt mixin/loom presence hopefully once and for all | |||
2019-01-29 | Add working directory to Eclipse run config (#55) | Virtuoel | |
2018-12-19 | Default idea's run config (when importing with idea's gradle tools) to use ↵ | modmuss50 | |
the _main module. Not a perfect fix but will now work with the default import settings. | |||
2018-12-12 | Auto generate eclipse launch files | modmuss50 | |
2018-11-05 | use one asset directory | asie | |
2018-11-05 | Generate idea run configs for dir based projects | modmuss50 | |
2018-11-03 | add gradle plugin marker (#11) | NikkyAI | |
format build.gradle format do tabs | |||
2018-10-24 | ongoing de-OMLification | asie | |
2018-10-22 | Revert "Remove a bunch of stuff + update to support modlauncher" | modmuss50 | |
This reverts commit 6b59f9c | |||
2018-10-22 | Revert to old name | modmuss50 | |
2018-08-05 | Remove a bunch of stuff + update to support modlauncher | modmuss50 | |
2018-06-18 | Inital work on getting the prebaker to work, still very broken but things ↵ | modmuss50 | |
have worked | |||
2018-05-11 | Fix environment setup | TheCodedOne | |
2016-10-12 | add partially working mixin remap | asiekierka | |
2016-08-17 | Load project deps from within gradle, should allow moduals to be built | modmuss50 | |
2016-08-16 | Update Gradle wrapper to 3.0 (#2) | Jamie Mansfield | |
- Rename plugin to 'net.fabricmc.loom' from 'fabric-loom' - Add .gitattributes - Use the same .gitignore from fabric-base - Add license headers | |||
2016-08-16 | change plugin name | modmuss50 | |
2016-08-16 | Rename things | modmuss50 | |
2016-08-15 | recreate repo | asiekierka | |