summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-3/+3
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-1/+1
2018-08-06Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and...Andrei Karas1-25/+0
2018-07-26Add support for changed item id size in packets.Andrei Karas1-1/+1
2018-01-04Update copyrights year.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-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-11/+11
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-2/+2
2016-03-11Fix code style.Andrei Karas1-2/+0
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas1-44/+0
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas1-1/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas1-0/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-1/+1
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas1-21/+0
2015-08-29Fix code style.Andrei Karas1-1/+2
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-0/+257