Commit Graph

8 Commits

Author SHA1 Message Date
Otto Naderer 8e5d81f913 cmake op for native irrlicht 2022-06-07 22:01:26 +02:00
Otto Naderer fb0b8cee79 Merge branch 'master' into dev 2022-06-07 17:52:34 +02:00
Otto Naderer ed8345550f added quaternions to packet structures 2022-06-05 14:31:52 +02:00
rna88 967378ae98 SInPacket now tracks decryption/decompression failure.
Previously there was no way to tell if an incoming packet was
incorrectly formatted. The new function SInPacket.isValid()
can be called after decryption/decompression to determine if
the packet wasn't decrypted and/or decompressed properly.

* Added "valid" attribute to SInPacket.
* Decryption routine unsets "valid" if buffer is not divisible by 16.
* Decompression routine unsets "valid" on receiving zlib error code.
2018-03-15 20:12:33 -07:00
rna88 f9b49365c0 Fixed issues with CNetManager::getPeerCount() returning incorrect number of peers. 2018-03-13 17:11:08 -07:00
rna88 fe00af35d2 Fixed issue with clients not properly ending their connection after being destroyed. Removed git tracking of compiled binaries/library. 2018-03-12 23:53:10 -07:00
rna88 73c54c580d Reorganizing examples. 2018-03-11 05:05:43 -07:00
rna88 18b7ce6bc9 Initial commit. 2018-03-10 20:07:10 -08:00