Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-03 | Inital native code for verified mod auto-downloading (#545) | Rémy Raes | |
Allows client to download a mod archive from the Thunderstore API, and extract included mods in the remote mods folder of the current game profile. Not all mods can be automatically downloaded, as it would cause some security issues, and Thunderstore mod name cannot be deduced from actual mod name: to be eligible to auto-downloading, a mod must appear in the list of verified mods. Said list and complete mod verification procedure are described here: https://github.com/R2Northstar/VerifiedMods Exposes two commands to test the feature: - `fetch_verified_mods` retrieves verified mods list from the GitHub organization, and stores it locally; - `download_mod` does the actual mod downloading/extraction job. | |||
2023-10-11 | Correct submodule detection (#569) | Jan | |
The contents of the submodules were incorrectly counted resulting in a git submodule update on every cmake invocation | |||
2023-10-11 | Trim trailing whitespace | GeckoEidechse | |
2023-10-11 | Fixed mixed indentation in utils.cmake (#570) | GeckoEidechse | |
The file had mixed indentation (spaces and tabs) when really it should've been spaces only from the beginning | |||
2023-07-22 | Replace vendored libcurl and minhook with submodules (#500)v1.17.1-rc1 | Jan | |
* Replace vendored libcurl and minhook with submodules * Add cmake utility for checking submodules and initializing them * Update build instructions to use Git |