fabric-loom/src/main/java/net/fabricmc/loom/task
modmuss50 5a16440c1e
Support ARM natives, rewrite native handling and misc cleanup. (#554)
* Rewrite natives handling, upgrade LWJGL on ARM machines.

* Remove old natives override hack, should now always be done via gradle.

* Use "idea" everywhere

* Add server specific libraries onto their own classpath. Includes misc code cleanup.

* Start on writing the excluded server libs.

* Gradle deprecation fixes, and misc cleanup

* Add support mod.

* Make native support mod none transitive.

* Update gradle.
2021-12-17 15:37:00 +00:00
..
AbstractLoomTask.java Use Property in LoomGradleExtension & Move task groups to constants (#445) 2021-07-26 20:08:03 +01:00
AbstractRunTask.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
CleanEclipseRunsTask.java Use spotless for header validation, years have been back-filled from git history 2021-07-10 21:50:53 +01:00
DownloadAssetsTask.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
ExtractNativesTask.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
GenEclipseRunsTask.java Make Run Config run dir relative to the project and not the root project. Move eclipse launch config files out of the root project. Closes #509 2021-09-30 19:59:46 +01:00
GenIdeaProjectTask.java Use spotless for header validation, years have been back-filled from git history 2021-07-10 21:50:53 +01:00
GenVsCodeProjectTask.java Improve run config argument handling, should work with spaces a bit better. (#524) 2021-10-24 14:11:01 +01:00
GenerateSourcesTask.java Make CFR the default decompiler (#527) 2021-11-01 13:43:03 +00:00
LoomTasks.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
MigrateMappingsTask.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
RemapAllSourcesTask.java Revert "Make SourceRemapper threaded (#446)" 2021-09-02 12:50:56 +01:00
RemapJarTask.java Support ARM natives, rewrite native handling and misc cleanup. (#554) 2021-12-17 15:37:00 +00:00
RemapSourcesJarTask.java Expose layered mappings as an API (#490) 2021-09-13 17:58:52 +01:00
RunGameTask.java Forward stdin in AbstractRunTask. Fixes begin unable to run server commands. 2021-10-20 23:12:49 +01:00
UnpickJarTask.java Rewrite GenSources including full support for CFR. (#511) 2021-10-11 13:47:16 +01:00
ValidateAccessWidenerTask.java Add AccessWidenerValidator (#518) 2021-10-23 15:04:22 +01:00