aboutsummaryrefslogtreecommitdiff
path: root/src/main/java
AgeCommit message (Expand)Author
2021-09-28Add -Dloom.refresh=true option (#508)shedaniel
2021-09-28Fix record signatures based on data provided by mappings. (#507)modmuss50
2021-09-22Support a wider range of parameters in FileSpec (#502)Juuxel
2021-09-22Use better gradle conventions, and fix #311 (#503)shedaniel
2021-09-20Enable legacy mixin ap by default (#501)modmuss50
2021-09-20Dont add loom to compileOnly config.modmuss50
2021-09-19Rebuild record components from field names, improves decompile (#497)modmuss50
2021-09-18Fixes merging of mappings for cases like: class_1234 is mapped, but class_123...shartte
2021-09-16Update tiny remapper, register the new LV pattern as invalid with TR.modmuss50
2021-09-16Fix line number remapping not copying all class files. Fixes a runtime crash.modmuss50
2021-09-16Migrate fully to mapping-io + Add comments about transitive access widners to...modmuss50
2021-09-14Access Widener 2.0 with support for Transitive Access Wideners (#484)shartte
2021-09-13Expose layered mappings as an API (#490)modmuss50
2021-09-12Remove unused Constants.SOFTWARE_COMPONENT_NAME (#493)Juuxel
2021-09-10Add loom.modVersion to read the version from the fabric.mod.json file. (#489)modmuss50
2021-09-07Update dependenciesmodmuss50
2021-09-07Disable ANSI when gradle's --console plain arg is used Fixes #486modmuss50
2021-09-07Update checkstyle to prevent using var expect for new instance creation.modmuss50
2021-09-07Use tiny-remapper to remap mixin annotation. (#441)Logic
2021-09-05Add option to disable deprecated POM generation and the warnings together wit...Juuxel
2021-09-05Fix crash when "sourcesElements" is not presentmodmuss50
2021-09-05Update MCE and test depsmodmuss50
2021-09-05Fix the java software component not working with Loom and fix #200 (#460)Juuxel
2021-09-02Revert "Make SourceRemapper threaded (#446)"modmuss50
2021-08-31Make --refresh-dependencies work by creating the directory after clearing it ...shedaniel
2021-08-31Refactor and improve tests (#466)modmuss50
2021-08-26Fix compile for b320c4199a3aae41a83d5c336d45ecaac0499c36 (#480)shedaniel
2021-08-22Allow developer set the site where to download game resource.(0.9 branch) (#442)hanbings
2021-08-22update mapping-io, fix #473 (#474)Logic
2021-08-13File Structure Changes (#462)shedaniel
2021-07-31Add modCompileOnlyApi, modRuntimeOnly; deprecate modRuntime (#458)Juuxel
2021-07-31Make RemapSourcesJarTask use properties (#459)Juuxel
2021-07-31Remove the Cache class in the LoomRepositoryPlugin, use LoomFiles instead. (#...Logic
2021-07-31Remove the ShowCodeDetailsInExceptionMessages jvm arg, I didn't realise it wa...modmuss50
2021-07-28Revert: "Always fork the java compiler" Fixes #453modmuss50
2021-07-28fix #448 (#451)Logic
2021-07-27Fix NPE when in a mod loader dev envmodmuss50
2021-07-26Expose 'loom' extension as the API, deprecate 'minecraft' extension (#449)Juuxel
2021-07-26Use Property in LoomGradleExtension & Move task groups to constants (#445)shedaniel
2021-07-26Fix loom.accessWidener being a read-only property in Kotlin (#447)Juuxel
2021-07-25Make SourceRemapper threaded (#446)modmuss50
2021-07-23Use jar processor ids to fix #432 (#444)Juuxel
2021-07-23Ensure files are closed and outputs cleaned up when remapping.modmuss50
2021-07-21Revert "Fix MojangMappingsSpec having the same hash version for each mc versi...modmuss50
2021-07-21Fix MojangMappingsSpec having the same hash version for each mc version.modmuss50
2021-07-18Better Mixin AP configuration (#423)LogicFan
2021-07-16Fix fabricApi.module does not respecting offline mode. Closes #412modmuss50
2021-07-16Fallback to fabric's experimental version manifest for versions that are not ...modmuss50
2021-07-16Actually handle gzip encoded connections when downloading.modmuss50
2021-07-16Add back customManifest apimodmuss50