aboutsummaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Feat: Refactor core download logic with concurrency and async featuresFilip Wandzio39 hours2-4/+29
| | | | | | | | | | 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-243-2/+17
| | | | | | | | | | 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-223-0/+28
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>