summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Use time_t for time values.Andrei Karas2-2/+2
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas2-0/+10
2016-08-24Remove useless includes.Andrei Karas1-7/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas2-24/+5
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-16/+5
2016-08-20Allow get auto item share party option.Andrei Karas2-0/+13
2016-08-20Split processPartySettingsContinue.Andrei Karas1-1/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas22-66/+0
2016-07-26Add tabs for stats in status window.Andrei Karas1-6/+0
2016-07-25Fix too big lines.Andrei Karas1-2/+4
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas3-89/+90
2016-07-24Remove extra includes.Andrei Karas2-3/+0
2016-07-24Remove completly support for tmwa version 0.Andrei Karas2-10/+3
2016-07-24Drop native guild support from tmwa.Andrei Karas8-347/+17
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-1/+5
2016-07-01Fix code style.Andrei Karas1-1/+1
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-30/+1
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-18/+2
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas1-19/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-1/+2
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas1-32/+18
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas1-10/+5
2016-06-21In Being split setSprite into setSpriteColor and setSpriteColorId.Andrei Karas2-56/+28
2016-06-21In Being split setSpriteId into setSpriteId and unSetSprite.Andrei Karas2-12/+6
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas3-64/+32
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas3-60/+30
2016-06-20Add explicit keyword into CardsList.Andrei Karas3-30/+30
2016-06-14Remove some useless includes.Andrei Karas1-6/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-3/+2
2016-06-09Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.Andrei Karas1-0/+3
2016-06-08Simplify set weapon sprite.Andrei Karas3-40/+5
2016-06-08Add setWeaponId into Being class.Andrei Karas2-0/+7
2016-06-08Add setTempSprite method into Being.Andrei Karas3-30/+0
2016-06-08Remove default value from parameter cards in Being->setSprite.Andrei Karas3-30/+60
2016-06-08Remove default value from parameter isItemSprite in Being->setSprite.Andrei Karas3-30/+60
2016-06-08Remove default value from parameter isWeapon in Being->setSprite.Andrei Karas3-28/+56
2016-06-08Remove default value from parameter colorId in Being->setSprite.Andrei Karas3-29/+97
2016-06-08Remove default value from parameter color in Being->setSprite.Andrei Karas3-15/+15
2016-06-08Add strong typed bool IsWeapon.Andrei Karas2-9/+37
2016-06-03Fix code style.Andrei Karas2-2/+4
2016-05-31Fix different include issues.Andrei Karas8-3/+24
2016-05-27Fix some false positive asserts in working with hair style equal to zero.Andrei Karas2-12/+76
2016-05-23Dont show asserts in pickup special packets.Andrei Karas1-11/+32
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas1-1/+3
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas3-1/+3
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas4-7/+31
2016-05-01Read whole packet SMSG_BEING_IP_RESPONSE if player not present.Andrei Karas1-1/+5
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas1-0/+5
2016-04-27Add server feature HaveKillerId.Andrei Karas1-0/+2
2016-04-27Fix reading whole packet SMSG_BEING_RESURRECT (tmwa).Andrei Karas1-2/+2