Age | Commit message (Collapse) | Author |
|
Previously, the verified mods manifesto was fetched on game start without checking if the verified mod feature is enabled Squirrel-side; with this, the manifesto is only fetched when the user wants to download a mod (meaning they enabled the feature beforehand).
|
|
for filesystem namespace instead of relying on implicit include
Co-authored-by: Jan <sentrycraft123@gmail.com>
|
|
Verify JSON has attributes before trying to access them
|
|
Adds and uses a macro to avoid the warning
|
|
The default branch for the VerifiedMods repo was renamed from `master` to `main`.
|
|
Implicit conversion from `size_t` to a smaller type
|
|
Abort request if network connection is dropped or too slow.
|
|
Use a scope guard instead of `GOTO` statements for curl cleanup
|
|
Copies of over the primedev folder structure for easier cherry-picking of further changes
Co-authored-by: F1F7Y <filip.bartos07@proton.me>
|