Almost complete rewrite of server game state due to porting the network engine to asio. Server is still broken in a lot of ways. A game is no longer run in a separate thread (but this change is still incomplete).

This commit is contained in:
lotodore
2009-05-30 22:20:40 +00:00
parent 1ac6d2cd23
commit 08ed5e0496
6 changed files with 759 additions and 1271 deletions
+1
View File
@@ -90,6 +90,7 @@ public:
u_int32_t GetNextGameId();
ServerCallback &GetCallback();
TimerManager &GetTimerManager();
AvatarManager &GetAvatarManager();
ServerStats GetStats() const;