Commit Graph

  • 9fb167d506
    General cleanup by making use of java 16 features (#397) modmuss50 2021-05-13 22:06:34 +0100
  • 2f38c747a1 Catch all when merging jars modmuss50 2021-05-12 20:31:05 +0100
  • 258578f142 Update MCE to 0.4.3 modmuss50 2021-04-28 22:50:53 +0100
  • 432e88f354 Add a simple java 16 project test modmuss50 2021-05-12 19:03:59 +0100
  • 9303dc39c3 Cleanup merged jar on failure modmuss50 2021-05-12 19:03:42 +0100
  • 943477143a Update stitch modmuss50 2021-05-12 19:03:22 +0100
  • 429d2dadb1 Start 0.8 dev cycle modmuss50 2021-05-12 16:24:06 +0100
  • 63bf3aaaa4 Enable `ShowCodeDetailsInExceptionMessages` (Better null pointers) for all run configs modmuss50 2021-05-12 16:01:00 +0100
  • fc3a5ef052 Java 16 modmuss50 2021-05-12 14:03:45 +0100
  • 927180e36b Make all loom added configurations lazy modmuss50 2021-05-04 20:06:24 +0100
  • f4f660dce5 Fix typo modmuss50 2021-05-04 19:40:51 +0100
  • 7ce072c47a Fix gradle 8 deprecation warning modmuss50 2021-05-04 19:19:02 +0100
  • a5bc38a940 Make remapped configurations lazy modmuss50 2021-05-04 19:07:21 +0100
  • 891870584d Fix actions modmuss50 2021-05-04 18:45:57 +0100
  • cd17485280 Update to release 7.0 gradle modmuss50 2021-05-04 18:37:23 +0100
  • be0444d261 Merge branch 'dev/0.7' into future/dev modmuss50 2021-05-04 18:29:00 +0100
  • 7de021e7c1 Revert "Update MCE" modmuss50 2021-04-27 18:04:47 +0100
  • f409116afd Merge branch 'dev/0.7' of github.com:FabricMC/fabric-loom into dev/0.7 modmuss50 2021-04-27 13:13:15 +0100
  • b85659640d Update MCE modmuss50 2021-04-27 13:12:01 +0100
  • 1d009e155e
    Add loom development dependencies to test runtime classpath (#389) ByMartrixX 2021-04-21 03:51:56 -0400
  • 12ac6cfcfe Update mixin-compile-extensions modmuss50 2021-04-14 20:45:17 +0100
  • 83eaa0e340 Update to run tests against gradle 7.0 release modmuss50 2021-04-10 00:07:44 +0100
  • 816ed93d7a Fix typo modmuss50 2021-04-09 20:44:18 +0100
  • c8df12cf0f
    Update to Gradle 7 (#380) modmuss50 2021-04-04 23:02:00 +0100
  • 98731532d5
    Support Groovy 3's QName in GroovyXmlUtil (#379) modmuss50 2021-04-02 19:30:43 +0100
  • 93afc7574d Update UnpickTest to latest snapshot. modmuss50 2021-04-02 14:44:18 +0100
  • 153afc1418
    Reorganise tests (#378) modmuss50 2021-04-02 12:20:03 +0100
  • ce19467121 Fix last commit, oops modmuss50 2021-03-31 13:28:26 +0100
  • a3c90aca19 Ensure output is deleted before remapping the game. modmuss50 2021-03-31 13:14:24 +0100
  • 806dd1b840
    Fix name comparision in GroovyXmlUtil (#373) Octavia Togami 2021-03-29 00:48:52 -0700
  • 71535fa75f
    Add MavenProjectTest (#372) modmuss50 2021-03-27 20:26:10 +0000
  • ed08e47aab
    Record javadoc support. (#366) modmuss50 2021-03-25 22:58:20 +0000
  • ff6701e817 Add basic groovy code style validation. modmuss50 2021-03-25 22:57:28 +0000
  • 759cac2e6b
    Constant unpicking (#328) modmuss50 2021-03-25 19:03:35 +0000
  • 43a6b0f65f Revert some of the changes to genSource's. modmuss50 2021-03-23 19:08:15 +0000
  • c02f436123 Run tests against 7.0-rc-1 modmuss50 2021-03-23 08:51:41 +0000
  • 72a79ffb9c Fix case where it wont try to download file. modmuss50 2021-03-18 14:39:30 +0000
  • e6ac2afc7b
    Ensure outputs are reproducable across all OS's. (#363) modmuss50 2021-03-15 23:31:18 +0000
  • 7231b9e053
    Mod Remapping Refactor. (#362) modmuss50 2021-03-12 22:16:24 +0000
  • e9c7c21ede Add basic MultiProjectTest and a basic RunConfigTest modmuss50 2021-03-06 23:31:09 +0000
  • d1c4082761 Fix tests on windows modmuss50 2021-03-06 17:36:12 +0000
  • 378b8850c6 Increase heapsize for tests modmuss50 2021-03-06 15:57:58 +0000
  • 5171c9bbde Try and fix fernflower forking for the final time. Hopefully helps with #355 modmuss50 2021-03-06 14:07:37 +0000
  • 92efb9aa73 Fix ReproducibleBuildTest modmuss50 2021-03-06 13:18:55 +0000
  • 87f3743b24
    Rewrite tests to be easier to write and maintain (#361) modmuss50 2021-03-06 11:40:07 +0000
  • 679026ef31 Minor cleanup/optimisations to downloading, should help a little bit more with asset downloading. Closes #359 modmuss50 2021-03-04 23:50:02 +0000
  • d02055eb23
    Fix custom sourceset not being correctly set for runconfig tasks (#357) modmuss50 2021-03-03 21:22:10 +0000
  • b7eba8b093 Start 0.7 dev cycle modmuss50 2021-03-03 21:20:37 +0000
  • b1edf7a737 Fix inherit not copying `ideConfigGenerated` modmuss50 2021-02-27 19:32:31 +0000
  • 4540b3af33
    Add log4jConfigs to Loom extension (#356) Shadowfacts 2021-02-26 16:19:26 -0500
  • 57c9a8f320 Add loom dev deps to runtimeClasspath instead of runtimeOnly modmuss50 2021-02-14 14:22:20 +0000
  • 46957df360
    Run tests against gradle 7 and fail on deprecation. Fix gradle 8 support again. modmuss50 2021-02-14 13:56:22 +0000
  • 2070aeb94a Disable log4j jansi support when compiling, removes a warning about it. modmuss50 2021-02-13 18:04:16 +0000
  • dd440acb8e
    Add dev runtime dependencies to runtimeClasspath instead of runtimeOnly (#350) Juuxel 2021-02-13 18:53:44 +0200
  • 737c6cbd4f
    RunConfigSettings.generateIDEConfig -> ideConfigGenerated + normal getter/setter (#349) Juuxel 2021-02-12 20:43:05 +0200
  • da6a50d558 asm 9.1 modmuss50 2021-02-12 18:18:42 +0000
  • 0d1f40aee4
    Rewrite minecraft game data handling. modmuss50 2021-02-12 17:50:54 +0000
  • 24c166fc79 Generate IDE run configs on a per config basis. Allows for much finer grain control over what run configs are generated. modmuss50 2021-02-11 18:50:25 +0000
  • 6b481fbcd6 Revert previous change, somewhat. I didnt understand the issue correctly. modmuss50 2021-02-11 18:32:01 +0000
  • 4daec03a0f Rename `runs` -> `runConfigs` modmuss50 2021-02-11 18:18:07 +0000
  • 409f5f8e93
    Update MCE - Remove auto population of minVersion in mixins - Drop some log levels. modmuss50 2021-02-11 18:12:27 +0000
  • b8058c693d Fix CME, Closes #345 modmuss50 2021-02-03 19:56:22 +0000
  • 671328795e
    Generate fabric.mod.json for included submodule jars (#343) Jason 2021-02-02 15:03:57 -0800
  • 5b3222e9b9 Rename mode -> environment + Hopefully fix a regression with the run tasks modmuss50 2021-01-31 00:09:40 +0000
  • 6a315be278
    Improve run configs (#318) (#338) modmuss50 2021-01-29 18:04:39 +0000
  • 17fb2b4656
    Cache the checksum of asset index files. (#335) shedaniel 2021-01-29 23:38:46 +0800
  • 48d4243be6 Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6 modmuss50 2021-01-28 21:17:12 +0000
  • c1fcd93a89 Dont add the mojang maven repo twice. modmuss50 2021-01-28 21:16:56 +0000
  • 16f72e1c95
    Set classpath before compileJava task (#330) (#333) Bytzo 2021-01-26 10:08:19 -0800
  • ba3a1e4d9c
    Use the given manifest version hash if possible (#337) Chocohead 2021-01-24 14:39:52 +0000
  • f7efac5d18 Revert previous attempt at fixing genSources when loom is applied via buildSrc modmuss50 2021-01-21 21:46:07 +0000
  • 34a9d2316c Improve error handling around access widener remapping. Closes #311 modmuss50 2021-01-21 20:30:08 +0000
  • d91b722c35 Another attempt at fixing issues with fernflower's classpath modmuss50 2021-01-21 20:09:48 +0000
  • 4a30993da7 Apply all buildscript configurations across all parent projects to try and fix fernflower classpath issues again. modmuss50 2021-01-21 19:40:59 +0000
  • b622544cbe Dont remap dependency sources when building on CI services. Use `-Dfabric.loom.ci=false` to force disable modmuss50 2021-01-19 22:15:23 +0000
  • 58e94f2db3 Centralise refreshDeps variable. Makes it easier to hack it to always enable for profiling. modmuss50 2021-01-19 21:58:39 +0000
  • a436eb7690 1 Infinite Loop modmuss50 2021-01-18 22:10:44 +0000
  • 47097c65ce
    Gradle 7 (and hopefully 8) support (#332) modmuss50 2021-01-17 18:34:22 +0000
  • f0bb05a205 Remove dep on procyon-fabric-compilertools I cannot see its use modmuss50 2021-01-16 13:57:43 +0000
  • b4a8c306e9 Fix build. modmuss50 2021-01-16 13:52:25 +0000
  • 20dd62d5b4 Update a number of dependencies modmuss50 2021-01-16 13:50:45 +0000
  • 9de836b2c4 Remove usage of internal kotlin class, should fix crash with kotlin 1.4. Closes #324 modmuss50 2021-01-07 20:35:09 +0000
  • e61f3fb362
    Improve debugging repo instructions and fix typos (#323) Juuxel 2021-01-03 23:53:39 +0200
  • 1007c55ad6 Improve the readme a little. modmuss50 2021-01-03 21:39:45 +0000
  • 11b62989e7 Cleanup output files when remap fails. Fixes #321 modmuss50 2020-12-30 20:34:34 +0000
  • 841fc5a4db Fix classifier handling for remapped dependencies modmuss50 2020-12-30 20:12:33 +0000
  • 792a64e2ef
    Optimise loom configuration, saves 1.2 seconds in my testing. #319 modmuss50 2020-12-27 16:25:30 +0000
  • c95e3459a4 Remove jcenter as a default maven repo. This will make builds faster and more reliable. It is trivial to add back manually for projects that require it. modmuss50 2020-12-26 15:15:31 +0000
  • 03444f26b0
    General code cleanup (#313) modmuss50 2020-12-24 20:58:30 +0000
  • b0860c36d6
    Add ability to specify additional tiny remapper options in remapJar (#292) i509VCB 2020-12-21 15:02:39 -0600
  • e20993daf8 Allow setting the RemapJarTask classpath. Closes #307 modmuss50 2020-12-21 20:42:23 +0000
  • 36954809ec Update editorconfig to set import order, thanks to @user11681 modmuss50 2020-12-21 19:51:17 +0000
  • c96396fb27
    Fix genSources not working when root project doesnt have loom applied#308. (#309) solonovamax 2020-12-21 14:48:26 -0500
  • 7e5053b0c5
    Respect reproducibleFileOrder and preserveFileTimestamps (#304) Cool_Mineman 2020-12-21 13:47:08 -0600
  • 9f6c8486fb
    Add nogui to server program arguments (#310) user11681 2020-12-21 19:44:39 +0000
  • b27bc3d39a Use launcher metadata manifest v2. Closes #290 modmuss50 2020-12-21 19:37:35 +0000
  • 3bdccee02e
    Refactor and fix game/loader library handling (#298) modmuss50 2020-12-21 19:34:00 +0000
  • 78c934aed5
    Move remapped mods into a full local maven repo (#300) modmuss50 2020-12-21 19:33:23 +0000
  • 3ab757363c Start 0.6 dev cycle modmuss50 2020-12-21 19:31:47 +0000
  • dd68c84226 Allow specifying natives directory with the `fabric.loom.natives.dir` gradle property. modmuss50 2020-12-02 20:18:12 +0000