edmiester777

Results 3 issues of edmiester777

I use the example code on windows (minor tweaks to compile): ![image](https://user-images.githubusercontent.com/1354397/31980332-c8a2cf22-b919-11e7-8307-b40ecde8e2d6.png) And here is what outputs: ![image](https://user-images.githubusercontent.com/1354397/31980377-14deeace-b91a-11e7-9014-b302c7fd9f32.png) It appears that the LOG_SCOPE_F macro immediately closes the scope while on...

I fixed the regex parser to allow for [color] tags. This is directly in reference to issue #13. This will now parse the following: [color="#FFF"]test[/color] [color=#FFF]test[/color] [color = "#FFF"]test[/color] [color...

The api implementation was missing authenticating user with session tickets. I added the functionality in. This allows the nodejs web api to authenticate sessions for a specific game. Feel free...