summaryrefslogtreecommitdiff
path: root/src/net/tmwa/partyhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-6/+6
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-20Allow get auto item share party option.Andrei Karas1-0/+9
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-09-02Remove MessageHandler classAndrei Karas1-58/+0
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