moonshadow565
moonshadow565
No i mean like i put my main code in subfolder of Makefile something like SOURCE not additional libraries its not realy hard i can make modifications myself but would...
Yeah it is but it's trivial matter to implement this stuff :P i don't like having 2 makefiles because its messy and also its buggy because i can't include 1...
@luto yeah thats what i meant
Its changed to new format from here: https://github.com/LoL-Fantome/LeagueMetaJson
The amount of interfaces people put in GameServerCore is insane and unecesary. For start pure data classes/structs(C# calls those Records iirc) don't need interface and instead should directly be in...
I would use it with authorization header. Currently i generate bunch of methods (roughly 2000) that take custom POD struct. The struct has authorization header string saved as well as...
I did a change like this as well by first swapping std::ifstream to custom file reader that reads out of mmap. Which btw as consequence showed that one of the...
probably was running old version
