summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-09-26Change destructors to virtual in all basic classes.Andrei Karas1-1/+1
2013-09-25improve construcors in abstract classes.Andrei Karas1-2/+2
2013-09-11remove unused includes from gui files.Andrei Karas1-0/+2
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-07-03add drag and drop support between inventory and storage.Andrei Karas1-0/+3
2013-07-03fix some leaks on exit.Andrei Karas1-0/+2
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-03improve inventoryhandler class.Andrei Karas1-22/+28
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to other files.Andrei Karas1-5/+5
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-2/+2
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+4
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-04-01One part of fixes after auto checking.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-6/+0
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-1/+2
2011-10-08Add checks and fix code style.Andrei Karas1-12/+21
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-8/+8
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-0/+204