summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
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