Frame profiler
Go to file
Bartosz Taudul c2926f2a0d Store custom strings as const char*, not std::string.
It would seem that std::string is not moved, but copied, thus
invalidating the pointer.
2017-09-27 02:36:14 +02:00
client Zone text (custom string) transfer. 2017-09-27 02:18:17 +02:00
common Zone text (custom string) transfer. 2017-09-27 02:18:17 +02:00
imgui STB namespace is broken on unix. 2017-09-22 22:16:18 +02:00
server Store custom strings as const char*, not std::string. 2017-09-27 02:36:14 +02:00
standalone Update glfw to 3.2.1, vs2015. 2017-09-20 20:36:17 +02:00
test Add second scope test. 2017-09-23 21:37:14 +02:00
.gitignore Ignore imgui.ini files. 2017-09-15 22:50:36 +02:00