+ addressed every code safety demands compiler had in order to make it possible to build in release configuration without suppressing warning(warning C4244 still had to be suppressed because it was coming from external libraries xxhash and stb)
+ changed to proxying XInput9_1_0 instead of directx11 interface
+ recoded protocolbuffer helper
+ improved variable namings in fileshare
- removed ida_defs.h header as its not needed anymore
+ added in-game developer console
+ added dvar definitions and helping class
+ list of known game dvars can be found inside variables.cpp
+ adjusted logger component
+ re-enabled com_frame hook
+ some minor code formatting