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 issues of restriction of chat message charset (#391)v1.12.0-rc1 | p0358 | |
2023-01-05 | Restrict chat message charset (#389) | pg9182 | |
2022-12-19 | Restructuring (#365) | Emma Miler | |
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops |