summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-03improve inventoryhandler class.Andrei Karas1-7/+7
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-8/+8
2012-01-29Fix possible hiding methods issues.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-498/+17
2011-07-08Add small optimisations and fixes.Andrei Karas1-2/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-6/+6
2011-05-31Fix slots mapping.Andrei Karas1-2/+3