Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-06 | Fix multiple audio file overrides (#677)v1.26.3-rc1v1.26.2v1.26.1-rc5v1.26.1-rc4v1.26.1 | Rémy Raes | |
This basically prevents audio files from being loaded into memory if matching audio event has already been overriden by a previous mod, preventing a crash from occurring. This means that audio mods now respect the load priority, i.e. mods with higher priority (= lower int value) will have priority over other mods on audio overrides. | |||
2024-01-21 | Address C4267 compiler warnings (#647)v1.22.2-rc1 | Jack | |
Implicit conversion from `size_t` to a smaller type | |||
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> |