Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-14 | Force-include `pch.h` to all files, remove explicit includes (#393) | p0358 | |
* force-include "pch.h" in all units, as it will error if it's not included anyways * remove #include "pch.h" from all files as it's not needed anymore now * fix size of NSUserAgent to be consistent (it's 256 in version.cpp, caused compile error) * Re-add explicit pch.h include to pch.cpp (and ran clang-format) * drop pch.h inclusion from new files | |||
2023-01-06 | Fix overriding individual localisation strings being weird (#394)v1.12.0-rc3v1.12.0-rc2 | BobTheBob | |
* change how we load localisation to fix overriding individual localisation strings * fix formatting * fix formatting again | |||
2022-12-19 | Restructuring (#365) | Emma Miler | |
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops |