summaryrefslogtreecommitdiff
path: root/src/item.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-29Move item into item directory.Andrei Karas1-182/+0
2015-11-16Convert DragDropSource enum into strong typed enum.Andrei Karas1-1/+1
2015-10-29Dont allow add same item twice into npc inventory.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-4/+2
2015-08-21Add tag field into item.Andrei Karas1-0/+1
2015-08-20Use separate icons palette.Andrei Karas1-2/+2
2015-08-20Add missing checks or attribute to other files.Andrei Karas1-1/+1
2015-08-17Fix item icon color if insert card in it.Andrei Karas1-1/+8
2015-08-16Add strong typed int for item color.Andrei Karas1-4/+6
2015-07-15Update existing item after inserting card.Andrei Karas1-0/+12
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipm.Andrei Karas1-2/+3
2015-02-11Add typed bool type Favorite.Andrei Karas1-1/+1
2015-02-10Add typed bool type Damaged.Andrei Karas1-1/+1
2015-02-10Add typed bool type Identified.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-0/+2
2014-10-25Fix code style.Andrei Karas1-1/+1
2014-10-21Add card fields into item.Andrei Karas1-0/+28
2014-10-21Add to item field favorite.Andrei Karas1-1/+2
2014-10-21Add to item field damaged.Andrei Karas1-1/+2
2014-10-21Add to item field identified.Andrei Karas1-3/+10
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-1/+4
2014-07-14Change refine type to uint8_t.Andrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-08Fix code style in other files.Andrei Karas1-1/+1
2014-03-16Add missing consts into item.Andrei Karas1-4/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-07-28move bools in item.Andrei Karas1-5/+5
2013-07-11Remove unused code from item class.Andrei Karas1-16/+0
2013-06-01clear drag selection if selected item removed.Andrei Karas1-0/+1
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-0/+4
2013-04-20fix style in other files.Andrei Karas1-1/+5
2013-02-28improve some other files.Andrei Karas1-9/+5
2013-02-25Improve string usage in other files.Andrei Karas1-4/+5
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-11Replace some getters to direct fileds using.Andrei Karas1-1/+1
2012-08-30Add const to more classes.Andrei Karas1-7/+8
2012-06-30Fix leak in item class.Andrei Karas1-0/+5
2012-05-24Dehardcode some old paths.Andrei Karas1-1/+1
2012-05-07Add getName property to item and flooritem.Andrei Karas1-0/+11
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-3/+3
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-6/+1
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-2/+2
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3