summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-0/+2
2019-01-25Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19Andrei Karas1-0/+2
2019-01-25Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16Andrei Karas1-0/+2
2019-01-25Add packet CMSG_INVENTORY_EXPAND 0x0b14Andrei Karas1-0/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-09Add different use actions for items.Andrei Karas1-0/+3
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-31Change arrow slot from 23 to 10.Andrei Karas1-1/+1
2016-05-23Add all versions for packet CMSG_MOVE_TO_STORAGE.Andrei Karas1-0/+3
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-17/+17
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-17/+17
2016-04-08Fix code style.Andrei Karas1-1/+2
2016-04-06Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.Andrei Karas1-0/+2
2016-04-06Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.Andrei Karas1-0/+2
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas1-0/+2
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas1-0/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-3/+3
2015-09-02Remove MessageHandler classAndrei Karas1-6/+1
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-69/+0
2015-07-14Add ability for insert cards into items.Andrei Karas1-1/+7
2015-03-18eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.Andrei Karas1-0/+2
2015-03-18eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.Andrei Karas1-0/+2
2015-03-18eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.Andrei Karas1-0/+2
2015-03-12eathena: add partial support for packet SMSG_ITEM_DAMAGED 0x02bb.Andrei Karas1-0/+2
2015-03-12eathena: add partial support for packet SMSG_PLAYER_COOKING_LIST 0x025a.Andrei Karas1-0/+2
2015-03-12eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD_RESULT 0...Andrei Karas1-0/+2
2015-03-12eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD 0x023a.Andrei Karas1-0/+2
2015-03-12eathena: add partial support for packet SMSG_PLAYER_REFINE_LIST 0x0221.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REPAIR_EFFECT 0x01fe.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REPAIR_LIST 0x01fc.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REFINE 0x0188.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_IDENTIFIED 0x0179.Andrei Karas1-0/+2
2015-03-11eathena: add partial support for packet SMSG_PLAYER_IDENTIFY_LIST 0x0177.Andrei Karas1-0/+2
2015-01-24eathena: add packet SMSG_PLAYER_CART_REMOVE 0x0125.Andrei Karas1-0/+2
2015-01-24eathena: add packet SMSG_PLAYER_CART_ITEMS 0x0993.Andrei Karas1-0/+2
2015-01-24eathena: add packet SMSG_PLAYER_CART_EQUIP 0x0994.Andrei Karas1-0/+4
2015-01-24eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.Andrei Karas1-0/+2
2015-01-23eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.Andrei Karas1-0/+2
2015-01-23eathena: add partial support for packet SMSG_CART_INFO 0x0121.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-11-23Add support for additional slots in net code.Andrei Karas1-0/+3
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas1-0/+3
2014-10-17Add static in inventoryhandler.Andrei Karas1-13/+13
2014-10-14eathena: add partial support for packet.Andrei Karas1-0/+2