aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/fabricmc/loom/LoomGradlePlugin.java
AgeCommit message (Expand)Author
2021-01-24Update fabric mixin, fix #3, reduce logger spamshedaniel
2020-12-27Optimise loom configuration, saves 1.2 seconds in my testing. #319modmuss50
2020-12-24General code cleanup (#313)modmuss50
2020-07-26Add Experimental CFR support. Line numbers and comments are not currently sup...modmuss50
2020-06-29Supply the configuration to the run Exec directly (#232)Octavia Togami
2020-06-01Allow specifying additional decompilers for generating sources (#213)Fudge
2020-06-01Add descriptions to all the tasks (#214)Reece Dunham
2020-05-14Move all Loom tasks to the "fabric" group (#199)Juuxel
2020-05-13Don't remapJar when running runClient or runServer (#207)Fudge
2020-04-26Eclipse project fixes (#192)immibis
2020-03-060.2.7 refactors (#178)modmuss50
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-02Fix genSources task not being in the fabric groupmodmuss50
2019-05-27Depend on assemble rather than buildNeeded (#94)SquidDev
2019-05-11migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fiel...asie
2019-05-10updateMappings -> migrateMappings, new featuresasie
2019-05-10add updateMappings taskasie
2019-05-10refactor genSources into multiple reusable tasksasie
2019-04-23fix line number remapping, add option to disable mixin refmap remapping (unne...Adrian Siekierka
2019-04-22backport FernFlowerTask and relevant systems from 0.3Adrian Siekierka
2019-04-20update libraries; move asset downloading to task that does not run on every b...Adrian Siekierka
2018-12-22add cleanLoomMappings, close #36Adrian Siekierka
2018-12-22build functional intermediary-mapped sources JARs; update StitchAdrian Siekierka
2018-12-22Very early source remappingmodmuss50
2018-12-12Auto generate eclipse launch filesmodmuss50
2018-12-09clean up Maven repositoriesasie
2018-12-08update Stitch, add CleanLoomBiariesasie
2018-12-01Added vscode task to generate launch.jsonmodmuss50
2018-11-30add sources generation, update guavaAdrian Siekierka
2018-11-21add field name population on mapping downloadasie
2018-11-06clean up RemapJar, add automatic mixin refmap name fill-inasie
2018-11-05New experimental way of remapping mods, this may not staymodmuss50
2018-11-04Change some stuff in hope that it helps thingsmodmuss50
2018-11-03Revert "Fix remapped mods not being resolved by the ide"modmuss50
2018-11-03Fix remapped mods not being resolved by the idemodmuss50
2018-11-01debloat, fix fabric-baseAdrian Siekierka
2018-10-29Added modCompile config to allow deps to be remappedmodmuss50
2018-10-27allow using either Enigma or Tiny for remapping JARAdrian Siekierka
2018-10-27add license headerAdrian Siekierka
2018-10-27Remove some mixin prebaker stuff we no longer needmodmuss50
2018-10-25More name updates, should help in a few placesmodmuss50
2018-10-22Revert to old namemodmuss50
2018-05-11Fix environment setupTheCodedOne
2018-05-11Rename to OpenGradleTheCodedOne
2017-05-11Update Gradle, Fix mappings not being extracted when using local mappings.modmuss50
2016-10-12Remove need to use genIdeaRuns, now just use the idea taskmodmuss50
2016-10-07Initial work on pre baking mixinsmodmuss50
2016-09-21Add runServer and runClient tasksmodmuss50
2016-09-20Added basic visual code support, run with vscode to generate workspacemodmuss50