summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-07Add packet SMSG_ADD_MAP_MARKER 0x09c1.Andrei Karas3-0/+10
2016-05-06Fix indent in sdltcpnet.cppAndrei Karas1-3/+3
2016-05-06Fix code style.Andrei Karas1-1/+1
2016-05-01Read whole packet SMSG_BEING_IP_RESPONSE if player not present.Andrei Karas1-1/+5
2016-05-01Fix another one old style cast warning in sdltcpnet.Andrei Karas1-0/+3
2016-05-01Guard include sdltcpnet.h with pragma in all files.Andrei Karas2-0/+9
2016-05-01Fix include order in sdltcpnet.Andrei Karas2-5/+6
2016-05-01Apply ignore pragma -Wold-style-cast only for clang > 3.7Andrei Karas1-3/+3
2016-05-01Disable warning -Wold-style-cast in SDL_net.h.Andrei Karas1-0/+4
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+8
2016-04-27Impliment packet CMSG_LOGIN_REGISTER_HAN.Andrei Karas1-5/+20
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas6-2/+42
2016-04-27Add server feature HaveKillerId.Andrei Karas3-0/+6
2016-04-27Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).Andrei Karas1-2/+2
2016-04-23Fix code style.Andrei Karas8-12/+13
2016-04-21Add option for enable/disable remote commands.Andrei Karas1-1/+5
2016-04-21Disable remote chat commands in away mode.Andrei Karas1-0/+4
2016-04-20Add old versions for packet CMSG_MAP_SERVER_CONNECT.Andrei Karas2-7/+41
2016-04-20Add packet CMSG_TAEKWON_RANKS 0x0225Andrei Karas6-0/+25
2016-04-19Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d.Andrei Karas6-0/+26
2016-04-19Add packet CMSG_SKILL_FEEL_SAVE_OK 0x0254Andrei Karas6-0/+28
2016-04-19Add missing version for packet CMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+1
2016-04-19Fix packet definition for different versions CMSG_SEARCHSTORE_SEARCH.Andrei Karas1-0/+71
2016-04-19Add different versions for packet CMSG_SKILL_USE_POSITION_MORE.Andrei Karas1-1/+5
2016-04-19Add different versions for packet CMSG_FRIENDS_ADD_PLAYER.Andrei Karas1-1/+10
2016-04-19Add different versions for packet CMSG_PARTY_INVITE2.Andrei Karas1-1/+8
2016-04-19Add different versions for packet CMSG_MAP_SERVER_CONNECT.Andrei Karas1-1/+10
2016-04-19Add different versions for packet CMSG_PLAYER_CHANGE_ACT.Andrei Karas1-1/+5
2016-04-19Add all versions for packet CMSG_MOVE_FROM_STORAGE.Andrei Karas1-1/+9
2016-04-19Add missing login server packets and add comments to some packets.Andrei Karas2-4/+13
2016-04-19Impliment some versioned packets.Andrei Karas1-6/+50
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas78-806/+806
2016-04-17Fix code style.Andrei Karas2-1/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas78-806/+806
2016-04-17Add packet version logging before load packets for given version.Andrei Karas1-0/+3
2016-04-15Change packet version to 6 (tmwa)Andrei Karas2-3/+13
2016-04-14For tmwa server version >= 0x100408 not send nick in chat message.Andrei Karas1-6/+17
2016-04-14Add packet SMSG_PLAYER_CLIENT_COMMAND 0x0230 (tmwa)Andrei Karas1-0/+1
2016-04-14Move function PlayerRecv::processPlayerClientCommand into ea namespace.Andrei Karas5-17/+21
2016-04-14Add name for default server updates group.Andrei Karas1-0/+5
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas2-0/+45
2016-04-08Fix code style.Andrei Karas4-4/+5
2016-04-07Move packet CMSG_QUICK_IDENTIFY_ITEM definition.Andrei Karas1-3/+2
2016-04-07Add different versions for packet CMSG_ITEM_PICKUP.Andrei Karas1-2/+19
2016-04-07Add different versions for packet CMSG_SKILL_USE_POSITION.Andrei Karas1-1/+8
2016-04-06Add different versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas1-1/+9
2016-04-06Add different versions for packet CMSG_PLAYER_CHANGE_DIR.Andrei Karas1-1/+16
2016-04-06Fix some packets id conflicts.Andrei Karas2-11/+151
2016-04-06Add packet CMSG_SKILL_USE_POSITION 0x0438.Andrei Karas1-0/+1
2016-04-06Add packet CMSG_PLAYER_INVENTORY_DROP 0x0885.Andrei Karas1-0/+1