aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-10-20Forward stdin in AbstractRunTask. Fixes begin unable to run server commands.modmuss50
2021-10-16Fix mappings not begin on test runtime classpath.modmuss50
2021-10-15Ensure decompiler worker deamons are stopped after failure.modmuss50
2021-10-14Fix null related issues in CFRObfuscationMappingmodmuss50
2021-10-14Update tiny-remapper and enable "inferNameFromSameLvIndex" to fix issues with...modmuss50
2021-10-12Don't allow none reproducible dependencies in layered mappings as it breaks t...modmuss50
2021-10-12Fix mod* configurations not being on the test compile/runtime configuration. ...modmuss50
2021-10-11Fix regression in TinyJavadocProvider (#516)Juuxel
2021-10-11Rewrite GenSources including full support for CFR. (#511)modmuss50
2021-10-09Run tests against Java 17 (#515)modmuss50
2021-10-04Use conventions in RemapConfiguration to avoid need for afterEvaluate. (#514)NinjaPhenix
2021-09-30Make Run Config run dir relative to the project and not the root project. Mov...modmuss50
2021-09-30Add very basic Migrate Mappings test, update lorenz-tiny to fix: https://gith...modmuss50
2021-09-29Fix crash in JarProcessorManager when the input jar does not have a manifest.modmuss50
2021-09-29Support 21w39amodmuss50
2021-09-28Improve error handling around dep remapping.modmuss50
2021-09-28Fix failure when running `dependencies` task when using layered mappings.modmuss50
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-17Update lorenz-tinymodmuss50
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-11Fix ParchmentMappingLayerTest test (#491)shedaniel
2021-09-10Add loom.modVersion to read the version from the fabric.mod.json file. (#489)modmuss50
2021-09-08Fix reproducible build test, a none legacy test for this should be added at a...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-07Fix fabric api build testmodmuss50
2021-09-05Add option to disable deprecated POM generation and the warnings together wit...Juuxel
2021-09-05Revert fabric api patch to fix deprecations, I believe loom is wrong.modmuss50
2021-09-05Fix crash when "sourcesElements" is not presentmodmuss50
2021-09-05Patch fabric api to fix loom deprecationsmodmuss50
2021-09-05Update MCE and test depsmodmuss50
2021-09-05Make parchment layer test also test the parameter after being reordered (#483)shedaniel
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