Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed up a few valgrind warnings | madmaxoft@gmail.com | 2012-10-25 | 1 | -1/+1 |
* | Fixed slot parsing in 1.2.5 causing weird behavior ( http://forum.mc-server.org/showthread.php?tid=551&pid=4413#pid4413 ) | madmaxoft@gmail.com | 2012-09-06 | 1 | -0/+5 |
* | Debugging in cByteBuffer::Write(); added the ReadAgain() method to allow ProtoProxy re-send the data it has parsed. | madmaxoft@gmail.com | 2012-09-04 | 1 | -0/+28 |
* | Added writing support to cByteBuffer (will be used by ProtoProxy) | madmaxoft@gmail.com | 2012-09-02 | 1 | -3/+137 |
* | Cut out all packet handling to a separate cProtocol descendant | madmaxoft@gmail.com | 2012-08-27 | 1 | -0/+9 |
* | Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects. | madmaxoft@gmail.com | 2012-08-18 | 1 | -0/+14 |
* | Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 ) | madmaxoft@gmail.com | 2012-08-17 | 1 | -0/+324 |