summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Fix code style.Andrei Karas1-8/+2
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-420/+19
2015-08-17Remove some mode outdated color related code from tmwa.Andrei Karas1-2/+2
2015-08-16Add strong typed int for item color.Andrei Karas1-15/+50
2015-07-14Add ability for insert cards into items.Andrei Karas1-1/+1
2015-06-30Fix code style.Andrei Karas1-3/+0
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas1-2/+0
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas1-116/+40
2015-06-20Fix code style.Andrei Karas1-0/+4
2015-05-29Convert Pickup enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+2
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-02-13Fix code style.Andrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-8/+8
2015-02-11Add typed bool type Equipm.Andrei Karas1-12/+20
2015-02-11Add typed bool type Favorite.Andrei Karas1-12/+24
2015-02-10Fix case in new strong typed types.Andrei Karas1-18/+18
2015-02-10Add typed bool type Damaged.Andrei Karas1-12/+24
2015-02-10Add typed bool type Identified.Andrei Karas1-12/+33
2015-01-30Fix code style.Andrei Karas1-1/+2
2015-01-24Move inventory type into separate file.Andrei Karas1-3/+3
2015-01-06Move equip slots enum into separate file.Andrei Karas1-15/+17
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-13/+15
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas1-0/+18
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas1-8/+8
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas1-0/+27
2014-11-08Fix code style.Andrei Karas1-1/+0
2014-10-25Fix code style.Andrei Karas1-6/+6
2014-10-23Add packet fields comments in inventoryhandler.Andrei Karas1-52/+54
2014-10-21Set cards from net code.Andrei Karas1-11/+19
2014-10-21Add to item field favorite.Andrei Karas1-12/+14
2014-10-21Add to item field damaged.Andrei Karas1-12/+12
2014-10-21Add to item field identified.Andrei Karas1-30/+60
2014-10-20Remove item default parameters.Andrei Karas1-4/+4
2014-10-20eathena: add some missing pickup statuses.Andrei Karas1-1/+27
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-21eathena: add packet CMSG_PET_SELECT_EGG 0x01a7.Andrei Karas1-0/+4
2014-09-19Add comments for all output packets header.Andrei Karas1-7/+7
2014-09-17Remove getter for serverFeatures.Andrei Karas1-6/+6
2014-09-16Remove unused externsAndrei Karas1-1/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-6/+9
2014-09-16eathena: add packet CMSG_PLAYER_FAVORITE_ITEM 0x0907.Andrei Karas1-0/+5
2014-09-13fix compilation warnings.Andrei Karas1-3/+1
2014-09-13In inventoryhandler use for each packet own function.Andrei Karas1-36/+62
2014-09-10eathena: add packet CMSG_PLAYER_INSERT_CARD 0x017c.Andrei Karas1-0/+5
2014-09-10eathena: add packet CMSG_PLAYER_USE_CARD 0x017a.Andrei Karas1-0/+4
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas1-0/+32