Alain
Alain
Closes #49
When communicating a lot of data per frame with a client using a native UDP socket, the following error gets logged: ``` bevy_networking_turbulence: Receive Error: IoError(Wrapped(Os { code: 10040, kind:...
When trying to connect to a server using `NetworkResource::connect`, a `Connected` event is created. This happens immediately (except 1 frame delay), and even if there isn't actually a server listening....
Following the setup guide for fast builds on windows leads to errors when using dynamic linking. There seem to be two issues, which both have the solution of turning off...
Minecraft Version: 1.16.5 Forge Version: 36.2.2 Mod Version: 1.16.5-1.3.5 Single Player or Server: Server Wireless redstone transmitters don't work across dimensions. I see the dimension check in the code. https://github.com/Lothrazar/Cyclic/blob/a1c45d141470c1661c68809e4fe9627673b4a380/src/main/java/com/lothrazar/cyclic/block/wireless/redstone/TileWirelessTransmit.java#L98...
### Summary [CmdRunInteraction](https://github.com/RE-SS3D/SS3D/blob/master/Assets/Engine/Interactions/InteractionHandler.cs#L99) executes an interaction on the server, validating the possibility of this interaction given a Ray. This is supposed to prevent interactions with components invisible to the player...
### Summary Items placed on surfaces should adjust their position while respecting rotation and their collision box. ### Current Behavior When placing items, it is possible for them to clip...
### Summary The radial menu is responsible for presenting interactions to the player. In this process it calls methods that require an interaction event. The interaction event contains the target...
### Summary Poster items should have the ability to be used on walls. Players should have the ability to tear off existing posters, ### Goal Hanging up posters and tearing...
### Summary Currently, it is possible to "put on" clothes in the inventory. However, they do not show up on the character. Implement clothes being displayed on the character when...