aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc
AgeCommit message (Expand)Author
2021-12-11Add forgeRuntimeLibrary configuration + some clean up (#64)Juuxel
2021-12-08Patch ModDependencyInfo for fabric.mod.json checkshedaniel
2021-12-08Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-12-08Move architectury.common.json check behind fabric.mod.jsonshedaniel
2021-12-05Allow transitive access wideners to be declared through architectury.common.jsonshedaniel
2021-12-05Juuzify ArchitecturyLoomDecompiler (#60)Juuxel
2021-12-04Add architectury decompiler (#59)shedaniel
2021-12-02Validate remapped mods also have a remapped access widener. (#549)modmuss50
2021-12-02Don't print unstable loom warningshedaniel
2021-12-02Fix support for Forge 1.18shedaniel
2021-11-29Fix merge conflictsshedaniel
2021-11-29Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-26Fix crash on Java 18 due to unpick using an outdated asm version.modmuss50
2021-11-25Fix duplicate comments about transitive access wideners. Fixes #544modmuss50
2021-11-25More improvements/fixes to shared caches maven publications + test improvements.modmuss50
2021-11-23Fix gradle module metadatas not including api deps in runtimeElements (#540)Juuxel
2021-11-20Add an option (enabled by default) to map synthetic field and method names fr...modmuss50
2021-11-18Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-17Fix access widener file hashcode calculation breaking caching.modmuss50
2021-11-15Add getBaseMappedJar to make it easier to get the pre-transformed game jar.modmuss50
2021-11-14Revert "Fix unobfuscated names not having params or docs. (#532)"shedaniel
2021-11-13Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-12Fix `namedElements` not extending from api (#533)modmuss50
2021-11-11Fix for 1.18-pre1 server bundler.modmuss50
2021-11-10Reduce log level of "Using project based jar storage".modmuss50
2021-11-10Ensure that the encoding is set to UTF-8modmuss50
2021-11-09Fix unobfuscated names not having params or docs. (#532)modmuss50
2021-11-06Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-11-01Fix missing blank line between javadoc and paramsmodmuss50
2021-11-01Allow to set custom intermediary url again (#528)Cat Core
2021-11-01Make CFR the default decompiler (#527)modmuss50
2021-10-30Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-29Add localRuntime and modLocalRuntime configurations (#526)Juuxel
2021-10-29Add dev config with default jar task on it, to aid with depending on … (#525)modmuss50
2021-10-28Fix misleading error message when decompiling fails.modmuss50
2021-10-28Fix Gradle 8 deprecationshedaniel
2021-10-27Forgot to commit fix merge conflictsshedaniel
2021-10-26Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0shedaniel
2021-10-26Use NIO instead of ZipUtil (#513)shedaniel
2021-10-25Ensure path exists when loading transitive access wideners.modmuss50
2021-10-25Alter TransitiveAccessWidenerJarProcessor to use the same logic used in ModCo...modmuss50
2021-10-24Improve run config argument handling, should work with spaces a bit better. (...modmuss50
2021-10-24Enable META-INF fixer when remapping mods.modmuss50
2021-10-23Add AccessWidenerValidator (#518)modmuss50
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-13Fix -dev-dev in maven publicationsshedaniel