Multi-player, character-based, planet-scale, sandbox game
资 源 简 介
Multi-player, character-based, planet-scale, sandbox game
GameConcept
ForDevs
Uses
Libraries
(bold - static link on linux, on windows everything is static link)
* OGRE 1.8.1 (MIT): 3d render http://www.ogre3d.org/
* ZZipLib (LGPL)
* ZLib (zlib License)
* FreeImage (FPL or GPLv2)
* FreeType (FTL or GPLv2)
* OpenGL
* gflags 2.0 (New BSD): command line and config https://code.google.com/p/gflags
* glog 0.3.2 (New BSD): logging https://code.google.com/p/google-glog/
* openssl 1.0.1c (BSD like) SRP for authentication https://www.openssl.org/
* CEGUI 0.7.5 (MIT): gui http://cegui.org.uk/
* boost 1.53.0 (Boost Software License): http://www.boost.org/
* threads
* filesystem
* system
* timer
* asio
* protobuf 2.4.1 (New BSD): serialization and network protocol https://code.google.com/p/protobuf/
* OIS