-
Notifications
You must be signed in to change notification settings - Fork 5
To Do
agoose77 edited this page Dec 16, 2014
·
3 revisions
- Separate non-BGE specific behaviour in bge_game_system to the game_system module
- Assign docstrings to every method in network
- Assign docstrings to every method in bge_game_system
- Assign docstrings to every method in game_system
- Enforce stricter handler-specific read/write error checking (such as off-by-one)
- Use warnings as a gentle warning rather than hard Exceptions
- Monitor connection latency within the connections module
- Handle incoming packets by header using delegation rather than switching
- Unify usage of network Exceptions throughout network module
#Network
##Replication Overview
##Serialisation Data handlers
##Communication Messaging
#Game Framework ##Bindings Creating bindings