This PR adds windows support (including clang-cl), along with some major changes to the code.
The library:
Is now header-Only.
No longer uses char*
Is now under a namespace (meaning you have to do stuff like rconpp::rcon).
No longer returns rvalues as const.
Uses constexpr rather than define.
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.
This PR adds windows support (including clang-cl), along with some major changes to the code.
The library:
rconpp::rcon
).const
.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.