summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-25Add packet CMSG_INVENTORY_EXPAND_REJECT 0x0b19Andrei Karas1-0/+4
2019-01-25Add packet CMSG_INVENTORY_EXPAND_CONFIRM 0x0b16Andrei Karas1-0/+4
2019-01-25Add packet CMSG_INVENTORY_EXPAND 0x0b14Andrei Karas1-0/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-09Add different use actions for items.Andrei Karas1-0/+12
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-06Impliment packet CMSG_MERGE_ITEM_CANCEL 0x0974.Andrei Karas1-0/+4
2016-04-06Impliment packet CMSG_MERGE_ITEM_ACK 0x096e.Andrei Karas1-0/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-8/+8
2016-01-22Add packet CMSG_QUICK_IDENTIFY_ITEM 0x0a35.Andrei Karas1-0/+4
2016-01-13Impliment packet CMSG_SELECT_CART 0x0980.Andrei Karas1-0/+5
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-7/+9
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-4/+0
2015-09-02Remove MessageHandler classAndrei Karas1-97/+0
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