ManaPlus
|
Variables | |
bool | showBasicInfo = false |
void EAthena::GuildRecv::processGuildAlianceInfo | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildBasicInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 99 of file guildrecv.cpp.
References _, ChatMsgType::BY_SERVER, CAST_S16, ChatTab::chatLog(), Guild::getGuild(), guildTab, IgnoreRecord_false, Actions::msg(), Guild::setEmblemId(), Guild::setName(), showBasicInfo, strprintf(), and TryRemoveColors_true.
void EAthena::GuildRecv::processGuildBroken | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildCreateResponse | ( | Net::MessageIn & | msg | ) |
Definition at line 61 of file guildrecv.cpp.
References NotifyTypes::GUILD_ALREADY, NotifyTypes::GUILD_CREATED, NotifyTypes::GUILD_EMPERIUM_CHECK_FAILED, NotifyTypes::GUILD_ERROR, Actions::msg(), and NotifyManager::notify().
void EAthena::GuildRecv::processGuildDelAlliance | ( | Net::MessageIn & | msg | ) |
Definition at line 606 of file guildrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::GuildRecv::processGuildEmblem | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildEmblemData | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildExpulsion | ( | Net::MessageIn & | msg | ) |
Definition at line 740 of file guildrecv.cpp.
References Actions::msg(), and processGuildExpulsionContinue().
void EAthena::GuildRecv::processGuildExpulsion2 | ( | Net::MessageIn & | msg | ) |
Definition at line 748 of file guildrecv.cpp.
References Guild::getMemberByCharId(), Avatar::getName(), Actions::msg(), processGuildExpulsionContinue(), and EAthena::taGuild.
void EAthena::GuildRecv::processGuildExpulsionContinue | ( | const std::string & | nick | ) |
Definition at line 625 of file guildrecv.cpp.
References actorManager, Being::clearGuilds(), Guild::clearMembers(), delete2, ActorManager::findBeingByName(), Being::getName(), NotifyTypes::GUILD_KICKED, NotifyTypes::GUILD_USER_KICKED, guildTab, localPlayer, NotifyManager::notify(), ActorType::Player, Guild::removeFromMembers(), Guild::removeMember(), SocialWindow::removeTab(), socialWindow, EAthena::taGuild, and ActorManager::updatePlayerColors().
Referenced by processGuildExpulsion(), and processGuildExpulsion2().
void EAthena::GuildRecv::processGuildExpulsionList1 | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildExpulsionList2 | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildExpulsionList3 | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildInvite | ( | Net::MessageIn & | msg | ) |
Definition at line 422 of file guildrecv.cpp.
References Actions::msg(), SocialWindow::showGuildInvite(), and socialWindow.
void EAthena::GuildRecv::processGuildInviteAck | ( | Net::MessageIn & | msg | ) |
Definition at line 437 of file guildrecv.cpp.
References NotifyTypes::GUILD_INVITE_ERROR, NotifyTypes::GUILD_INVITE_FAILED, NotifyTypes::GUILD_INVITE_FULL, NotifyTypes::GUILD_INVITE_JOINED, NotifyTypes::GUILD_INVITE_REJECTED, guildTab, Actions::msg(), and NotifyManager::notify().
void EAthena::GuildRecv::processGuildLeave | ( | Net::MessageIn & | msg | ) |
Definition at line 467 of file guildrecv.cpp.
References actorManager, Being::clearGuilds(), Guild::clearMembers(), delete2, ActorManager::findBeingByName(), Guild::getId(), Being::getName(), NotifyTypes::GUILD_LEFT, NotifyTypes::GUILD_USER_LEFT, guildTab, localPlayer, Actions::msg(), NotifyManager::notify(), ActorType::Player, Guild::removeFromMembers(), Being::removeGuild(), Guild::removeMember(), SocialWindow::removeTab(), socialWindow, EAthena::taGuild, and ActorManager::updatePlayerColors().
void EAthena::GuildRecv::processGuildLeave2 | ( | Net::MessageIn & | msg | ) |
Definition at line 510 of file guildrecv.cpp.
References actorManager, Being::clearGuilds(), Guild::clearMembers(), delete2, ActorManager::findBeingByName(), PlayerInfo::getCharId(), Guild::getId(), Guild::getMemberByCharId(), Avatar::getName(), NotifyTypes::GUILD_LEFT, NotifyTypes::GUILD_USER_LEFT, guildTab, localPlayer, Actions::msg(), NotifyManager::notify(), ActorType::Player, Guild::removeFromMembers(), Being::removeGuild(), Guild::removeMember(), SocialWindow::removeTab(), socialWindow, EAthena::taGuild, and ActorManager::updatePlayerColors().
void EAthena::GuildRecv::processGuildMasterOrMember | ( | Net::MessageIn & | msg | ) |
Definition at line 94 of file guildrecv.cpp.
References Actions::msg().
void EAthena::GuildRecv::processGuildMemberList | ( | Net::MessageIn & | msg | ) |
Definition at line 204 of file guildrecv.cpp.
References actorManager, Guild::addMember(), beingHandler, CAST_U8, Guild::clearMembers(), ActorManager::findBeingByName(), ActorManager::findCharById(), Being::getLevel(), Guild::getName(), Being::intToGender(), Logger::log1(), logger, Actions::msg(), ActorType::Player, Net::BeingHandler::requestNameByCharId(), Avatar::setCharId(), Avatar::setExp(), Avatar::setGender(), Being::setGuildName(), Avatar::setID(), Avatar::setLevel(), Being::setLevel(), Avatar::setOnline(), GuildMember::setPos(), Avatar::setRace(), socialWindow, Guild::sort(), EAthena::taGuild, SocialWindow::updateGuildCounter(), Being::updateName(), ActorManager::updatePlayerColors(), and ActorManager::updatePlayerGuild().
void EAthena::GuildRecv::processGuildMemberLogin | ( | Net::MessageIn & | msg | ) |
Definition at line 715 of file guildrecv.cpp.
References CAST_U8, fromBool, Guild::getMember(), Avatar::getName(), guildTab, Being::intToGender(), Actions::msg(), Avatar::setGender(), Avatar::setOnline(), ChatTab::showOnline(), socialWindow, EAthena::taGuild, and SocialWindow::updateGuildCounter().
void EAthena::GuildRecv::processGuildMemberPosChange | ( | Net::MessageIn & | msg | ) |
Definition at line 343 of file guildrecv.cpp.
References Guild::getMember(), Actions::msg(), GuildMember::setPos(), and EAthena::taGuild.
void EAthena::GuildRecv::processGuildMessage | ( | Net::MessageIn & | msg | ) |
Definition at line 561 of file guildrecv.cpp.
References ChatMsgType::BY_SERVER, ChatTab::chatLog(), DEBUGLOGSTR, guildTab, IgnoreRecord_false, Actions::msg(), Catch::trim(), and TryRemoveColors_true.
void EAthena::GuildRecv::processGuildNotice | ( | Net::MessageIn & | msg | ) |
Definition at line 400 of file guildrecv.cpp.
References ChatMsgType::BY_SERVER, ChatTab::chatLog(), guildTab, IgnoreRecord_false, Actions::msg(), Actions::msg2(), and TryRemoveColors_true.
void EAthena::GuildRecv::processGuildOppositionAck | ( | Net::MessageIn & | msg | ) |
Definition at line 613 of file guildrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::GuildRecv::processGuildPosInfoList | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildPositionChanged | ( | Net::MessageIn & | msg | ) |
void EAthena::GuildRecv::processGuildPositionInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 680 of file guildrecv.cpp.
References Being::addGuild(), CAST_S16, chatWindow, config, Configuration::getBoolValue(), Guild::getGuild(), Guild::getName(), guildHandler, guildTab, ChatTab::loadFromLogFile(), localPlayer, Net::GuildHandler::memberList(), Actions::msg(), Guild::setEmblemId(), Being::setGuild(), Being::setGuildName(), PlayerInfo::setGuildPositionFlags(), Guild::setName(), and EAthena::taGuild.
void EAthena::GuildRecv::processGuildPosNameList | ( | Net::MessageIn & | msg | ) |
Definition at line 295 of file guildrecv.cpp.
References Guild::addPos(), Logger::log1(), logger, Actions::msg(), and EAthena::taGuild.
void EAthena::GuildRecv::processGuildReqAlliance | ( | Net::MessageIn & | msg | ) |
Definition at line 593 of file guildrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::GuildRecv::processGuildReqAllianceAck | ( | Net::MessageIn & | msg | ) |
Definition at line 600 of file guildrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::GuildRecv::processGuildSetPosition | ( | Net::MessageIn & | msg | ) |
Definition at line 829 of file guildrecv.cpp.
References actorManager, Being::addToCache(), ActorManager::findBeing(), Actions::msg(), and Being::setGuildPos().
void EAthena::GuildRecv::processGuildSkillInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 369 of file guildrecv.cpp.
References SkillDialog::addSkill(), fromBool, SkillOwner::Guild, SkillDialog::hideSkills(), Actions::msg(), PlayerInfo::setSkillLevel(), skillDialog, SkillDialog::updateModels(), and SkillDialog::updateSkill().
void EAthena::GuildRecv::processGuildUpdateCoords | ( | Net::MessageIn & | msg | ) |
Definition at line 664 of file guildrecv.cpp.
References Guild::getMember(), Actions::msg(), Avatar::setX(), Avatar::setY(), EAthena::taGuild, x, and y.
void EAthena::GuildRecv::processOnlineInfo | ( | Net::MessageIn & | msg | ) |
bool EAthena::GuildRecv::showBasicInfo = false |
Definition at line 58 of file guildrecv.cpp.
Referenced by EAthena::GuildHandler::GuildHandler(), EAthena::GuildHandler::info(), and processGuildBasicInfo().