summaryrefslogtreecommitdiff
path: root/src/net/ea/inventoryhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-19fix switch label in inventoryhandler.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-07-03fix some leaks on exit.Andrei Karas1-0/+6
2013-04-20fix style in net directory.Andrei Karas1-1/+4
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-14/+13
2013-04-03improve inventoryhandler class.Andrei Karas1-80/+62
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-11Add some fixes after automatic checks.Andrei Karas1-37/+23
2013-03-09Add new notifications to guildhandler, guildmanager, inventoryhandler and par...Andrei Karas1-2/+3
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-18/+18
2012-08-23Remove useless includes.Andrei Karas1-4/+2
2012-07-15Fix code style.Andrei Karas1-2/+2
2012-06-06Fix some issues after auto checking.Andrei Karas1-4/+4
2012-04-25Improve iterators part 2.Andrei Karas1-3/+2
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-12/+12
2011-10-08Add checks and fix code style.Andrei Karas1-21/+10
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-2/+2
2011-08-12Rename file name ministatus to correct ministatuswindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-11Remove some unused code.Andrei Karas1-3/+3
2011-08-03Fix code style and remove some unused variabled.Andrei Karas1-5/+6
2011-07-31Fix error in inventoryhandler from previous commits.Andrei Karas1-2/+1
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-0/+624