summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2018-05-20Drop for support server version 12.Andrei Karas1-1/+1
2018-05-20Drop for support server version 11.Andrei Karas1-1/+1
2018-05-18Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.Andrei Karas3-0/+21
2018-05-18Add packet CMSG_MAP_BLOCK_PLAY_CANCEL 0x0447.Andrei Karas3-0/+17
2018-05-18Add packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.Andrei Karas3-0/+13
2018-05-18Add packet CMSG_SKILL_USE_POSITION 0x0af4.Andrei Karas2-0/+18
2018-05-04Add packet CMSG_ATTENDANCE_REWARD for zero clients.Andrei Karas2-1/+9
2018-05-04Update packet SMSG_OPEN_WINDOW2 for zero protocol.Andrei Karas2-0/+7
2018-05-04Add packets 0x08bb SMSG_CHAR_PINCODE_MAKE_STATUS and 0x08bf SMSG_CHAR_PINCODE...Andrei Karas4-1/+26
2018-05-03Fix hiding deleted skills from skill info list without delete packet.s20180503Andrei Karas1-0/+1
2018-04-23Fix different cast issues and remove useless explicit keywords.Andrei Karas1-29/+35
2018-04-17Add packet SMSG_OPEN_WINDOW2 0x0ae2.s20180419Andrei Karas4-6/+92
2018-04-17Add packet CMSG_ATTENDANCE_REWARD 0x0aef.Andrei Karas3-0/+28
2018-04-17Add packet CMSG_WINDOW_OPEN_REQUEST2 0x0a68.Andrei Karas3-0/+23
2018-04-17Add empty attendance handler.Andrei Karas4-0/+87
2018-04-17Update BeingRecv::processSolveCharName for new zero protocol versions.Andrei Karas1-1/+3
2018-04-07Add packet SMSG_QUEST_NOTIFY_OBJECTIVES 0x08fe.Andrei Karas3-0/+15
2018-04-07Add packet SMSG_QUEST_UPDATE_OBJECTIVES 0x09fa.Andrei Karas2-1/+5
2018-04-07Add packet SMSG_QUEST_ADD 0x09f9.Andrei Karas2-3/+15
2018-04-07Add packet SMSG_QUEST_LIST 0x09f8.Andrei Karas2-1/+19
2018-04-07Add packet SMSG_BEING_HAT_EFFECTS 0x0a3b.Andrei Karas3-0/+21
2018-04-07Fix packet SMSG_FRIENDS_LIST 0x0201 for new packet versions.Andrei Karas1-1/+2
2018-04-07Update packet SMSG_FRIENDS_PLAYER_ONLINE for new packet versions.Andrei Karas3-3/+14
2018-04-06Add packet SMSG_FORMAT_COLOR_MESSAGE 0x09cd.Andrei Karas3-0/+12
2018-04-06Add packet SMSG_FORMAT_MESSAGE_STRING 0x02c2.Andrei Karas3-0/+13
2018-04-06Add variables with packet versions for each packet types (main, re, zero).Andrei Karas1-0/+25
2018-04-06Add packet SMSG_SOLVE_CHAR_NAME 0x0af7.Andrei Karas3-0/+30
2018-04-02Read whole packet in BeingRecv::processBeingSpecialEffect even if being not f...Andrei Karas1-0/+3
2018-03-29Update shuffle packets.Andrei Karas2-0/+204
2018-03-23Fix wrong packet size SMSG_ITEM_MVP_DROPPED 0x07fd.Andrei Karas1-1/+1
2018-03-14Add shuffle packets to new packet version.Andrei Karas2-0/+68
2018-03-14Add expired field into mailmessage.Andrei Karas1-2/+5
2018-03-10Update shuffle packets.s20180313Andrei Karas2-0/+136
2018-03-08Add server feature for check is pincode supported.Andrei Karas2-0/+7
2018-03-08Add support for change pin code by server request.Andrei Karas3-1/+17
2018-03-08Add support for enter auth pincode.Andrei Karas2-0/+11
2018-03-07Add support for set new pincode.Andrei Karas3-11/+11
2018-03-05Moved same methods from messageout into one file.Andrei Karas2-116/+0
2018-03-05Fix send bytes count in messageout.Andrei Karas1-5/+1
2018-03-05Moved same methods from messagein into one file.Andrei Karas2-131/+0
2018-03-05Add empty pincode manager.Andrei Karas4-21/+9
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas2-8/+0
2018-03-01Update zero shuffle packets.Andrei Karas1-0/+34
2018-02-24Update shuffle packets for new packet versions.Andrei Karas2-0/+170
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas2-8/+4
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-13Store clan names into each player being.Andrei Karas1-0/+18
2018-02-13Change client protocol version to 24.Andrei Karas1-1/+1
2018-02-13Add clan window.Andrei Karas1-0/+5
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas13-5/+54