aboutsummaryrefslogtreecommitdiffstats
path: root/src/minecraft/manifests.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feat: Refactor core download logic with concurrency and async featuresFilip Wandzio43 hours1-17/+24
| | | | | | | | | | Implement basic unit testing Implement automatic java executable switching based on game version Split loader module into smaller modules Implement basic documentation
* Resolve audio not loading bugFilip Wandzio2026-01-241-2/+41
| | | | | | | | | | Ensure all assets are downloading for each version Temporarily disable minecraft versions older than 1.8 because of the asset/manifest loading issues Implement basic documentation of modules Implement basic async/multithreading for downloading assets
* Implement basic game files download logicFilip Wandzio2026-01-221-0/+80
Implement core clap arguments Respect XDG_BASE_DIR Currently library extraction is broken because it assumes every instace has it's own library folder. This should be refactored so instances share libraries Signed-off-by: Filip Wandzio <contact@philw.dev>