ManaPlus
|
Namespaces | |
BeingRecv | |
BuySellRecv | |
CharServerRecv | |
ChatRecv | |
GameRecv | |
GeneralRecv | |
InventoryRecv | |
ItemRecv | |
LoginRecv | |
PartyRecv | |
PlayerRecv | |
QuestRecv | |
SkillRecv | |
TradeRecv | |
Data Structures | |
class | AchievementHandler |
class | AdminHandler |
class | AttendanceHandler |
class | AuctionHandler |
class | BankHandler |
class | BarterHandler |
class | BattleGroundHandler |
class | BeingHandler |
class | BuyingStoreHandler |
class | BuySellHandler |
class | CashShopHandler |
class | CharServerHandler |
class | ChatHandler |
class | ClanHandler |
class | ElementalHandler |
class | FamilyHandler |
class | FriendsHandler |
class | GameHandler |
class | GeneralHandler |
class | GuildHandler |
class | HomunculusHandler |
class | InventoryHandler |
class | ItemHandler |
class | LoginHandler |
class | Mail2Handler |
class | MailHandler |
class | MapHandler |
class | MarketHandler |
class | MercenaryHandler |
class | MessageIn |
class | MessageOut |
class | Network |
class | NpcHandler |
class | PartyHandler |
class | PetHandler |
class | PlayerHandler |
class | QuestHandler |
class | RefineHandler |
class | RouletteHandler |
class | SearchStoreHandler |
class | ServerFeatures |
class | SkillHandler |
class | TradeHandler |
class | VendingHandler |
Enumerations | |
enum | ServerFlags { FLAG_REGISTRATION = 1 } |
Functions | |
static void | setGm (Being *const dstBeing, const uint16_t gmstatus) |
void | updateProtocol () |
Variables | |
ServerInfo | mapServer |
ServerInfo | charServer |
static const unsigned int | packet_lengths_size = 0xFFFFU |
static const unsigned int | messagesSize = 0xFFFFU |
|
static |
Definition at line 64 of file beingrecv.cpp.
References Configuration::getIntValue(), localPlayer, paths, and Being::setGroupId().
Referenced by TmwAthena::BeingRecv::processPlayerMove(), TmwAthena::BeingRecv::processPlayerUpdate1(), and TmwAthena::BeingRecv::processPlayerUpdate2().
void TmwAthena::updateProtocol | ( | ) |
Definition at line 34 of file updateprotocol.cpp.
References TmwAthena::Network::clearHandlers(), itemIdLen, TmwAthena::Network::mInstance, and TmwAthena::Network::registerHandlers().
Referenced by TmwAthena::LoginRecv::processServerVersion().
ServerInfo TmwAthena::charServer |
Definition at line 61 of file charserverrecv.cpp.
Referenced by TmwAthena::CharServerHandler::connect(), TmwAthena::LoginHandler::getCharServer(), and TmwAthena::CharServerRecv::processCharMapInfo().
ServerInfo TmwAthena::mapServer |
Definition at line 59 of file charserverrecv.cpp.
Referenced by TmwAthena::GameHandler::connect(), TmwAthena::CharServerRecv::processChangeMapServer(), and TmwAthena::CharServerRecv::processCharMapInfo().
|
static |
Definition at line 71 of file network.cpp.
Referenced by TmwAthena::Network::dispatchMessages(), and TmwAthena::Network::Network().
|
static |
Definition at line 70 of file network.cpp.
Referenced by TmwAthena::Network::clearHandlers(), TmwAthena::Network::dispatchMessages(), and TmwAthena::Network::messageReady().