summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Fix virtual overload function closeStorage.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-01-24Move inventory type into separate file.Andrei Karas1-5/+5
2015-01-06Move attributes.h into enums directory.Andrei Karas1-2/+3
2015-01-06Move equip slots enum into separate file.Andrei Karas1-24/+26
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-0/+1
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas1-18/+0
2014-12-13Add variable for storage window.Andrei Karas1-17/+16
2014-11-23Add support for additional slots in net code.Andrei Karas1-2/+2
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas1-28/+0
2014-10-23Add packet fields comments in inventoryhandler.Andrei Karas1-16/+16
2014-10-21Add to item field favorite.Andrei Karas1-0/+1
2014-10-21Add to item field damaged.Andrei Karas1-0/+1
2014-10-21Add to item field identified.Andrei Karas1-2/+8
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-10-17Add static in inventoryhandler.Andrei Karas1-7/+15
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas1-32/+0
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas1-40/+0
2014-09-06Increase number of slots again.Andrei Karas1-0/+2
2014-09-06Add new slots definition.Andrei Karas1-13/+20
2014-09-06eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.Andrei Karas1-14/+0
2014-09-06Move processPlayerEquip from ea namespace into tmwa and eathena.Andrei Karas1-14/+0
2014-09-06Move processPlayerInventory from ea namespace into tmwa and eathena.Andrei Karas1-70/+0
2014-09-06move processPlayerInventoryAdd from ea namespace into tmwa and eathena.Andrei Karas1-67/+0
2014-09-06Move processPlayerEquipment from ea into tmwa and eathena namespace.Andrei Karas1-49/+0
2014-08-30Remove additional parameters from processPlayerInventory function.Andrei Karas1-2/+2
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-12/+12
2014-07-18Fix code style.Andrei Karas1-2/+3
2014-07-14Change refine type to uint8_t.Andrei Karas1-5/+5
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-24/+24
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+32
2014-06-07fix code style.Andrei Karas1-3/+4
2014-05-13Move pickup flags into separate file.Andrei Karas1-1/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-2/+3
2014-05-09Fix code style.Andrei Karas1-1/+0
2014-05-08Fix code style in net.Andrei Karas1-2/+2
2014-04-27Add UpdateStatusListener.Andrei Karas1-2/+1
2014-04-27Add ArrowsListener.Andrei Karas1-8/+7
2014-04-22Fix crash if start trade with opened storage.Andrei Karas1-0/+11
2014-03-28simplify variables cleanup.Andrei Karas1-6/+5
2014-02-28fix code style.Andrei Karas1-2/+2
2014-02-21fix signed shifts.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+2
2014-02-02Add missing const and static into net classes.Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-06fix storage if select other character with opened storage.Andrei Karas1-0/+9
2013-10-19move virtual member calls from inventory window constuctor into postInit.Andrei Karas1-0/+3