Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-24 | Broadcast refactor (#4264) | peterbell10 | 1 | -0/+25 | |
* Move Broadcast functions from cChunkMap to cBroadcaster - Remove cBroadcastInterface in favour of cBroadcaster. - cChunk: Remove broadcast functions. * resurect broadcast interface * Absorb cBroadcaster into cWorld. Removes the need for forwarding the function calls. * Improve const-correctness * Use Int8 instead of char + Comment `ForClients` functions * Improve comments * Broadcaster: Rename ForClients functions |