| Age | Commit message (Collapse) | Author |
|
|
|
auto happy = new year(2019);
|
|
auto happy = new year(2018);
|
|
|
|
to avoid conflicts (PLATFORM_WINDOWS is used/defined by CascLib)
|
|
Happy new year
|
|
* Also renames the header to it's correct name QueryCallback
(cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373)
|
|
player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet
|
|
Each network thread has its own io_service - this means that all operations on a given socket except queueing packets run from a single thread, removing the need for locking
Sending packets now writes to a lockfree intermediate queue directly, encryption is applied in network thread if it was required at the time of sending the packet
|
|
Happy new year (Again new year with idiots ...)
|
|
|