summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-0/+11
2019-01-25Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19Andrei Karas1-0/+11
2019-01-25Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16Andrei Karas1-0/+11
2019-01-25Add packet CMSG_INVENTORY_EXPAND 0x0b14Andrei Karas1-0/+14
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-06Drop support for plugin version 18.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-09Add different use actions for items.Andrei Karas1-0/+23
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-2/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-9/+9
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas1-1/+7
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas1-0/+1
2016-09-12Fix version for packet CMSG_PLAYER_FAVORITE_ITEM.Andrei Karas1-1/+1
2016-09-12Fix packet CMSG_PLAYER_EQUIP for old version and update id.Andrei Karas1-1/+4
2016-05-23Add all versions for packet CMSG_MOVE_TO_STORAGE.Andrei Karas1-1/+172
2016-05-23Fix packets CMSG_PLAYER_INVENTORY_DROP and CMSG_ITEM_PICKUP.Andrei Karas1-3/+3
2016-05-18Add all versions for packet CMSG_PLAYER_INVENTORY_DROP.Andrei Karas1-3/+148
2016-04-23Fix code style.Andrei Karas1-2/+2
2016-04-06Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.Andrei Karas1-0/+5
2016-04-06Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.Andrei Karas1-0/+13
2016-03-06Fix some slot conversion tables and add comments (hercules).Andrei Karas1-10/+11
2016-03-06Add support for two new equipment slots in hercules.Andrei Karas1-1/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-13/+13
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas1-0/+7
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas1-0/+8
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-2/+2
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-16Convert InventoryType enum into strong typed.Andrei Karas1-12/+12
2015-09-25Fix code style.Andrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas1-1/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-2/+0
2015-09-02Remove MessageHandler classAndrei Karas1-215/+0
2015-08-29Fix code style.Andrei Karas1-21/+1
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-906/+44
2015-08-22Impliment packet SMSG_BIND_ITEM.Andrei Karas1-3/+17
2015-08-22Impliment packet SMSG_PLAYER_CART_ADD_ERROR.Andrei Karas1-3/+11
2015-08-22Read damaged attribute from all packets.Andrei Karas1-4/+4
2015-08-21Impliment packet SMSG_PLAYER_REFINE.Andrei Karas1-5/+37
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_EXPIRED.Andrei Karas1-4/+18
2015-08-21Impliment packet SMSG_PLAYER_ITEM_RENTAL_TIME (hercules).Andrei Karas1-4/+12
2015-08-20Show card name in insert card dialog.Andrei Karas1-2/+6