summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-2/+5
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas1-6/+34
2016-04-01Sort more packets. Add version checks inside packets.Andrei Karas1-1/+5
2016-04-01Add versions to packets where inside exists version checks.Andrei Karas1-10/+9
2016-03-25Fix compilation without C++11 flags.Andrei Karas1-21/+18
2016-03-24Add enum for item types.Andrei Karas1-9/+21
2016-03-23Add packet SMSG_ACK_MERGE_ITEMS 0x096f.Andrei Karas1-0/+9
2016-03-23Add packet SMSG_MERGE_ITEM 0x096d.Andrei Karas1-0/+9
2016-03-22Fix packet version usage for hercules without evol plugin.Andrei Karas1-9/+30
2016-03-22Add check for from equip index.Andrei Karas1-0/+2
2016-03-11Fix code style.Andrei Karas1-3/+1
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-2/+2
2016-03-06Fix some slot conversion tables and add comments (hercules).Andrei Karas1-22/+23
2016-03-06Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.Andrei Karas1-3/+53
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