summaryrefslogtreecommitdiff
path: root/src/net/ea/guildhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+2
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-1/+1
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_DELETE.Andrei Karas1-5/+0
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REPLY.Andrei Karas1-6/+0
2015-05-20eathena: impliment packet CMSG_GUILD_ALLIANCE_REQUEST.Andrei Karas1-5/+0
2015-05-10Add missing unimplimented packets notifications.Andrei Karas1-0/+8
2015-05-06Add strong typed bool type Modifiable.Andrei Karas1-1/+1
2015-03-11Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-23Add packet fields comments in guildhandler.Andrei Karas1-58/+58
2014-10-17Add static in guildhandler.Andrei Karas1-24/+26
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas1-2/+3
2014-10-10Fix code style.Andrei Karas1-2/+1
2014-10-07Move processGuildExpulsionList from ea namespace into eathena and tmwa.Andrei Karas1-16/+0
2014-10-07Move processGuildExpulsion from ea namespace into eathena and tmwa.Andrei Karas1-43/+39
2014-10-07Add reading guild skills in processGuildSkillInfo.Andrei Karas1-14/+25
2014-10-07fix processGuildMemberPosChange.Andrei Karas1-4/+4
2014-10-07Improve function processGuildBasicInfo.Andrei Karas1-12/+14
2014-10-07Move processGuildMemberLogin from ea namespace into eathena and tmwa.Andrei Karas1-19/+0
2014-10-06Move processGuildPositionInfo from ea namespace into eathena and tmwa.Andrei Karas1-37/+0
2014-09-10Change format in ActorType enum.Andrei Karas1-3/+3
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-9/+9
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-6/+6
2014-06-07fix code style.Andrei Karas1-15/+17
2014-05-18Remove useless includes.Andrei Karas1-0/+1
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-11/+13
2014-05-13Move actor type into separate file.Andrei Karas1-3/+3
2014-03-28simplify variables cleanup.Andrei Karas1-6/+5
2014-02-20improve includes.Andrei Karas1-0/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-14/+14
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-13Add player/item/other counter in social window.Andrei Karas1-0/+9
2013-05-03add comments for translators.Andrei Karas1-0/+9
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2
2013-04-14some more style fixes from cpplint.Andrei Karas1-11/+11
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-81/+81
2013-04-02improve guildhandler class.Andrei Karas1-49/+41
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-23/+20
2013-03-02Some fixes after coverity checks.Andrei Karas1-4/+1
2013-02-18Add option to show/hide guild online messages.Andrei Karas1-0/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-28Fix option "Show chat history" for all tabs.Andrei Karas1-1/+3
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-50/+50