788df9cfc7migrate RemapJarTask and RemapSourcesJarTask over to getters/setters for fields; make RemapJarTask use input and output locations instead of in-place renaming fluff
asie
2019-05-11 00:53:50 +0200
1c56fb2edaupdateMappings -> migrateMappings, new features
asie
2019-05-10 13:55:17 +0200
eff108344frefactor genSources into multiple reusable tasks
asie
2019-05-10 11:48:07 +0200
7e59a90463Fix remap jar not always running on subsequent builds
modmuss50
2019-05-06 11:34:45 +0100
1dd8e47122Avoid trying to download things offline (#87)
Chocohead
2019-05-01 20:30:50 +0100
88796b3c0fmigrate away fabric-mixin-compile-extensions, fix root/sub project issues wrt mixin/loom presence hopefully once and for all
Adrian Siekierka
2019-04-30 00:43:26 +0200
17b8aa7a70fix#85, remove parts of deprecated code, update Mixin
Adrian Siekierka
2019-04-27 22:31:50 +0200
2b4d9fd3bceclipse wants run dir too (#84)
Dinolek
2019-04-27 19:45:07 +0200
f768f9316ecease loading the same mappings file a million times
Adrian Siekierka
2019-04-24 19:32:35 +0200
b5b3138e24fix line number remapping, add option to disable mixin refmap remapping (unnecessary in loader 0.4.0+, but needs testting)
Adrian Siekierka
2019-04-23 22:50:28 +0200
b4beaed968make modCompile() transitive
Adrian Siekierka
2019-04-22 13:41:16 +0200
b37079c931backport FernFlowerTask and relevant systems from 0.3
Adrian Siekierka
2019-04-22 13:37:14 +0200
3094d70731apply nested JAR dependencies to every remapJar task which nests
Adrian Siekierka
2019-04-22 01:25:03 +0200
7c25b0399cfix nestJar option default in RemapJar
Adrian Siekierka
2019-04-22 01:16:56 +0200
6a7a00c426add toggle to disable jar nesting in RemapJar tasks
Adrian Siekierka
2019-04-22 00:41:28 +0200
221fcf2f51migrate to try-with-resources
Adrian Siekierka
2019-04-22 00:39:09 +0200
253c2ed15esupport appending to existing <dependencies> keys in maven-publish hook; in came a buildscript uses .withXml, say
Adrian Siekierka
2019-04-21 23:50:28 +0200
add correct Maven dependencies to maven-publish mod POMs (#79)
Adrian Siekierka
2019-04-21 18:42:51 +0200
9a33598608remapped mods need to persist after a clean to allow "clean build" to work
asie
2019-04-21 14:39:51 +0200
07ab36a97dfix IDE generation file paths assuming CWD == project root, close#72
Adrian Siekierka
2019-04-21 11:48:00 +0200
bed0bba2daupdate tiny-remapper, Mixin
Adrian Siekierka
2019-04-21 11:37:16 +0200
bcae78333drewrite source remapper to use tiny-mappings-parser
Adrian Siekierka
2019-04-21 11:29:19 +0200
ab9d2d3fdastore mixin maps in per-project build caches, move root project build cache to build/loom-cache from .gradle/
Adrian Siekierka
2019-04-21 11:18:45 +0200
988c7e483dfix unnecessary pointless LoomFernflowerDecompiler warnings
Adrian Siekierka
2019-04-20 23:31:52 +0200
a97bb32210Download assets when idea is syncing a project
modmuss50
2019-04-20 19:11:39 +0100
085021dcbbupdate libraries; move asset downloading to task that does not run on every build, but only when it is required (runClient and IDEs)
Adrian Siekierka
2019-04-20 20:55:58 +0200
03fb478166Remap less (#77)
Chocohead
2019-04-20 18:47:32 +0100
2b85714448Very early source remapping
modmuss50
2018-12-18 22:36:22 +0000
79ec748a12parse fabric-installer.json for mod devenvs, add loaderLaunchMethod param for that purpose, tweak LineNumberAdjustmentVisitor
Adrian Siekierka
2018-12-22 10:31:10 +0100
1445b8240aupdate dependencies, remap LVTs when mapping JAR
asie
2018-12-20 12:32:02 +0100
4731589579Default idea's run config (when importing with idea's gradle tools) to use the _main module. Not a perfect fix but will now work with the default import settings.
modmuss50
2018-12-19 23:06:06 +0000
278c8d2401Add a way to disable IDE run config auto generation. (Only applys when importing with idea's gradle tools)
modmuss50
2018-12-19 23:05:19 +0000