Pieter-Jan Briers
Pieter-Jan Briers
My attempts at building on Windows with latest stable Rust so far have resulted in a ton of errors from the `rust-users` crate. Gonna see if I can get this...
Ok so right now, there's a couple dependencies that fail to compile outright on Windows: * `users` * `datetime` * `zoneinfo-compiled` Then there's also the fact that basically all permissions...
It might be possible to use the same approach as [`colorama`](https://pypi.python.org/pypi/colorama/0.3.9), where on Windows it hooks `stdout`, strips control characters and instead fires off the relevant win32 API calls. Not...
We're still using this version of SharpFont 3 years later no problem so :shrug:
#3701 added `RG11B10UFLOAT_RENDERABLE`, so that can be ticked off.
This is by design, they're intended for stuff like radio buttons where this generally isn't the paradigm. That said it might be a useful feature to add.
I ran into this and found that you can modify BepInEx (or whatever you're loading with Doorstop) to `LoadLibraryW("renderdoc.dll")` first thing. This runs before Unity even initializes the game window,...
Should probably make `NetPeer.Connect(string host,...)` overloads select IP based on currently configured address family.
> This stands in direct contradiction with what [The Robust Book](https://docs.spacestation14.com/) states. It is plainly recommending making PRs that specifically change namespaces to file-scoped in two separate places: [as one...
Our game engine uses Lidgren and has had various changes made to it (e.g. `Span`). I did try to upstream some of it but my last few PRs haven't been...