Sleepy Flower

Results 243 comments of Sleepy Flower

https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual-studio?view=msvc-160

I'm going to guess some connection issue, I did change one of the parms for reconnecting that might help fix this. However, it's really hard to tell if that really...

In commit 1f92335, the client should now reconnect on common disconnections. However this takes advantage of some of the code breaking changes added to the develop, thankfully it shouldn't be...

the json.c stuff has been removed and right now I'm merging develop branch, so there's going to be merge conflicts.

Issues isn't really for asking questions roles are stored in the server and serverMember. However the current server class doesn't have roles or members.

It can but not easily. To do so you'll have to parse the server object to get the list of roles.

You'll need a few things. I wouldn't call them classes as they are JSON object or number. We will need the Guild Member, which you'll need the server or server...

I would wait for me to make the above much easier. I've already done most of the work, however I ran into performance issues when dealing with large servers.

Sorry it took so long, I was working on other project also adding this feature also made the library use a bit more ram and cpu. On Debug, it's a...

It looks like you declared server to be a std:: list. Can I see the declaration of server? Maybe use server->members instead of server.member