summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Fix code style.Andrei Karas1-5/+0
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas1-261/+17
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-07Remove useless parameter from PartyHandler::inviteResponse.Andrei Karas1-2/+1
2015-06-03Convert PacketShare enum into strong typed enum.Andrei Karas1-6/+8
2015-05-29Add strong typed int type BeingId.Andrei Karas1-9/+9
2015-05-24Add strong typed bool type Online.Andrei Karas1-2/+2
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processPartyUpdateHp from ea namespace into tmwa.Andrei Karas1-0/+23
2014-12-16Move processPartyMove from ea namespace into tmwa.Andrei Karas1-0/+31
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas1-1/+2
2014-12-13Move processPartyInvited from ea namespace into eathena and tmwa.Andrei Karas1-0/+20
2014-10-23Add packet fields comments in partyhandler.Andrei Karas1-28/+28
2014-10-19add static in partyhandler.Andrei Karas1-3/+3
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas1-7/+7
2014-09-19Add comments for all output packets header.Andrei Karas1-9/+9
2014-09-16eathena: add packet CMSG_PARTY_ALLOW_INVITES 0x02c8.Andrei Karas1-0/+4
2014-09-10Change format in ActorType enum.Andrei Karas1-1/+1
2014-09-10In party handler in changeLeader accept player nick.Andrei Karas1-1/+1
2014-09-10eathena: add packet CMSG_PARTY_CHANGE_LEADER 0x07da.Andrei Karas1-0/+4
2014-09-10Move processPartyInviteResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+29
2014-09-10Remove party invite function by being object.Andrei Karas1-9/+0
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07Move processPartyMessage from ea namespace into eathena and tmwa.Andrei Karas1-0/+24
2014-09-07eathena: fix party tab creation.Andrei Karas1-3/+1
2014-09-07Move processPartyInfo from ea namespace into eathena and tmwa.Andrei Karas1-0/+105
2014-09-07Move processPartySettings from ea namespace into eathena and tmwa.Andrei Karas1-0/+23
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-06-07fix code style.Andrei Karas1-2/+3
2014-05-21fix compilation without C++11 options.Andrei Karas1-2/+2
2014-05-20Move partyshare into separate file.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-3/+3
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+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-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+3
2013-04-10Improve partyhandler class.Andrei Karas1-10/+10
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-5/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-02Add const to more classes.Andrei Karas1-2/+3
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-4/+4