New game server:
- Incomplete implementation
- More robust, no memory leaks, better architecture for easy features addition
- Incompatible with current client
if(WIN32 AND NOT UNIX) file(GLOB DLLs *.dll) install(FILES ${DLLs} DESTINATION bin)endif(WIN32 AND NOT UNIX)