- Mar 20, 2021
-
-
ezsh authored
where possible (everywhere except Windows) replace copying game file with symlinking, on Linux do the same to CEF libraries. Remove bundled CEF modules, leave only FindCEF for CEF_ROOT var handling. TRy to find system CEF module first.
-
ezsh authored
Linux handlers and main() were copied from the cefsimple test app, persistent storage implementation rewritten using cstdio and std::filesystem to make it cross-platform.
-
- Mar 16, 2021
-
-
svornost authored
Resync build scripts with Chromium 89 and target VS2019 instead of VS2015 so we can use C++17 std::filesystem.
-
- Oct 06, 2019
-
-
klorpa authored
-
- Aug 05, 2019
-
-
svornost authored
-