Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-15 | Ensure outputs are reproducable across all OS's. (#363) | modmuss50 | |
2021-03-12 | Mod Remapping Refactor. (#362) | modmuss50 | |
Improved gradle 7 support General cleanup | |||
2021-03-06 | Try and fix fernflower forking for the final time. Hopefully helps with #355 | modmuss50 | |
2021-03-04 | Minor cleanup/optimisations to downloading, should help a little bit more ↵ | modmuss50 | |
with asset downloading. Closes #359 | |||
2021-03-03 | Fix custom sourceset not being correctly set for runconfig tasks (#357) | modmuss50 | |
2021-02-27 | Fix inherit not copying `ideConfigGenerated` | modmuss50 | |
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-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-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-03 | Fix CME, Closes #345 | modmuss50 | |
2021-02-02 | Generate fabric.mod.json for included submodule jars (#343) | Jason | |
* Generate fabric.mod.json for included submodule jars * Appease checkstyle | |||
2021-01-31 | Rename mode -> environment + Hopefully fix a regression with the run tasks | modmuss50 | |
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 | Cache the checksum of asset index files. (#335) | shedaniel | |
* Cache the checksum of asset index files. * Resolve reviews | |||
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-24 | Use the given manifest version hash if possible (#337) | Chocohead | |
2021-01-21 | Revert previous attempt at fixing genSources when loom is applied via buildSrc | modmuss50 | |
2021-01-21 | Improve error handling around access widener remapping. Closes #311 | modmuss50 | |
2021-01-21 | Another attempt at fixing issues with fernflower's classpath | modmuss50 | |
2021-01-21 | Apply all buildscript configurations across all parent projects to try and ↵ | modmuss50 | |
fix fernflower classpath issues again. If you have any better suggestions please let me know. | |||
2021-01-19 | Dont remap dependency sources when building on CI services. | modmuss50 | |
Use `-Dfabric.loom.ci=false` to force disable | |||
2021-01-19 | Centralise refreshDeps variable. | modmuss50 | |
Makes it easier to hack it to always enable for profiling. | |||
2021-01-18 | 1 Infinite Loop | modmuss50 | |
2021-01-17 | Gradle 7 (and hopefully 8) support (#332) | modmuss50 | |
* First pass on gradle 7 support * Fix Gradle 8 deprecation warnings * Add a deprecated compile constant | |||
2021-01-07 | Remove usage of internal kotlin class, should fix crash with kotlin 1.4. ↵ | modmuss50 | |
Closes #324 | |||
2020-12-30 | Cleanup output files when remap fails. Fixes #321 | modmuss50 | |
2020-12-30 | Fix classifier handling for remapped dependencies | modmuss50 | |
2020-12-27 | Optimise loom configuration, saves 1.2 seconds in my testing. #319 | modmuss50 | |
2020-12-26 | Remove jcenter as a default maven repo. This will make builds faster and ↵ | modmuss50 | |
more reliable. It is trivial to add back manually for projects that require it. Closes #314 | |||
2020-12-24 | General code cleanup (#313) | modmuss50 | |
* First general cleanup pass * Review feedback * Fix build * Fix tests | |||
2020-12-21 | Add ability to specify additional tiny remapper options in remapJar (#292) | i509VCB | |
* Add ability to specify additional tiny remapper options in remapJar * Imports go brr * Fix checkstyle Co-authored-by: modmuss50 <modmuss50@gmail.com> | |||
2020-12-21 | Allow setting the RemapJarTask classpath. Closes #307 | modmuss50 | |
2020-12-21 | Fix genSources not working when root project doesnt have loom applied#308. ↵ | solonovamax | |
(#309) loom now runs genSources on root project if the plugin exists in the root project, else it will build in the current project. Signed-off-by: solonovamax <solonovamax@12oclockpoint.com> | |||
2020-12-21 | Respect reproducibleFileOrder and preserveFileTimestamps (#304) | Cool_Mineman | |
* Respect reproducibleFileOrder and preserveFileTimestamps * Also Respect On Sources Jars * java 8 * checkstyle * Please Rerun Actions | |||
2020-12-21 | Add nogui to server program arguments (#310) | user11681 | |
Closes #276 | |||
2020-12-21 | Use launcher metadata manifest v2. Closes #290 | modmuss50 | |
2020-12-21 | Refactor and fix game/loader library handling (#298) | modmuss50 | |
Update fernflower | |||
2020-12-21 | Move remapped mods into a full local maven repo (#300) | modmuss50 | |
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-15 | Migrate to access-widener library (#294) | modmuss50 | |