UnknownShadow200

Results 446 comments of UnknownShadow200

The game now no longer attempts to change the working directory on Linux, therefore I removed support for `-d` as it is now redundant (and was flawed to begin with...

On Linux ClassiCube relies on openal-soft to handle all audio playing. I'll try to do some research on this, although not sure how much can be done from Classicube's end

I can get this to happen in old VM

Which version of Internet Explorer do you have installed? ClassiCube uses the underlying engine of Internet Explorer to perform http requests, so it's recommended that at least Internet Explorer 8...

You can do this with the webclient (`http://www.classicube.net/server/play/[server_hash]/?ip=[server_lan_ip]`)

Is joining through the server list not an option? I'm a bit reluctant to add more to the launcher UI for just this case, although command line option might be...

I'm not sure how widespread issues with connecting to own external IP are - although both I and some others are able to connect fine, others have also said they...

When minimised `Present` returns 0x087A0001 aka [DXGI_STATUS_OCCLUDED](https://docs.microsoft.com/en-us/windows/win32/direct3ddxgi/dxgi-status) - probably need to just `Sleep()` when that happens. Cross reference with #907

I couldn't get `DXGI_STATUS_MODE_CHANGED` to be returned even when I added/removed a secondary monitor, so this backend is pretty much ready to start providing compiled builds for Still need to...

Server list should probably be sorted using a stable sorting algorithm