Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-06 | Update default mods list URL (#662)v1.24.0-rc1v1.24.0 | GeckoEidechse | |
The default branch for the VerifiedMods repo was renamed from `master` to `main`. | |||
2024-01-27 | Remove unused variable in mod concommands (#652) | Jack | |
Remove unused variable that was also leaking memory | |||
2024-01-21 | Address C4267 compiler warnings (#647)v1.22.2-rc1 | Jack | |
Implicit conversion from `size_t` to a smaller type | |||
2024-01-21 | Add slow-speed timeout when downloading mod (#611)v1.22.1-rc4v1.22.1-rc3v1.22.1 | Rémy Raes | |
Abort request if network connection is dropped or too slow. | |||
2024-01-20 | Add and use ScopeGuard (#643)v1.22.1-rc2 | Jack | |
Use a scope guard instead of `GOTO` statements for curl cleanup | |||
2023-12-27 | Folder restructuring from primedev (#624)v1.21.2-rc3v1.21.2 | Jack | |
Copies of over the primedev folder structure for easier cherry-picking of further changes Co-authored-by: F1F7Y <filip.bartos07@proton.me> |