Age | Commit message (Expand) | Author |
2019-11-02 | Reformat to use Fabric API's checkstyle (#137) | modmuss50 |
2019-10-26 | Merge remote-tracking branch 'upstream/dev/0.2.6' into dev/0.2.6 | modmuss50 |
2019-10-26 | Improve error message when using genSources on a 32bit java | modmuss50 |
2019-10-22 | Fix issues involving projects with modules that contain no java classes (#135) | zml |
2019-10-22 | Initial gradle 6.0 rc1 fixes, ugly but works. Closes #131 | modmuss50 |
2019-10-22 | Surround natives path in quotes to ensure it works with usernames with spaces. | modmuss50 |
2019-10-22 | Rewrite native handling, fixes support for gradle 5.6.3 Fixes #81 Fixes #134 | modmuss50 |
2019-10-21 | Only process lines that contain :: should fix an odd StringIndexOutOfBoundsEx... | modmuss50 |
2019-09-26 | Pass target project argument to ${project_loc} variable in generated Eclipse ... | Daomephsta |
2019-09-06 | Simplify last fix | modmuss50 |
2019-09-06 | add modCompileOnly and include deps in the implementation configuration in th... | modmuss50 |
2019-08-23 | copy non-java files into remapped sources jar (fixes #126 and #118) (#129) | Fudge |
2019-08-23 | Mixin processing runs under scala, allowing java mixins to call scala methods... | Elise |
2019-08-15 | Add a quick way to specify custom minecraft manifest urls | modmuss50 |
2019-08-02 | Fix genSources task not being in the fabric group | modmuss50 |
2019-07-29 | Fix runClient/Server tasks not always including the mod | modmuss50 |
2019-07-25 | Fix for files not being downloaded when the don't exist. Closes #122 | modmuss50 |
2019-07-24 | fix provider crash | asie |
2019-07-24 | fix building on gradle 4.9 | asie |
2019-07-24 | remove debug code | asie |
2019-07-24 | caching/performance improvements | asie |
2019-07-24 | downgrade to gradle 4.9, fix tiny-remapper deprecations, restore old dev/nocl... | asie |
2019-07-06 | fix Input annotation for FileCollection (#119) | NikkyAI |
2019-06-29 | update libraries | Adrian Siekierka |
2019-06-29 | update libraries | Adrian Siekierka |
2019-06-28 | update dependencies | Adrian Siekierka |
2019-06-24 | Fix getRootProjectPersistentCache() not using the root project, closes #113 | modmuss50 |
2019-06-24 | Possible fix for intelij moudle not being selected in run configs | modmuss50 |
2019-06-24 | Fix warnings with task inputs | modmuss50 |
2019-06-24 | Merge branch 'pull/110' into dev/0.2.5 | modmuss50 |
2019-06-24 | Start work on 0.2.5, update to gradle 5.5-rc-3 | modmuss50 |
2019-06-20 | update libraries | asie |
2019-06-16 | Increment version due to binary and source incompatible changes | Mitchell Skaggs |
2019-06-16 | Update Gradle wrapper and make tests use older Gradle version to test compati... | Mitchell Skaggs |
2019-06-15 | Add currently broken and disabled mixin build test | Mitchell Skaggs |
2019-06-15 | Add simple build functional test | Mitchell Skaggs |
2019-06-12 | Extract file generation from functional tests | Mitchell Skaggs |
2019-06-12 | Fix unused and broken imports in MixinRefmapHelper | Mitchell Skaggs |
2019-06-12 | Update Gradle to 5.1.1 for Lazy Configuration support | Mitchell Skaggs |
2019-06-10 | Add simple integration tests for the plugin | Mitchell Skaggs |
2019-06-10 | Refactor RemapJarTask to extend from Jar | Mitchell Skaggs |
2019-06-07 | fix remapped mods not including yarn minecraft version | asie |
2019-06-07 | Replace existing/duplicate nested jars (#106) | Mitchell Skaggs |
2019-05-28 | Fix license violations | modmuss50 |
2019-05-28 | add modApi, modImplementation, modRuntimeOnly; try to improve source remappin... | asie |
2019-05-27 | begin 0.2.4 snapshot line | asie |
2019-05-27 | use mappings name in MinecraftMappedProvider | asie |
2019-05-27 | Make modCompile work with non-empty jar classifiers, fixes #82 (#96) | Pyrofab |
2019-05-27 | Depend on assemble rather than buildNeeded (#94) | SquidDev |
2019-05-27 | Change Minecraft_*.launch to projectname_*.launch for genEclipseRuns (#93) | Dinolek |