summaryrefslogtreecommitdiff
path: root/src/net/eathena/partyhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-5/+0
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+1
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas1-1/+2
2016-08-20Allow get auto item share party option.Andrei Karas1-0/+11
2016-05-17Fix sending packets for version 20151001 and bigger.Andrei Karas1-4/+11
2016-04-06Add packet CMSG_PARTY_SETTINGS 0x07d7.Andrei Karas1-6/+22
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-8/+8
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-64/+0
2015-08-29Fix code style.Andrei Karas1-5/+0
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas1-294/+19
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas1-0/+1
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-12/+24
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-03-10Add comments about some not implimented packets and remove them from reporting.Andrei Karas1-1/+1
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16eathena: remove packet SMSG_PARTY_UPDATE_HP.Andrei Karas1-4/+0
2014-12-16eathena: remove packet SMSG_PARTY_MOVE.Andrei Karas1-4/+0
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas1-13/+3
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-14/+14
2014-10-21Set cards from net code.Andrei Karas1-4/+2
2014-10-19add static in partyhandler.Andrei Karas1-5/+5
2014-10-14eathena: add packet SMSG_PARTY_LEADER 0x07fc.Andrei Karas1-0/+16
2014-10-14eathena: add partial support for packet SMSG_PARTY_ITEM_PICKUP 0x02b8.Andrei Karas1-0/+21
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas1-10/+10
2014-09-26Fix code style.Andrei Karas1-1/+1
2014-09-19Add comments for all output packets header.Andrei Karas1-12/+12
2014-09-16eathena: add packet CMSG_PARTY_ALLOW_INVITES 0x02c8.Andrei Karas1-0/+6
2014-09-12fix code style.Andrei Karas1-2/+3
2014-09-10Change format in ActorType enum.Andrei Karas1-2/+2
2014-09-10In party handler in changeLeader accept player nick.Andrei Karas1-1/+3
2014-09-10eathena: add packet CMSG_PARTY_CHANGE_LEADER 0x07da.Andrei Karas1-0/+8
2014-09-10eathenea: in party handler add comments about share options.Andrei Karas1-0/+2
2014-09-10eathena: add missing party invite errors.Andrei Karas1-0/+12