|
Zappy Server
C++ game server: world, rules, scheduler, network
|
This is the complete list of members for World, including all inherited members.
| _eggs | World | private |
| _gameEnded | World | private |
| _height | World | private |
| _nextEggId | World | private |
| _nextPlayerId | World | private |
| _observers | World | private |
| _players | World | private |
| _rng | World | private |
| _spawnEgg(const std::string &teamName, int x, int y, int parentPlayerId) | World | private |
| _teamNames | World | private |
| _tiles | World | private |
| _width | World | private |
| _winner | World | private |
| addEgg(int playerId) | World | |
| addPlayer(int connectionId, const std::string &teamName, int x, int y, Orientation orientation) | World | |
| addWorldObserver(IWorldObserver *observer) | World | |
| at(int x, int y) | World | |
| at(int x, int y) const | World | |
| checkWin() const | World | |
| consumeFood(int playerId) | World | |
| ejectPlayers(int ejectorId) | World | |
| finalizeIncantation(int x, int y, const std::vector< int > &participantIds) | World | |
| getEggs() const | World | |
| getPlayer(int id) | World | |
| getPlayers() const | World | |
| hatchEgg(int eggId) | World | |
| height() const | World | |
| isGameEnded() const | World | |
| movePlayer(int id, int x, int y) | World | |
| playerBroadcast(int playerId, const std::string &message) | World | |
| popEggForTeam(const std::string &teamName) | World | |
| removePlayer(int id) | World | |
| setResource(int playerId, ResourceType type) | World | |
| spawnInitialEggs(int countPerTeam) | World | |
| spawnResources() | World | |
| startIncantation(int playerId) | World | |
| takeResource(int playerId, ResourceType type) | World | |
| teamEggCount(const std::string &team) const | World | |
| teamPlayerCount(const std::string &team) const | World | |
| turnPlayer(int id, Orientation orientation) | World | |
| width() const | World | |
| winner() const | World | |
| World(int width, int height, const std::vector< std::string > &teamNames, unsigned int seed) | World |