summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2016-11-11Fix typo implimented -> implemented.Andrei Karas5-8/+8
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas2-5/+3
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas1-4/+4
2016-09-23Add missing comments into defines.Andrei Karas2-16/+25
2016-09-18Add serverFeature have flag.Andrei Karas2-0/+7
2016-09-17Remove extra include.Andrei Karas1-1/+0
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas3-7/+16
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