Jaskowicz1 / rconpp

A modern Source RCON library for C++
Apache License 2.0
10 stars 0 forks source link

feat: windows support added, massive changes to improve code #1

Closed Jaskowicz1 closed 11 months ago

Jaskowicz1 commented 11 months ago

This PR adds windows support (including clang-cl), along with some major changes to the code.

The library:

This PR should also fix a possible bug where you could possibly see IDs/data_size break if above 255. The bug was never seen but, after some talks with a friend, they spotted that it could happen.