Triang3l

Results 100 comments of Triang3l

Yes, using async IO breaks the Quake state machine entirely. I had to do whole-client-subsystem hacks to add WebSocket connection support.

Thanks for loving my code. I had to change the Host.Frame function directly in a hacky way (by adding a global variable that makes only console drawing called in the...

@draiN-NEO Do you know any retail games with PDBs or XDBs, by the way?

How compatible is the format with seeking to arbitrary files and within files?

LLVM may be a more or less quick route (though will still require a lot of work), but aside from long recompilation (I also don't know what the runtime performance...

> Might be worth the data-point but there is an [xbyak for aarch64](https://github.com/fujitsu/xbyak_aarch64) that may be utilized similar to how we currently utilize [xbyak](https://github.com/herumi/xbyak). Alternatively, we can use the official...

> @Triang3l You are a maintainer of this project. Could you or another maintainer pick one? Shifts and ORs? 😜 All instructions are 32-bit anyway.

> So you don't have a preference... I think the final step of recompilation is the least complex part, any way to generate bit fields would work, while all the...

The rules of suspension probably apply to termination also — on Windows we don't seem to care either.

Can you please squash the two commits into one as the new one largely supersedes the first commit?