Sync from GitHub main #1

Open
nomad wants to merge 145 commits from sync/from-github into main
Showing only changes of commit 4e942dfb6f - Show all commits
+2 -2
View File
@@ -2,7 +2,7 @@
This repository contains the Commonwealth Online authoritative dedicated server and the Qt Host GUI. This repository contains the Commonwealth Online authoritative dedicated server and the Qt Host GUI.
The dedicated server is C#/.NET. There is no Python server runtime or Python test suite. Valve GameNetworkingSockets remains behind the small native C++ bridge in `server/native_transport/`. The dedicated server is C#/.NET. Valve GameNetworkingSockets remains behind the small native C++ bridge in `server/native_transport/`.
## Server ## Server
@@ -43,7 +43,7 @@ build.bat
deploy.bat deploy.bat
``` ```
CMake publishes the C# server self-contained and stages it under the Host GUI `server` directory. Packaged users do not need Python or a separate .NET runtime. CMake publishes the C# server self-contained and stages it under the Host GUI `server` directory. Packaged users do not need a separate .NET runtime.
## Default ports ## Default ports