summaryrefslogtreecommitdiff
path: root/src/being/flooritem.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-22Remove default parameters from userpalette.Andrei Karas1-1/+2
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-08-22Add strong typed enum DisplayType.Andrei Karas1-1/+1
2017-08-21Remove useless else.Andrei Karas1-4/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas1-3/+10
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-09Fix code style.Andrei Karas1-2/+2
2016-08-29Use time_t for time values.Andrei Karas1-2/+2
2016-03-24Add enum for item types.Andrei Karas1-1/+1
2016-03-14Split drawSprites in Being/CompoundSprite into drawSprites and drawPlayerSpri...Andrei Karas1-1/+1
2016-03-13Move cursor drawing function from ActorSprite into Being.Andrei Karas1-1/+0
2016-03-05Use in most places int being positions and not float.Andrei Karas1-4/+8
2016-02-14Dont check and modify floor item position if server support haveExtendedDrops...Andrei Karas1-11/+20
2016-01-29Fix code style.Andrei Karas1-1/+1
2016-01-17Add support for add from context menu into chat item links with cards.Andrei Karas1-0/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move flooritem into being directory.Andrei Karas1-0/+199