Commit Graph

  • 788df9cfc7 migrate 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
  • 1c56fb2eda updateMappings -> migrateMappings, new features asie 2019-05-10 13:55:17 +0200
  • 64c21c01b8 add updateMappings task asie 2019-05-10 13:32:11 +0200
  • eff108344f refactor genSources into multiple reusable tasks asie 2019-05-10 11:48:07 +0200
  • 7e59a90463 Fix remap jar not always running on subsequent builds modmuss50 2019-05-06 11:34:45 +0100
  • 1dd8e47122 Avoid trying to download things offline (#87) Chocohead 2019-05-01 20:30:50 +0100
  • 88796b3c0f migrate 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
  • 17b8aa7a70 fix #85, remove parts of deprecated code, update Mixin Adrian Siekierka 2019-04-27 22:31:50 +0200
  • 2b4d9fd3bc eclipse wants run dir too (#84) Dinolek 2019-04-27 19:45:07 +0200
  • f768f9316e cease loading the same mappings file a million times Adrian Siekierka 2019-04-24 19:32:35 +0200
  • b5b3138e24 fix 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
  • b4beaed968 make modCompile() transitive Adrian Siekierka 2019-04-22 13:41:16 +0200
  • b37079c931 backport FernFlowerTask and relevant systems from 0.3 Adrian Siekierka 2019-04-22 13:37:14 +0200
  • 3094d70731 apply nested JAR dependencies to every remapJar task which nests Adrian Siekierka 2019-04-22 01:25:03 +0200
  • 7c25b0399c fix nestJar option default in RemapJar Adrian Siekierka 2019-04-22 01:16:56 +0200
  • 6a7a00c426 add toggle to disable jar nesting in RemapJar tasks Adrian Siekierka 2019-04-22 00:41:28 +0200
  • 221fcf2f51 migrate to try-with-resources Adrian Siekierka 2019-04-22 00:39:09 +0200
  • 253c2ed15e support 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
  • dc69315715
    add correct Maven dependencies to maven-publish mod POMs (#79) Adrian Siekierka 2019-04-21 18:42:51 +0200
  • 9a33598608 remapped mods need to persist after a clean to allow "clean build" to work asie 2019-04-21 14:39:51 +0200
  • 07ab36a97d fix IDE generation file paths assuming CWD == project root, close #72 Adrian Siekierka 2019-04-21 11:48:00 +0200
  • bed0bba2da update tiny-remapper, Mixin Adrian Siekierka 2019-04-21 11:37:16 +0200
  • bcae78333d rewrite source remapper to use tiny-mappings-parser Adrian Siekierka 2019-04-21 11:29:19 +0200
  • ab9d2d3fda store 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
  • 988c7e483d fix unnecessary pointless LoomFernflowerDecompiler warnings Adrian Siekierka 2019-04-20 23:31:52 +0200
  • a97bb32210 Download assets when idea is syncing a project modmuss50 2019-04-20 19:11:39 +0100
  • 085021dcbb update 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
  • 03fb478166 Remap less (#77) Chocohead 2019-04-20 18:47:32 +0100
  • 86ae0146d9 fix license check asie 2019-04-19 21:56:58 +0200
  • a55ebd4e31 Download less each run (#73) Chocohead 2019-04-19 19:15:48 +0100
  • e72ccc104c Enhance support for file modCompiles (#74) Chocohead 2019-04-19 19:14:58 +0100
  • e49af8ac39 Fix crash when parent project does not have loom modmuss50 2019-04-15 09:12:48 +0100
  • 8dc84f1449 Merge remote-tracking branch 'origin/dev/0.2.1' into dev/0.2.1 modmuss50 2019-04-14 19:08:33 +0100
  • c9aaa68e5f Attempt to look in the root project for the loom version if required modmuss50 2019-04-14 19:08:26 +0100
  • 52a8f7374e Revert "update tiny-remapper" Adrian Siekierka 2019-04-13 12:46:55 +0200
  • d779225508 update tiny-remapper Adrian Siekierka 2019-04-13 12:17:43 +0200
  • 60ec4c1fdb Fix broken assetIndex with versions with spaces modmuss50 2019-04-11 18:58:40 +0100
  • 9eb9978390 Include loader's basic version parser, adds support for new yarn version separator modmuss50 2019-04-10 17:33:29 +0100
  • 26c548195e Fix VS Code launching in wrong folder (#66) copygirl 2019-04-09 15:36:54 +0200
  • e1267680f2 Generate a barebones mod.json for libraries modmuss50 2019-04-08 11:24:12 +0100
  • f672b815c4 Dont expand out nested jars can be enabled if wanted. Will still strip the jars from the mod json modmuss50 2019-04-08 10:50:30 +0100
  • 0206a4c59b Strip the contained jars from the mod meta data modmuss50 2019-04-07 22:40:44 +0100
  • 36750634eb Merge remote-tracking branch 'remotes/origin/dev/0.2' into dev/0.2.1 modmuss50 2019-04-07 20:44:10 +0100
  • cc05052fcb tweak mixin json findin heuristic Adrian Siekierka 2019-04-07 22:39:08 +0200
  • 4b9db57aaa Make the sub project requirement a bit more intelligent, no longer blindly depends on all sub projects. modmuss50 2019-04-07 20:38:10 +0100
  • 0d92da79c6 No longer auto apply evaluationDependsOnChildren, this can easily be done on a per mod basis modmuss50 2019-04-07 20:32:39 +0100
  • 6f35014805 Extract nested jars from modCompile modmuss50 2019-04-07 20:31:25 +0100
  • 02e9616622 Start on 0.2.1 modmuss50 2019-04-07 15:18:11 +0100
  • c452b3ae8a update libraries Adrian Siekierka 2019-04-07 13:33:48 +0200
  • c43e771ef5 Only generate the run configs on the root project modmuss50 2019-03-30 20:08:25 +0000
  • a9a160b0bf do not pull in Enigma for Stitch asie 2019-02-12 20:32:42 +0100
  • 21c31307c4 update Mixin, Stitch Adrian Siekierka 2019-02-01 22:27:55 +0100
  • 2ad6057992 Add working directory to Eclipse run config (#55) Virtuoel 2019-01-29 16:47:11 +0300
  • 5361c3d6f6 support dashes as mapping version separator Adrian Siekierka 2019-01-24 17:59:23 +0100
  • d0283ed79e update dependencies asie 2019-01-21 23:08:50 +0100
  • 22507be8da Don't overwrite information set in RemapJar configure blocks after configure (#52) Falkreon 2019-01-09 15:13:35 -0600
  • a6507ef7a1 Fix another locked file, only a minor one this time modmuss50 2019-01-04 20:27:27 +0000
  • 8827983287 update mixin asie 2019-01-02 21:28:53 +0100
  • 32f3d924b0 fix JAR remapping asie 2018-12-31 14:37:47 +0100
  • e038abcb8e more gradle fixes asie 2018-12-31 00:42:49 +0100
  • 6749c9688e fix gradle 5 support changes asie 2018-12-30 23:26:50 +0100
  • 0dcb7070be warn about refmap name after fields are populated, might help some things Adrian Siekierka 2018-12-30 12:04:53 +0100
  • 6a77b5deaa gradle 5.0 support, fix #38 Adrian Siekierka 2018-12-30 12:03:25 +0100
  • da03fd2827 apply terrible workaround for source remapper/JDT? bug (Mercury devs notified) Adrian Siekierka 2018-12-28 22:08:36 +0100
  • 623d1544a0 update Stitch asie 2018-12-28 18:42:19 +0100
  • cd54faba44 fix runtask rundir asie 2018-12-23 21:43:22 +0100
  • d4ae5e9b72 fix #48 asie 2018-12-23 19:37:09 +0100
  • 0b38f3ecc5 use more reliable renamer, update Stitch - fix #46 asie 2018-12-23 19:18:40 +0100
  • 4700788ead fix #47 asie 2018-12-23 09:37:54 +0100
  • 8d326da8be Close jar when no fabric-installer.json found modmuss50 2018-12-22 22:19:26 +0000
  • 4c625b45bc fix licenseFormat Adrian Siekierka 2018-12-22 21:27:46 +0100
  • 45b3cfc885 Merge branch 'dev' of github.com:FabricMC/fabric-loom into dev Adrian Siekierka 2018-12-22 21:24:31 +0100
  • 5f121178c2 update mixin Adrian Siekierka 2018-12-22 21:24:25 +0100
  • 1abc731573
    Merge pull request #44 from therealfarfetchd/dev Adrian Siekierka 2018-12-22 17:11:22 +0100
  • f77aa8a1d3 update to fabric-hotfixed Mercury Adrian Siekierka 2018-12-22 17:08:34 +0100
  • 58512f2f47 Put tasks in 'fabric' group therealfarfetchd 2018-12-22 17:06:18 +0100
  • baaf430fd8 mark Loom 0.2.0, update Mixin library Adrian Siekierka 2018-12-22 15:46:58 +0100
  • a39d0b6656 add cleanLoomMappings, close #36 Adrian Siekierka 2018-12-22 15:35:36 +0100
  • d9b8c90b5f working source code remapping for mod dependencies Adrian Siekierka 2018-12-22 15:29:46 +0100
  • 530896e41a make modCompile use flat directory artifact location instead of hack Adrian Siekierka 2018-12-22 14:44:34 +0100
  • a620812aab build functional intermediary-mapped sources JARs; update Stitch Adrian Siekierka 2018-12-22 14:37:16 +0100
  • 2b85714448 Very early source remapping modmuss50 2018-12-18 22:36:22 +0000
  • 79ec748a12 parse fabric-installer.json for mod devenvs, add loaderLaunchMethod param for that purpose, tweak LineNumberAdjustmentVisitor Adrian Siekierka 2018-12-22 10:31:10 +0100
  • 1445b8240a update dependencies, remap LVTs when mapping JAR asie 2018-12-20 12:32:02 +0100
  • 4731589579 Default 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
  • 278c8d2401 Add 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
  • e93292564d fix #26 asie 2018-12-17 15:05:52 +0100
  • 4a3555216d update stitch asie 2018-12-17 13:55:57 +0100
  • 5c7c94e5fc fix #37 asie 2018-12-15 22:19:50 +0100
  • 83d6a2da42 add minVersion filling support - fix #34 asie 2018-12-15 14:33:25 +0100
  • fe194ea64d use resolved dependency version for mapping files asie 2018-12-15 14:14:50 +0100
  • 529db72b25 update Mixin, fix #23 asie 2018-12-13 18:01:02 +0100
  • ad4e6fd6ff fix #20 asie 2018-12-13 09:50:01 +0100
  • f875e34a67 Only add -XstartOnFirstThread on mac os modmuss50 2018-12-12 18:10:47 +0000
  • d9d89d1674 Didnt mean to do that. modmuss50 2018-12-12 16:09:48 +0000
  • a2fc5ddf9c Merge branch 'start-on-first-thread' of https://github.com/shadowfacts/fabric-loom into shadowfacts-start-on-first-thread modmuss50 2018-12-12 13:44:42 +0000
  • 96e0dd30be Auto generate eclipse launch files modmuss50 2018-12-12 13:43:42 +0000
  • f61b06f616 add some debug code for refmap issue asie 2018-12-12 07:16:01 +0100
  • b00b42e3bf fix #28 asie 2018-12-12 07:10:30 +0100
  • 0f51d2142f
    Merge pull request #31 from codewarrior0/runclient-jvmargs Adrian Siekierka 2018-12-12 06:54:06 +0100