-
Replicating chunks is taking a HUGE amount of time (probably because of chunk data serialization).
Try to optimize this, but if there are no significant gains or straightforward paths, the replicator…
-
### User story
As a server owner, I want to be able to run OxideMod so that I can mod my server
### Game
Rust
### Linux distro
Other
### Command
command: start
### Further information
Hello, …
-
### Code
The reproduction is a simple game in bevy: https://github.com/malezjaa/game
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (143ce0920 2024-11-10)
binary: rustc
commit-ha…
-
A gamedev survey was run 2 years ago by @erlend-sh, the details are in #21. I think it would be cool to try and run one every year around August. It will be cool to see how the ecosystem has evolved, …
-
## CVE-2020-35912 - Medium Severity Vulnerability
Vulnerable Library - lock_api-0.3.4.crate
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Library home page: https…
-
## CVE-2020-35914 - Medium Severity Vulnerability
Vulnerable Library - lock_api-0.3.4.crate
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Library home page: https…
-
## CVE-2020-35911 - Medium Severity Vulnerability
Vulnerable Library - lock_api-0.3.4.crate
Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.
Library home page: https…
-
Please post ideas and suggestions regarding this Rust Server image here.
The plan right now is to rewrite this entire image from scratch, with much more customizability and more unique features, bu…
-
Rusty Jam(Game jam with games written in rust) co-host here. We recently got approached by a crypto company wanting this:
> We are currently looking for interesting partnerships with in order to br…
ghost updated
2 years ago
-
Bindgen currently does not (cannot) support C++ exceptions, because C++ won't be able to unwind correctly into the rust code.
An idea to support this would be to emit a C++ wrapper for the C++ func…