summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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