summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix namespace comments.Andrei Karas9-10/+10
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas19-134/+136
2017-06-05Remove extra include from net/ea/loginrecv.cppAndrei Karas1-1/+0
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas2-44/+0
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-09Remove useless check from inventoryitem.h.Andrei Karas1-2/+0
2017-05-08Fix crash in cart and fix different use after free in item options.Andrei Karas1-1/+21
2017-05-07Add possible SDL warning fix with gcc snapshot.Andrei Karas1-3/+3
2017-05-02Remove extra includes.Andrei Karas1-2/+0
2017-05-01Remove ServerFeatures haveSlide because it depend only on server type.Andrei Karas2-17/+0
2017-04-21Add item options into item and get it from server.Andrei Karas1-0/+11
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+2
2017-01-31Remove extra include from buysellrecv.cppAndrei Karas1-1/+0
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas2-36/+0
2017-01-30Clean buy dialog dungling pointer if buy dialog was destroyed.Andrei Karas2-0/+9
2017-01-20Fix code style.Andrei Karas3-3/+6
2017-01-20Add missing initialisation for Token struct.Andrei Karas1-1/+5
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into net.Andrei Karas2-0/+7
2017-01-03Update copyright year.Andrei Karas64-64/+64
2016-12-30Improve drawing map layers.Andrei Karas1-0/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas2-2/+2
2016-11-11Fix typo implimented -> implemented.Andrei Karas5-6/+6
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-3/+4
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas4-719/+0
2016-09-12Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.Andrei Karas1-1/+5
2016-09-09Fix reading size for packet SMSG_MAP_MUSIC.Andrei Karas1-1/+1
2016-09-04Add support for close only client side window without affecting server.Andrei Karas1-0/+14
2016-08-29Done include sys/time.h in chatrecv.h if it already included.Andrei Karas1-1/+3
2016-08-29Fix some cast issues.Andrei Karas1-0/+1
2016-08-29Use time_t for time values.Andrei Karas3-3/+3
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-3/+0
2016-08-21Improve move3 packet handling for local player and for empty path.Andrei Karas1-8/+7
2016-08-20Split processPartySettingsContinue.Andrei Karas2-6/+10
2016-08-19Fix removing local player from guild.Andrei Karas1-0/+1
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-08-13Read whole packet SMSG_MAP_QUIT_RESPONSE.Andrei Karas1-1/+1
2016-07-29Add some missing tmwa defines.Andrei Karas1-0/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas3-6/+6
2016-07-20In client too old error messages, show manaplus.org url.Andrei Karas1-1/+2
2016-07-01Fix code style.Andrei Karas1-4/+2
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 Karas1-3/+0
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas2-14/+0
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas2-5/+3
2016-06-14Fix compilation with old compilers and without C++11 flags.Andrei Karas2-0/+10
2016-06-14Remove some useless includes.Andrei Karas3-18/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-4/+0
2016-06-11Remove unused includes.Andrei Karas1-2/+0