Mario Reder
Mario Reder
Stars are currently not completely synced. Only future collection of stars and door unlocks are synced to all clients, but if a player joins at a later point of time,...
Opening dev tools via hotkeys would be helpful to further investigate client issues.
Now that nushell has an eval-like mechanism for setting environment variables, I’d like to open this feature request to also add support for it. Via the `load-env` command, one can...
Hey! I am trying to add wasm-bindgen support and stumbled across several problems. This PR is still very wip. - I don't know how to define a feature for a...
This PR adds a new argument `--reference-types`, which enables reftype compilation for wasm-bindgen. This feature is hoped to enable more efficient communication between the host (JS) and the wasm module,...
The zip download format is only meant as a fallback for browsers, because you cannot use the cemu-smm library on client side. The protobuf requests will decrease server load by...
Hi, I encountered a problem, that an `IntersectionEvent` with `intersecting: false` has a chance of failing to be fired, if multiple sensor colliders are attached to a rigid body (as...