summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+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-09Remove useless A_CONST attributes.Andrei Karas1-4/+4
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-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-12-23Add const attribute to net classes.Andrei Karas1-4/+4
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-19/+0
2015-07-14Add ability for insert cards into items.Andrei Karas1-1/+4
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-8/+8
2014-09-21eathena: add packet CMSG_PET_SELECT_EGG 0x01a7.Andrei Karas1-0/+2
2014-09-16eathena: add packet CMSG_PLAYER_FAVORITE_ITEM 0x0907.Andrei Karas1-0/+3
2014-09-13In inventoryhandler use for each packet own function.Andrei Karas1-0/+2
2014-09-10eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c.Andrei Karas1-0/+3
2014-09-10eathena: add packet CMSG_PLAYER_USE_CARD 0x017a.Andrei Karas1-0/+2
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processPlayerEquip from ea namespace into tmwa and eathena.Andrei Karas1-0/+2
2014-09-06Move processPlayerInventory from ea namespace into tmwa and eathena.Andrei Karas1-0/+2
2014-09-06move processPlayerInventoryAdd from ea namespace into tmwa and eathena.Andrei Karas1-0/+2
2014-09-06Move processPlayerEquipment from ea into tmwa and eathena namespace.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to net files.Andrei Karas1-8/+11
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+0
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-03improve inventoryhandler class.Andrei Karas1-7/+8
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1