summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-30Remove some cards number to constants.Andrei Karas1-4/+4
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-26/+26
2017-04-21Add item options into item and get it from server.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-05-23Dont show asserts in pickup special packets.Andrei Karas1-11/+32
2016-05-13Add into network code function readUInt16. Also fix reading cards id.Andrei Karas1-6/+6
2016-03-25Fix compilation without C++11 flags.Andrei Karas1-13/+9
2016-03-24Add enum for item types.Andrei Karas1-12/+18
2016-03-22Add check for from equip index.Andrei Karas1-0/+2
2016-03-17Fix reading packet SMSG_PLAYER_STORAGE_REMOVE (tmwa)Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-1/+1
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+1
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas1-3/+56
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-17Move cards constants into separate file.Andrei Karas1-12/+12
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-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas1-0/+21
2015-08-29Fix code style.Andrei Karas1-4/+1
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-0/+464