summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-02-20Add missing const in net directory.Andrei Karas1-3/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-17Move cards constants into separate file.Andrei Karas1-20/+20
2016-01-13Add packet SMSG_SELECT_CART 0x00c2Andrei Karas1-0/+10
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-18Fix code style.Andrei Karas1-2/+0
2015-12-18Move inventory index related constants into separate file.Andrei Karas1-0/+2
2015-11-01Fix cart inventory initialisation if was no items in cart inventory.Andrei Karas1-1/+16
2015-09-23Fix another compilation warning.Andrei Karas1-1/+1
2015-09-23Add support for packet version 20150226 (hercules)Andrei Karas1-2/+80
2015-09-09Fix compilation with some options.Andrei Karas1-2/+2
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+5
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas1-0/+21
2015-09-09Show reason for item removing.Andrei Karas1-3/+46
2015-09-09Add unequip error notification.Andrei Karas1-2/+1
2015-08-29Fix code style.Andrei Karas1-5/+5
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-0/+940