dartasen

Results 10 issues of dartasen

Right now, we're starting to patch multiple vanilla command to either disable them or to add some nitrox behaviours to them : - time - sub - speed - daynightspeed...

Area: dev
Type: enhancement

Rocket takeoff isn't sync for everyone, would be great getting it working

Status: verified

Currently you can edit the launch parameters but we should implement a user friendly UI-version for that.

Area: setup

Might be a great idea to add a "diagnostic summary" (firewalls, permissions, ...) that sets clipboard so users can paste here on discord. Can be part of a larger task...

Area: setup
Area: user interface (launcher)

- [ ] Use something else than `BinaryFormatter` for packet serialization : might need to investigate NetSerializer inside LiteNetLib or switch to [MessagePack](https://github.com/neuecc/MessagePack-CSharp) which is one of the best serializer...

Area: netcode

Type: bug
Status: verified

The original idea was to understand why the server loading could seem infinite when I try to start a server, I had assumed the possibility of race condition since we're...

Type: bug
Area: dependencies

### Describe the issue When a player joins a server, other people already connected will experience a lag peak shortly before the message "{PLAYER} joined ..." The issue should originate...

Complexity: easy
Area: spawning

To give a bit of context, In a .NET MAUI mobile app (Android/iOS) I'm constantly scanning BLE frames, which enables me to collect data from our sensors that emit BLE...