summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.Andrei Karas3-0/+19
2017-08-11Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_REFRESH_MAIL_LIST 0x09ef.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_REQUEST_ITEMS 0x09f3.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.Andrei Karas3-0/+23
2017-08-11Add packet CMSG_MAIL2_DELETE_MAIL 0x09f5.Andrei Karas3-0/+18
2017-08-11Add packet CMSG_MAIL2_READ_MAIL 0x09ea.Andrei Karas3-0/+22
2017-08-11Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_SEND_MAIL 0x09ec.Andrei Karas3-0/+50
2017-08-11Add function for send int64 fields into network.Andrei Karas2-0/+20
2017-08-11Fix added MAIL2 packets limits by packet version and plugin version.Andrei Karas3-1/+25
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas3-0/+17
2017-08-11Add packet CMSG_MAIL2_REMOVE_ITEM_MAIL 0x0a06.Andrei Karas3-0/+17
2017-08-11Add packet CMSG_MAIL2_ADD_ITEM_TO_MAIL 0x0a04.Andrei Karas3-0/+21
2017-08-11Add packet CMSG_MAIL2_OPEN_WRITE_MAIL 0x0a08.Andrei Karas3-0/+14
2017-08-11Change in packet names rodex to mail2.Andrei Karas1-12/+12
2017-08-11Add packet SMSG_RODEX_REQUEST_ITEMS 0x09f4.Andrei Karas3-0/+10
2017-08-11Add packet SMSG_RODEX_REQUEST_MONEY 0x09f2.Andrei Karas3-0/+12
2017-08-11Add packet SMSG_RODEX_MAIL_DELETE 0x09f6.Andrei Karas3-0/+9
2017-08-11Add packet SMSG_RODEX_READ_MAIL 0x09eb.Andrei Karas3-0/+35
2017-08-11Add packet SMSG_RODEX_MAIL_LIST_PAGE 0x09f0.Andrei Karas3-0/+29
2017-08-11Add packet SMSG_RODEX_SEND_RESULT 0x09ed.Andrei Karas3-0/+10
2017-08-11Add packet SMSG_RODEX_CHECK_NAME_RESULT 0x0a14.Andrei Karas3-2/+20
2017-08-11Add packet SMSG_RODEX_REMOVE_ITEM_RESULT 0x0a07.Andrei Karas3-1/+14
2017-08-11Add packet SMSG_RODEX_ADD_ITEM_RESULT 0x0a05.Andrei Karas3-0/+33
2017-08-11Add packet SMSG_RODEX_OPEN_NEW_MAIL_WINDOW 0x0a12.Andrei Karas3-0/+11
2017-08-11Add packet SMSG_MAIL2_ICON 0x09e7.Andrei Karas4-0/+79
2017-08-11change client packet version to 23.Andrei Karas1-1/+1
2017-08-10Add empty mail2handler.Andrei Karas4-0/+84
2017-08-10Read whole packet in processPlayerStatusChange if being not found.Andrei Karas1-0/+9
2017-08-09Add different use actions for items.Andrei Karas3-0/+28
2017-08-04Fix code style.Andrei Karas1-5/+0
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas61-8/+236
2017-07-17Fix issues detected by coverity.Andrei Karas1-1/+3
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas15-32/+32
2017-07-13Set group id from net code to not only local player.Andrei Karas2-10/+14
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas2-2/+2
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas5-11/+24
2017-06-30Fix packets for 20170329.Andrei Karas3-2/+21
2017-06-30Remove extra includes from headers.Andrei Karas3-0/+3
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas11-0/+17
2017-06-28Add packet SMSG_GUILD_MEMBER_LIST 0x0aa5.Andrei Karas2-3/+29
2017-06-28Add packet SMSG_GUILD_BASIC_INFO 0x0a84.Andrei Karas2-7/+28
2017-06-28Add packet SMSG_PARTY_MEMBER_JOB_LEVEL 0x0abd.Andrei Karas3-0/+26
2017-06-28Add packet SMSG_PARTY_INFO 0x0a44.Andrei Karas2-12/+35
2017-06-28Add packet SMSG_PARTY_MEMBER_INFO 0x0a43.Andrei Karas2-0/+14
2017-06-28Fix packet SMSG_VENDING_ITEMS_LIST for version 20160921.Andrei Karas2-2/+10
2017-06-28Add packet SMSG_PLAYER_INVENTORY_ADD 0x0a37.Andrei Karas2-1/+13
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3