summaryrefslogtreecommitdiff
path: root/src/beingequipbackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-1/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-22Add some missing consts.Andrei Karas1-3/+4
2016-06-20In Being replace mSpriteColorIds to using mSlots field.Andrei Karas1-1/+1
2016-06-20In Being replace mSpriteCardsIds to using mSlots field.Andrei Karas1-1/+1
2016-06-20In Being replace mSpriteIDs to mSlots.Andrei Karas1-2/+2
2016-06-20Show cards in other player items.Andrei Karas1-1/+5
2016-03-24Add enum for item types.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-2/+2
2015-11-18Fix code style in beingequipbackend and add some consts to it.Andrei Karas1-3/+7
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+2
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipm.Andrei Karas1-1/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-1/+2
2015-02-10Fix case in new strong typed types.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-1/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-1/+1
2014-10-21Add to item field favorite.Andrei Karas1-1/+2
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-1/+1
2014-05-09Fix code style.Andrei Karas1-1/+1
2014-05-08Fix code style in other files.Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-8/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-17dont call virtual function in beingequipbackend destructor.Andrei Karas1-1/+5
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
2013-06-21fix code style.Andrei Karas1-2/+1
2013-04-29split being.cpp to some files.Andrei Karas1-0/+76