![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
Enumerations | |
| enum | AccountPermission { Normal, Admin } |
Functions | |
| Pokemon * | GenerateRandomPokemon () |
| receptionIsActive_ (false) | |
| port_ (DEFAULT_PORT) | |
| clients_ () | |
| clientsMutex_ () | |
| world_ () | |
| worldMutex_ () | |
| worldUpdateTimer_ () | |
| contentManager_ (yap::ContentManager::Instance()) | |
| objectFactory_ (yap::ObjectFactory::Instance()) | |
| worldObjectStateFactory_ (yap::WorldObjectStateFactory::Instance()) | |
| logger_ (yap::DebugLogger::Instance()) | |
| databaseManager_ () | |
| databaseManagerMutex_ () | |
Definition at line 6 of file AccountPermission.hpp.
| yse::clients_ | ( | ) |
| yse::clientsMutex_ | ( | ) |
| yse::contentManager_ | ( | yap::ContentManager:: | Instance() | ) |
| yse::databaseManager_ | ( | ) |
| yse::databaseManagerMutex_ | ( | ) |
Definition at line 64 of file Server.cpp.
| Pokemon* yse::GenerateRandomPokemon | ( | ) |
Definition at line 35 of file AccountManager.cpp.
| yse::logger_ | ( | yap::DebugLogger:: | Instance() | ) |
| yse::objectFactory_ | ( | yap::ObjectFactory:: | Instance() | ) |
| yse::port_ | ( | DEFAULT_PORT | ) |
| yse::receptionIsActive_ | ( | false | ) |
Definition at line 15 of file ClientManager.cpp.
| yse::world_ | ( | ) |
| yse::worldMutex_ | ( | ) |
| yse::worldObjectStateFactory_ | ( | yap::WorldObjectStateFactory:: | Instance() | ) |
| yse::worldUpdateTimer_ | ( | ) |