summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-03-02Impliment packet SMSG_INVENTORY_START 0x0b08Andrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-8/+8
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-8/+8
2016-02-20Add missing const in net directory.Andrei Karas1-4/+4
2016-01-15Fix code style.Andrei Karas1-2/+0
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-6/+4
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-1/+2
2015-09-04Remove some useless includes.Andrei Karas1-2/+0
2015-08-29Fix code style.Andrei Karas1-8/+0
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas1-26/+2
2015-08-25Move all receive (process) methods into protected.Andrei Karas1-10/+10
2015-06-20Fix code style.Andrei Karas1-1/+4
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-1/+0
2015-02-19Fix virtual overload function closeStorage.Andrei Karas1-1/+1
2015-02-18Add missing override keywords.Andrei Karas1-2/+2
2015-01-30Fix code style.Andrei Karas1-1/+0
2015-01-24Move inventory type into separate file.Andrei Karas1-6/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-12-13Add variable for storage window.Andrei Karas1-1/+0
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas1-3/+0
2014-10-17Add static in inventoryhandler.Andrei Karas1-12/+11
2014-09-06Move processPlayerStorageAdd from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-09-06Move processPlayerStorageEquip from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-09-06eathena: move processPlayerUnEquip from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-09-06Move processPlayerEquip from ea namespace into tmwa and eathena.Andrei Karas1-2/+0
2014-09-06Move processPlayerInventory from ea namespace into tmwa and eathena.Andrei Karas1-2/+0
2014-09-06move processPlayerInventoryAdd from ea namespace into tmwa and eathena.Andrei Karas1-2/+0
2014-09-06Move processPlayerEquipment from ea into tmwa and eathena namespace.Andrei Karas1-2/+0
2014-08-30Remove additional parameters from processPlayerInventory function.Andrei Karas1-2/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+1
2014-05-21Fix code style.Andrei Karas1-6/+0
2014-05-20Move inventoryitem into separate file.Andrei Karas1-26/+1
2014-05-20Move equipbackend into separate file.Andrei Karas1-68/+2
2014-04-22Fix crash if start trade with opened storage.Andrei Karas1-0/+2
2014-02-28fix code style.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-1/+5
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/+2
2013-10-25fix code style.Andrei Karas1-1/+2
2013-10-24add final keyword to net files.Andrei Karas1-7/+8