pg9182

Results 83 comments of pg9182

Looks like a good change overall, and I second @p0358's recommendations. Does this handle the engine error crashes (it doesn't seem like it would, since those manifest as a messagebox...

docker: [`ghcr.io/pg9182/northstar-dedicated-ci:1-tf2.0.11.0-ns1.9.7-ci.59de24a5.11.3178449227-nslauncher.1fa5f46d.3178265348`](https://github.com/pg9182/northstar-dedicated-ci/actions/runs/3178449227) works fine here

We honestly should restrict it just to ASCII, if only for compatibility more than anything else. Not all filesystems support non-ASCII filenames, and all platforms handle them differently. I haven't...

Note that if we do this with mingw, the DLL will be about 10-30x larger if we're doing full static linking.

Furthermore, you can also add [`-DCMAKE_EXPORT_COMPILE_COMMANDS=1`](https://cmake.org/cmake/help/latest/variable/CMAKE_EXPORT_COMPILE_COMMANDS.html) to make it work well with the [vscode-clangd](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd) extension (along with clang-cl).

- For the dedicated server only (which is the important part -- the goal is to be able to run servers on the Oracle Free Tier, and on Raspberry Pis),...