Benjamin Schug
Benjamin Schug
When running the game in windowed mode on Windows 10, the window title bar hides a part of the game screen, which just happens to be the part that contains...
According to the [Style Guide](https://developers.google.com/protocol-buffers/docs/style#enums), protobuf enums should have the enum name as a prefix for all enum values, to avoid naming conflicts in languages like C, where all values...
If you run `await Await.NextUpdate()` on Android, it will fail with `Unable to create field getter for Object.m_CachedPtr; internal implementation may have changed.`. The stacktrace appears to be corrupted.
Pastebin integration fails when accessing the website via HTTPS. This is because we need to funnel the pastebin data through a PHP script at bschug.net to wrap it into JSONP,...