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