summaryrefslogtreecommitdiff
path: root/src/inventory.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Set cards from net code.Andrei Karas1-9/+9
2014-10-21Add to inventory methods for cards.Andrei Karas1-0/+4
2014-10-21Add to item field favorite.Andrei Karas1-0/+2
2014-10-21Add to item field damaged.Andrei Karas1-0/+2
2014-10-21Add to item field identified.Andrei Karas1-5/+14
2014-10-20Remove item default parameters.Andrei Karas1-2/+3
2014-07-14Change refine type to uint8_t.Andrei Karas1-2/+2
2014-05-18fix code style.Andrei Karas1-1/+1
2014-05-12Fix code styleAndrei Karas1-3/+1
2014-05-11Extract inventorylistener into separate file.Andrei Karas1-13/+2
2014-05-09Fix code style.Andrei Karas1-1/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-19add ability to give more than one item to npc. (evol only)Andrei Karas1-0/+2
2013-10-19add missing const in inventory declaration.Andrei Karas1-1/+1
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-0/+1
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-02-28Improve some other files.Andrei Karas1-3/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-11/+13
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-14/+15
2012-08-27Add const to more classes.Andrei Karas1-1/+1
2012-07-23Improve perfomance in some object constructors.Andrei Karas1-1/+1
2012-03-13Use per race equipment sprites.Andrei Karas1-1/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-06-06Extend quick move items from inventory to storage and back.Andrei Karas1-5/+7
2011-06-04Add colors support for drops panel.Andrei Karas1-2/+1
2011-06-04Add support for colors in outfits window.Andrei Karas1-0/+2
2011-02-27Implement receiving item color from server.Andrei Karas1-2/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-14Add unification for inventory/storage/cart name.Andrei Karas1-0/+3
2011-01-02Initial commit.Andrei Karas1-0/+160