Kawe Mazidjatari

Results 5 issues of Kawe Mazidjatari

This pull request contains: * Full CNetAdr class rewrite in modern C++ (protocol agnostic) * Full CSocketCreator rebuild (based on Valve's implementation, but protocol agnostic) * RCON for server (dedicated...

needs testing
waiting on changes by author

Implemented: * CServer * CClient * CNetChan * A few smaller ones Not all members align, however a lot do (structs have been taken from R5R). CServer is aligned entirely...

needs testing
needs code review
feedback wanted

Allows the user to compress the pak using Zstd. Compression is stream-based and is multithreaded. - Compression can be enabled by setting "compressLevel" to 1 or higher (max 22). -...

Small optimization for dtNavMeshQuery::findRandomPointAroundCircle; stack variable 'parentTile' and 'parentPoly' were never used, rendering the call to dtNavMesh::getTileAndPolyByRefUnsafe extraneous.

Work in progress particle system support. Currently, only the DMX parser works. Jobs left to be done: - Reverse engineer 183 particle operator classes and implement deserializers for them. -...