Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-11-15 | Configure build task dependencies as each subproject comes up. (#299) | Kitlith | |
2020-11-15 | Use Mercury 0.1.0-rc1 (#301) | Jamie Mansfield | |
2020-11-07 | eclipse: Fix run configuration generation (#285) | zml | |
Fixes #283 | |||
2020-10-28 | Remove debug log out | modmuss50 | |
2020-10-21 | Dont throw when annotationDependency is not resloved. | modmuss50 | |
2020-10-21 | Ugly fix to mercury classpath not having jetbrains annotations | modmuss50 | |
2020-10-21 | Potentially fix memory leak with the mixin AP | modmuss50 | |
2020-10-12 | Revert "Ugly fix to mercury classpath not having jetbrains annotations" | modmuss50 | |
This reverts commit 33fdd9ff | |||
2020-10-10 | Ugly fix to mercury classpath not having jetbrains annotations | modmuss50 | |
2020-10-08 | Mark auto-generated mods with a custom value (#271) | Hephaestus-Dev | |
* Make the barebones `fabric.mod.json` generated for non-mod dependencies an API for ModMenu purposes to prevent large mods with many dependencies from cluttering the menu. * Changed from providing `modmenu:api` to `fabric-loom:generated` to be agnostic about third party mod usage. | |||
2020-09-26 | Export rumtime remap classpath to DLI (#277) | modmuss50 | |
* Export rumtime remap classpath for https://github.com/FabricMC/fabric-loader/pull/241 * Fix bad merge | |||
2020-09-21 | Split out some constants (#267) | i509VCB | |
This pull request also reorganizes parts of the constants class into categories. | |||
2020-09-19 | Fix nested jar stripping not working reliability | modmuss50 | |
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-09-04 | Fix to #265 | modmuss50 | |
Slightly ugly but works | |||
2020-08-26 | Fix and improve error handling around access widener remapping with shared ↵ | modmuss50 | |
caches | |||
2020-08-26 | Include exclusions in the poms generated for mods (#262) | zml | |
2020-08-26 | Fix non-mod project dependencies (#263) | zml | |
This resolves issues in ex. a composite build | |||
2020-08-26 | Update MCE | modmuss50 | |
2020-08-26 | Tweak tests | modmuss50 | |
2020-08-26 | Fix v2 mappings dir | modmuss50 | |
2020-08-26 | Fix or fail fast on null minecraft version. Add back the old check for ↵ | modmuss50 | |
mirgate mappings | |||
2020-08-26 | Fixes for Mojang mappings handling (#264) | zml | |
* Only resolve SelfResolvingDependencies once * mojmap: Improve styling, move to a better group + artifact id | |||
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-26 | Fix genSources on sub projects | modmuss50 | |
2020-07-26 | General cleanup | Reece Dunham | |
2020-07-26 | Post merge checkstyle | modmuss50 | |
2020-07-26 | Merge branch 'shared_caches' into dev/0.5 | modmuss50 | |
# Conflicts: # src/main/java/net/fabricmc/loom/AbstractPlugin.java | |||
2020-07-26 | Add Experimental CFR support. Line numbers and comments are not currently ↵ | modmuss50 | |
supported. | |||
2020-07-26 | Deprecate using `minecraft` as the gradle extension name in place of `loom`. ↵ | modmuss50 | |
Both will work for now. | |||
2020-07-26 | Fix issue #243 by using ResolvedConfiguration and ResolvedDependency. (#244) | Jaideep Singh Heer | |
* Fix issue #243 by using ResolvedConfiguration and ResolvedDependency. * Fix AvoidStarImport build error. | |||
2020-07-26 | Allow IDEA run configs to be generated for non-root projects (#236) | Jonas Herzig | |
2020-07-26 | Improve error handling in the case mappings or minecraft dependency was not ↵ | Fudge | |
provided #238) | |||
2020-07-26 | Use jetbrains annotations by default. (#240) | modmuss50 | |
Minecraft is also remapped to use them. Any use of jsr should be removed. | |||
2020-07-16 | Match Mercury sourceCompatibility with Gradle (#224) | Jamie Mansfield | |
* Match Mercury sourceCompatibility with Gradle * Fix checkstyle | |||
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-28 | Remove get/setDirection | modmuss50 | |
2020-06-28 | checkstyle | modmuss50 | |
2020-06-28 | small cleanup | modmuss50 | |
2020-06-27 | Fix build? | modmuss50 | |
2020-06-27 | First pass on "shareCaches". | modmuss50 | |
2020-06-23 | Rengenerate and download all files with --refresh-dependencies (#227) | modmuss50 | |
* Re generate all files with --refresh-dependencies * Always re-process jar processors * Update mixin compile extensions | |||
2020-06-21 | Update mixin compile extensions | modmuss50 | |
2020-06-19 | Fix test sourceset not having minecraft | modmuss50 | |