summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Fix possible thread structure memory leak on SDL2 if thread terminated before...Andrei Karas1-5/+2
2017-08-30Move some variables to better scope.Andrei Karas1-1/+3
2017-08-26Add inventory type for mail view window. Not allow drag from/to this inventory.Andrei Karas1-0/+1
2017-08-26Rename InventoryType::Mail into InventoryType::MailEdit.Andrei Karas1-1/+1
2017-08-23Add partial adding items into new mail message.Andrei Karas1-1/+1
2017-08-21Remove useless variables.Andrei Karas1-2/+1
2017-08-21Remove useless else.Andrei Karas1-2/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-8/+8
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas5-0/+15
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Add vector.h for use different vectors.Andrei Karas1-2/+2
2017-07-11Fix memory leak in BeingRecv::processBeingMove3, if player not totally visible.Andrei Karas1-2/+4
2017-06-30Remove extra includes from headers.Andrei Karas2-0/+2
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas2-0/+3
2017-06-11Rename player_relations into playerRelations.Andrei Karas2-3/+3
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas2-2/+2
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