lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
622 stars 66 forks source link

Update bevy to 0.11 #93

Closed Olle-Lukowski closed 12 months ago

Olle-Lukowski commented 12 months ago

Just updates bevy to 0.11, and changes some stuff to fix errors. Let me know if I should make any changes!

starwolfy commented 12 months ago

There might be a regression. As the server I am unable to obtain the IP addresses of incoming connections. NetcodeServerTransport misses an implementation to return this data.

lucaspoffo commented 12 months ago

There might be a regression. As the server I am unable to obtain the IP addresses of incoming connections. NetcodeServerTransport misses an implementation to return this data.

This is actually not exposed in the NetcodeServerTransport, it should be. I'll add it in another commit, pretty easy to do.

Shatur commented 12 months ago

~@lucaspoffo @Olle-Lukowski we forgot to remove RenetSet enum.~ Never mind, you removed it after the merge.