aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/providers
AgeCommit message (Expand)Author
2020-07-30MappingsProvider: Add mapping file augmented with SRG when Forge support is e...Juuxel
2020-07-30Make all custom functional interfaces to util.functionJuuxel
2020-07-30Clean up FsPathConsumerJuuxel
2020-07-30Start adding a way to disable Forge processingJuuxel
2020-07-28Revert "Try using SpecialSource directly instead of going through ForgeGradle"Juuxel
2020-07-28Try using SpecialSource directly instead of going through ForgeGradleJuuxel
2020-07-27Force project-based file storageJuuxel
2020-07-27Add Forge dependencies to projectsJuuxel
2020-07-27Inject Forge earlier to remap its SRG names to YarnJuuxel
2020-07-27Add non-patched and Forge classes to the game jarJuuxel
2020-07-27Switch back to AtlasJuuxel
2020-07-27brokenJuuxel
2020-07-27Fix dumb bug with MinecraftProvider.copyNonClassFilesJuuxel
2020-07-27ThingsJuuxel
2020-07-27Revert "Use TR instead of Atlas for simple resource bundling and lambdas"Juuxel
2020-07-27Use TR instead of Atlas for simple resource bundling and lambdasJuuxel
2020-07-27It "works" now, though resources are goneJuuxel
2020-07-27Use ForgeGradle for producing SRG jars for patchingJuuxel
2020-07-27Some Forge stuffJuuxel
2020-07-26General cleanupReece Dunham
2020-07-26Merge branch 'shared_caches' into dev/0.5modmuss50
2020-07-26Improve error handling in the case mappings or minecraft dependency was not p...Fudge
2020-07-26Use jetbrains annotations by default. (#240)modmuss50
2020-06-27First pass on "shareCaches".modmuss50
2020-06-23Rengenerate and download all files with --refresh-dependencies (#227)modmuss50
2020-06-02Fix #177modmuss50
2020-05-27Fix building on newer java versionsmodmuss50
2020-05-13Improve setup speed. (#208)modmuss50
2020-05-11Add a check to ensure the correct mc version is being used with the correct y...modmuss50
2020-04-27Some trivial performance improvementsmodmuss50
2020-04-05Cleanup potentially corrupt files on mappings errormodmuss50
2020-04-04Use a custom dev time log4j config. Enables color output and improves overall...modmuss50
2020-03-26Add a basic way to specify custom intermediary URLs, ideally this would use m...modmuss50
2020-03-060.2.7 refactors (#178)modmuss50
2020-02-05Fix not always downloading version_manifest.json, can lead to missing versionsmodmuss50
2020-01-29Multithreaded asset downloading, should be a lot quicker (#175)modmuss50
2019-11-15Improve support for custom self-resolving mappings (#145)liach
2019-11-11Use Dev Launch Injector to ensure that the launch options are always kept upt...modmuss50
2019-11-09Support using TinyV2 mappings (#132)Fudge
2019-11-02Reformat to use Fabric API's checkstyle (#137)modmuss50
2019-10-22Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134modmuss50
2019-08-15Add a quick way to specify custom minecraft manifest urlsmodmuss50
2019-07-24remove debug codeasie
2019-07-24caching/performance improvementsasie
2019-05-27use mappings name in MinecraftMappedProviderasie
2019-05-17fix DownloadUtil not downloading file if ETag present, but file is notAdrian Siekierka
2019-05-10updateMappings -> migrateMappings, new featuresasie
2019-05-01Avoid trying to download things offline (#87)Chocohead
2019-04-24cease loading the same mappings file a million timesAdrian Siekierka
2019-04-22make modCompile() transitiveAdrian Siekierka