hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

Directly grab SFML networking sources #19

Open hhyyrylainen opened 6 years ago

hhyyrylainen commented 6 years ago

This way SFML dependency will go away and the code can finally be fixed to work better with nested sf::Packets. And the socket code should be updated to work with ipv6 (if SFML hasn't done that yet).

It might be worth it to try to avoid major changes to make it easier to grab fixes from SFML.