summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2018-05-23Fix crash with wrong moving path.Andrei Karas1-0/+5
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas2-5/+3
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas1-0/+2
2018-01-09Remove useless A_CONST attributes.Andrei Karas7-12/+12
2018-01-04Update copyrights year.Andrei Karas64-64/+64
2017-12-28Remove extra includes.Andrei Karas1-0/+2
2017-12-28Add missing override and final to destructors.Andrei Karas6-6/+6
2017-12-23Remove default parameters from npcdialog.Andrei Karas1-3/+3
2017-12-23Remove default parameters in inventorywindow.Andrei Karas1-1/+1
2017-12-22Remove default parameters from chatwindow.hAndrei Karas1-2/+2
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas1-1/+3
2017-12-17Remove default parameters from viewport.hAndrei Karas1-1/+1
2017-12-17Remove default parameters from localplayer.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setStatMod.Andrei Karas1-1/+3
2017-12-17Remove default parameter from PlayerInfo::setStatBase.Andrei Karas1-1/+3
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-1/+3
2017-12-16Remove default parameters from Being::takeDamage.Andrei Karas1-1/+1
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