summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Add missing id into packet version 20101124.Andrei Karas1-0/+1
2016-05-24Add packet CMSG_SKILL_USE_BEING from 2010 to newer.Andrei Karas1-0/+14
2016-05-24Add packet CMSG_BUYINGSTORE_CREATE from 2010 to newer.Andrei Karas1-0/+10
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+2
2016-05-24Add packet CMSG_PLAYER_INVENTORY_DROP from 2010 to newer.Andrei Karas1-0/+6
2016-05-24Add packet CMSG_HOMUNCULUS_MENU from 2010 to newer.Andrei Karas1-0/+23
2016-05-24Add packet CMSG_BUYINGSTORE_OPEN from 2010 and newer.Andrei Karas1-0/+14
2016-05-24Add packet CMSG_MOVE_FROM_STORAGE from 2010 to newer.Andrei Karas1-0/+17
2016-05-24Add packet CMSG_SEARCHSTORE_CLICK from 2010 to newer.Andrei Karas1-0/+11
2016-05-24Add packet CMSG_FRIENDS_ADD_PLAYER from 2010 to newer.Andrei Karas1-0/+17
2016-05-24Add packet CMSG_SOLVE_CHAR_NAME from 2010 to newer.Andrei Karas1-0/+16
2016-05-24Add packet CMSG_BUYINGSTORE_SELL for 2010 and newer.Andrei Karas1-0/+13
2016-05-24Add packet CMSG_SKILL_USE_POSITION for 2010 and newer.Andrei Karas1-0/+14
2016-05-23Add packet CMSG_PLAYER_CHANGE_ACT from 2010 to newer.Andrei Karas1-0/+14
2016-05-23Add packet CMSG_NAME_REQUEST for 2010 and newer.Andrei Karas1-0/+15
2016-05-23Add packet CMSG_BUYINGSTORE_CLOSE from 2010 and newer.Andrei Karas1-0/+19
2016-05-23Add packet CMSG_PLAYER_CHANGE_DEST from 2010 and newer.Andrei Karas1-0/+15
2016-05-23Add packet CMSG_SEARCHSTORE_NEXT_PAGE from 2010 and newer.Andrei Karas1-0/+11
2016-05-23Add packet CMSG_SKILL_USE_POSITION_MORE from 2010 and newer.Andrei Karas1-0/+14
2016-05-23Add all versions for packet CMSG_MOVE_TO_STORAGE.Andrei Karas3-1/+207
2016-05-23Dont show asserts in pickup special packets.Andrei Karas2-22/+64
2016-05-23Fix packets CMSG_PLAYER_INVENTORY_DROP and CMSG_ITEM_PICKUP.Andrei Karas2-4/+4
2016-05-20Remove duplicate packet defines.Andrei Karas1-4/+0
2016-05-20Fix code style.Andrei Karas1-2/+2
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas3-3/+66
2016-05-18Add all versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas2-3/+170
2016-05-18Fix some packet issues in version 2013xxxxAndrei Karas1-0/+4
2016-05-18Impliment packet CMSG_ITEM_PICKUP for all packet versions.Andrei Karas2-3/+131
2016-05-17Impliment packets CMSG_PLAYER_CHANGE_DIR and CMSG_MAP_PING for all packet ver...Andrei Karas3-4/+414
2016-05-17Fix sending packets for version 20151001 and bigger.Andrei Karas5-32/+113
2016-05-16Add support for packet version 20160316.Andrei Karas1-0/+30
2016-05-16Add support for packet version 20151216.Andrei Karas1-0/+29
2016-05-16Add support for packet version 20151104.Andrei Karas1-0/+19
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas9-29/+104
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas16-29/+79
2016-05-11Remove duplicates in packetsout.incAndrei Karas1-3/+0
2016-05-08Add packets for packet version 20151001.Andrei Karas1-0/+29
2016-05-07Impliment packets for packet version 20150916.Andrei Karas1-1/+30
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