summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Fix code style.Andrei Karas2-5/+3
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas2-64/+2
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas2-36/+3
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas2-38/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas2-2/+4
2016-06-24Add packet CMSG_NAVIGATE_TOAndrei Karas3-1/+21
2016-06-22Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix st...Andrei Karas1-51/+22
2016-06-21Remove useless includes.Andrei Karas2-4/+0
2016-06-21Simplify Being::setSpriteCards, remove color parameters.Andrei Karas1-33/+0
2016-06-21Remove useless variable from BeingRecv::processBeingChangeLookContinue.Andrei Karas1-17/+16
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas4-89/+42
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas4-21/+11
2016-06-21In Being split setSprite into setSpriteColor and setSpriteColorId.Andrei Karas3-63/+32
2016-06-21In Being split setSpriteId into setSpriteId and unSetSprite.Andrei Karas4-44/+22
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas6-164/+82
2016-06-21In Being rename setSpriteID into setHairColorSpriteID.Andrei Karas1-1/+2
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas6-130/+73
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