index
:
github/architectury-loom.git
dev/0.10.0
fix/osx-1.8.9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
fabricmc
/
loom
/
api
Age
Commit message (
Expand
)
Author
2021-12-05
Juuzify ArchitecturyLoomDecompiler (#60)
Juuxel
2021-12-04
Add architectury decompiler (#59)
shedaniel
2021-11-29
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-11-20
Add an option (enabled by default) to map synthetic field and method names fr...
modmuss50
2021-11-06
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-11-01
Allow to set custom intermediary url again (#528)
Cat Core
2021-11-01
Make CFR the default decompiler (#527)
modmuss50
2021-10-13
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-10-11
Rewrite GenSources including full support for CFR. (#511)
modmuss50
2021-09-29
Fix merge conflicts
shedaniel
2021-09-28
Fix record signatures based on data provided by mappings. (#507)
modmuss50
2021-09-25
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-09-22
Support a wider range of parameters in FileSpec (#502)
Juuxel
2021-09-21
Make MixinRefmapHelper properly get the mixin configs
shedaniel
2021-09-21
Move all Forge-only properties to Forge extension (#46)
Juuxel
2021-09-19
Close #12
shedaniel
2021-09-18
Fix merge conflicts
shedaniel
2021-09-17
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/0.10.0
shedaniel
2021-09-14
Access Widener 2.0 with support for Transitive Access Wideners (#484)
shartte
2021-09-13
Expose layered mappings as an API (#490)
modmuss50
2021-09-12
Fix some tests
shedaniel
2021-09-11
Merge remote-tracking branch 'FabricMC/dev/0.10' into dev/future
shedaniel
2021-09-11
Convert AWs on Forge to ATs in RemapJarTask (#24)
Juuxel
2021-09-10
Add loom.modVersion to read the version from the fabric.mod.json file. (#489)
modmuss50
2021-09-07
Use tiny-remapper to remap mixin annotation. (#441)
Logic
2021-09-05
Add option to disable deprecated POM generation and the warnings together wit...
Juuxel
2021-09-05
Fix the java software component not working with Loom and fix #200 (#460)
Juuxel
2021-08-30
Start work on porting 0.7.4 over
shedaniel
2021-08-14
Bump to 0.9.1 and fix conflicts
shedaniel
2021-08-14
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-07-26
Use Property in LoomGradleExtension & Move task groups to constants (#445)
shedaniel
2021-07-26
Fix loom.accessWidener being a read-only property in Kotlin (#447)
Juuxel
2021-07-20
Fix merge conflicts
shedaniel
2021-07-18
Better Mixin AP configuration (#423)
LogicFan
2021-07-16
Add back customManifest api
modmuss50
2021-07-14
Refactor LoomGradleExtension (#431)
modmuss50
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-05-13
General cleanup by making use of java 16 features (#397)
modmuss50
2020-06-01
Allow specifying additional decompilers for generating sources (#213)
Fudge