← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/refac-netcode into lp:widelands

 

The proposal to merge lp:~widelands-dev/widelands/refac-netcode into lp:widelands has been updated.

Description changed to:

Hint: You don't need to know anything about networking to review this.

Moving some code around to hide most SDLNet specific calls inside two classes. This branch should not change anything on the functionality but is a preparation for a future replacement of SDLNet with boost.asio.

Renamed the classes NetHost/NetClient to GameHost/GameClient and introduced new classes NetHost/NetClient with the "real" network calls (the SDLNet function calls). Also changed some related code segments in the hope of improving code quality.

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/refac-netcode/+merge/323798
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/refac-netcode into lp:widelands.


References