Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 1 | -2/+2 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | cNetwork: Added self pointers to keep objects alive for callbacks. | Mattes D | 2015-01-23 | 1 | -0/+3 |
| | | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1700&pid=17947#pid17947 | ||||
* | cNetwork: Changed listening API. | Mattes D | 2015-01-22 | 1 | -9/+2 |
| | | | | The link-callbacks for each new accepted link are now received from the OnIncomingConnection listen-callback. | ||||
* | cNetwork: Split the main cpp file into several files. | Mattes D | 2015-01-22 | 1 | -0/+109 |