2021-01-27 |
Teemu Piippo |
reduce delta with default
protocol5
|
changeset |
files
|
2021-01-27 |
Teemu Piippo |
added protocol5 branch's string reading function which seems to be more reliable
|
changeset |
files
|
2021-01-27 |
Teemu Piippo |
added packet queue as a new head
protocol5
|
changeset |
files
|
2021-01-27 |
Teemu Piippo |
remove the packet queue for now
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Reduce delta between branches
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Merged with default
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Reduce delta to protocol5 branch by importing the change to RCONSessoin::handlePacket's signature
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Added the PacketQueue class to make use of the sequence numbering to process packets in the correct order, and the ZFC9000 end of packet recovery protocol.
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Fixed compilation problem
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Merged with default
protocol5
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Fixed Container::splice() method trimming the last element even when not supposed to
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Added the ByteArray::quote() method to return a string representation of the byte array, and used it to print out the contents of unparseable packets.
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Added Doxygen configuration
|
changeset |
files
|
2016-07-23 |
Teemu Piippo |
Added versions of min() and max() that find the smallest and largest values in an iterable.
|
changeset |
files
|
2016-07-22 |
Teemu Piippo |
Fixed compilation problems.
protocol5
|
changeset |
files
|
2016-07-22 |
Teemu Piippo |
Merged with default
protocol5
|
changeset |
files
|
2016-07-22 |
Teemu Piippo |
Added the ByteArray typedef for Vector<unsigned char>
|
changeset |
files
|
2016-07-22 |
Teemu Piippo |
Bytestream now behaves more like a cursor. It does not store the data anymore, rather it leaves the user to specify a vector to use for storage.
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Restyled RCONSession method names and paren style
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Merged with default
protocol5
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Eliminated unnecessary difference to the protocol5 branch
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Merged with default
protocol5
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter.
|
changeset |
files
|
2016-07-20 |
Teemu Piippo |
Fixed complation problems.
protocol5
|
changeset |
files
|