Oh yeah, decided to get a glimpse of it from work.
However, github isnt working correctly with my corp proxy so i had to download v02 release sources only (as i know much has been done since).
Gotta learn alot
Learn constructions like vector iterations or << and >> stream operators to concatenate strings etc.
However code is very clean and i hope it wont take that much time for me to understand it all.
BTW:
1) Visual studio compiles the exe to DEBUG folder, but drops dll's in bin folder, and exe from debug folder wont see DATA folder anyway and complain and exit. Is there a simple way to make visual studio drop bins to bin folder, not DEBUG folder? Because as is, i have to compile, then go into debug foler, copy, go one up, paste, then run
2)
If i drop dependancies in deps folder, it wont work right there, since one of the yaml header files references yaml headers by yaml_cpp/filename.h, so, you have not only to include folder deps/include/yaml_cpp in the list of include folders, but the folder deps/include, otherwise errors about those files not found will occur i see its fixed in lastest source
3) Whenever i switch between any two screens, i have a graphical glitch. It seems that pallete is changed too soon, as soon as screen we are transitioning from starts to black out, not when the screen is completely gone. Or maybe this is fixed already in lastest code?