summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas1-0/+40
2014-09-06eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.Andrei Karas1-0/+14
2014-09-06Move processPlayerEquip from ea namespace into tmwa and eathena.Andrei Karas1-0/+18
2014-09-06Move processPlayerInventory from ea namespace into tmwa and eathena.Andrei Karas1-0/+70
2014-09-06move processPlayerInventoryAdd from ea namespace into tmwa and eathena.Andrei Karas1-0/+70
2014-09-06Move processPlayerEquipment from ea into tmwa and eathena namespace.Andrei Karas1-0/+52
2014-08-30Remove additional parameters from processPlayerInventory function.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-0/+1
2013-04-25fix some code style by cpplint.Andrei Karas1-1/+0
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2