summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-17Fix item icon color if insert card in it.Andrei Karas1-0/+1
2015-08-16In all places try get item color from ItemColorManager.Andrei Karas1-12/+15
2015-08-16Add strong typed int for item color.Andrei Karas1-21/+70
2015-07-21Add missing checks and non null attributes.Andrei Karas1-0/+4
2015-07-15Update existing item after inserting card.Andrei Karas1-7/+18
2015-07-14Add ability for insert cards into items.Andrei Karas1-9/+38
2015-06-30Fix code style.Andrei Karas1-2/+0
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-4/+4
2015-06-25Add missing checks into net directory.Andrei Karas1-0/+4
2015-06-20Fix code style.Andrei Karas1-0/+3
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-3/+3
2015-05-01eathena: fix packet SMSG_PLAYER_STORAGE_ITEMS.Andrei Karas1-1/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-1/+1
2015-03-29Fix typo in packet name CMSG_MOVE_FROM_STORAGE.Andrei Karas1-1/+1
2015-03-18eathena: add partial support for packet SMSG_BIND_ITEM 0x02d3.Andrei Karas1-0/+12
2015-03-18eathena: add pacrtial support for packet SMSG_PLAYER_CART_ADD_ERROR 0x012c.Andrei Karas1-0/+12
2015-03-18eathena: add partial support for packet SMSG_PLAYER_FAVORITE_ITEM 0x0908.Andrei Karas1-0/+13
2015-03-13fix code style.Andrei Karas1-1/+1
2015-03-12eathena: add partial support for packet SMSG_ITEM_DAMAGED 0x02bb.Andrei Karas1-0/+13
2015-03-12eathena: add partial support for packet SMSG_PLAYER_COOKING_LIST 0x025a.Andrei Karas1-0/+15
2015-03-12eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD_RESULT 0...Andrei Karas1-0/+13
2015-03-12eathena: add partial support for packet SMSG_PLAYER_STORAGE_PASSWORD 0x023a.Andrei Karas1-0/+12
2015-03-12eathena: add partial support for packet SMSG_PLAYER_REFINE_LIST 0x0221.Andrei Karas1-0/+22
2015-03-11Fix compilation warning.Andrei Karas1-1/+1
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REPAIR_EFFECT 0x01fe.Andrei Karas1-0/+13
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REPAIR_LIST 0x01fc.Andrei Karas1-0/+21