aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Purge leftover commentsFilip Wandzio20 hours2-22/+2
|
* Resolve audio not loading bugFilip Wandzio11 days15-95/+482
| | | | | | | | | | 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 Wandzio13 days15-0/+490
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>