summaryrefslogtreecommitdiff
path: root/src/item.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+1
2013-07-28move bools in item.Andrei Karas1-4/+4
2013-07-11Remove unused code from item class.Andrei Karas1-7/+0
2013-05-28fix guard header part3.Andrei Karas1-1/+1
2013-04-07fix cide style.Andrei Karas1-3/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-30Add unused warnings to some files.Andrei Karas1-15/+16
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-3/+4
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+4
2012-08-30Add const to more classes.Andrei Karas1-13/+13
2012-05-07Add getName property to item and flooritem.Andrei Karas1-0/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-03-08Replace %color% and %Color% constants in item names/descriptions.Andrei Karas1-0/+4
2011-03-03Add extended buy list items.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+1
2011-02-27Implement receiving item color from server.Andrei Karas1-2/+7
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-04Add draw filter (incomplete)Andrei Karas1-0/+5
2011-01-02Initial commit.Andrei Karas1-0/+167