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
/
configuration
/
providers
/
minecraft
Age
Commit message (
Expand
)
Author
2021-07-13
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-07-10
Use spotless for header validation, years have been back-filled from git history
modmuss50
2021-06-29
Clean up manifest handling by not copying the vanilla ones
Juuxel
2021-06-17
Merge remote-tracking branch 'FabricMC/dev/0.9' into dev/0.9
shedaniel
2021-06-14
Basic layered mappings with @ParchmentMC support (#413)
modmuss50
2021-05-30
Update tiny-remapper to 1.1.0
shedaniel
2021-05-30
Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8
shedaniel
2021-05-22
add support for new dependencyResolutionManagement (#400)
LogicFan
2021-05-14
Fix merge conflicts
shedaniel
2021-05-14
Merge remote-tracking branch 'FabricMC/dev/0.8' into dev/0.8
shedaniel
2021-05-13
General cleanup by making use of java 16 features (#397)
modmuss50
2021-05-11
Don't remap forge sources on a CI build
shedaniel
2021-05-05
Adds Forge Sources Remapping
shedaniel
2021-05-01
Use TinyRemapper directly
shedaniel
2021-05-01
a
shedaniel
2021-04-22
Performance Optimisations on Project Setup
shedaniel
2021-04-13
Revert "WIP AT -> JarProcessor"
shedaniel
2021-04-13
Merge branch 'dev/0.6-forge' into dev/0.7-forge
shedaniel
2021-04-04
Update tiny remapper
shedaniel
2021-04-04
WIP AT -> JarProcessor
shedaniel
2021-04-04
Merge remote-tracking branch 'FabricMC/dev/0.7' into dev/0.7-forge
shedaniel
2021-04-04
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-03-31
Fix last commit, oops
modmuss50
2021-03-31
Ensure output is deleted before remapping the game.
modmuss50
2021-03-25
Constant unpicking (#328)
modmuss50
2021-03-18
Try to cleanup files when failing better, should hopefully increase the chang...
modmuss50
2021-03-18
Add a strict mode when download files, will be a bit slower but should help s...
modmuss50
2021-03-15
Ensure outputs are reproducable across all OS's. (#363)
modmuss50
2021-03-15
Fix race condition in asset downloading
modmuss50
2021-03-07
Fix build script
shedaniel
2021-03-05
Update tiny remapper
shedaniel
2021-03-04
Minor cleanup/optimisations to downloading, should help a little bit more wit...
modmuss50
2021-02-21
Add debug logging to publication modification, remove log spam in asset downl...
shedaniel
2021-02-14
Fix merge conflicts
shedaniel
2021-02-14
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-12
Rewrite minecraft game data handling.
modmuss50
2021-02-11
Update MCE - Remove auto population of minVersion in mixins - Drop some log l...
modmuss50
2021-02-09
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-02-03
Fix CME, Closes #345
modmuss50
2021-02-03
Still takes about a minute to download all the assets, should be much better ...
shedaniel
2021-02-02
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2021-01-29
Cache the checksum of asset index files. (#335)
shedaniel
2021-01-24
Use the given manifest version hash if possible (#337)
Chocohead
2021-01-19
Cache the checksums on local asset files.
shedaniel
2021-01-19
Multi-thread native unpacking.
shedaniel
2021-01-19
Multi-thread assets checking, saving 500ms here.
shedaniel
2021-01-18
Fix issue with resolving minecraft libraries on the wrong thread
Juuxel
2021-01-18
Merge remote-tracking branch 'FabricMC/dev/0.6' into dev/0.6-forge
shedaniel
2020-12-24
General code cleanup (#313)
modmuss50