summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-11eathena: add partial support for packet SMSG_PLAYER_REFINE 0x0188.Andrei Karas1-0/+14
2015-03-11eathena: add partial support for packet SMSG_PLAYER_IDENTIFIED 0x0179.Andrei Karas1-0/+13
2015-03-11eathena: add partial support for packet SMSG_PLAYER_IDENTIFY_LIST 0x0177.Andrei Karas1-0/+15
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-2/+4
2015-02-13Fix code style.Andrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-6/+6
2015-02-11Add typed bool type Equipm.Andrei Karas1-9/+14
2015-02-11Add typed bool type Favorite.Andrei Karas1-9/+12
2015-02-10Fix case in new strong typed types.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-9/+19
2015-02-10Add typed bool type Identified.Andrei Karas1-10/+25
2015-01-30Fix code style.Andrei Karas1-1/+1
2015-01-25Fix compilation warnings.Andrei Karas1-12/+0
2015-01-25Add weight bar into cart window.Andrei Karas1-2/+6
2015-01-24eathena: fix getting cart items list from server.Andrei Karas1-2/+2
2015-01-24eathena: add packet SMSG_PLAYER_CART_REMOVE 0x0125.Andrei Karas1-0/+24
2015-01-24eathena: add packet SMSG_PLAYER_CART_ITEMS 0x0993.Andrei Karas1-0/+34
2015-01-24eathena: impliment packet SMSG_CART_INFO.Andrei Karas1-1/+25
2015-01-24eathena: add packet SMSG_PLAYER_CART_EQUIP 0x0994.Andrei Karas1-0/+39
2015-01-24eathena: add packet SMSG_PLAYER_CART_ADD 0x01c5.Andrei Karas1-0/+48
2015-01-24Move inventory type into separate file.Andrei Karas1-9/+9
2015-01-23eathena: add partial support for packet SMSG_CART_REMOVE 0x012b.Andrei Karas1-0/+10
2015-01-23eathena: add partial support for packet SMSG_CART_INFO 0x0121.Andrei Karas1-0/+13
2015-01-06Move equip slots enum into separate file.Andrei Karas1-17/+19
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-12/+12
2014-12-13eathena: fix reading packet SMSG_PLAYER_STORAGE_ITEMS.Andrei Karas1-1/+1
2014-12-13eathena: fix packet SMSG_PLAYER_STORAGE_REMOVE.Andrei Karas1-1/+1