summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Remove useless includes.Andrei Karas3-6/+0
2016-06-20Add explicit keyword into CardsList.Andrei Karas6-73/+73
2016-06-15Fix other include issues.Andrei Karas1-6/+0
2016-06-14Fix compilation with old compilers and without C++11 flags.Andrei Karas2-0/+10
2016-06-14Remove all code from processPetMessage.Andrei Karas1-24/+5
2016-06-14Remove some useless includes.Andrei Karas7-42/+8
2016-06-13Fix includes and update deheader ci script.Andrei Karas16-23/+6
2016-06-11Remove unused includes.Andrei Karas1-2/+0
2016-06-09Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.Andrei Karas1-0/+3
2016-06-08Simplify set weapon sprite.Andrei Karas8-94/+11
2016-06-08Add setWeaponId into Being class.Andrei Karas4-0/+12
2016-06-08Add setTempSprite method into Being.Andrei Karas8-78/+3
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas6-73/+146
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas6-73/+146
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas6-69/+186
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas6-57/+198
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas6-39/+39
2016-06-08Add strong typed bool IsTempSprite.Andrei Karas2-3/+5
2016-06-08Add strong typed bool IsWeapon.Andrei Karas6-19/+68
2016-06-03Fix code style.Andrei Karas6-6/+14
2016-05-31Fix different include issues.Andrei Karas22-10/+55
2016-05-29Fix code style.Andrei Karas1-2/+2
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas4-21/+128
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