summaryrefslogtreecommitdiff
path: root/src/flooritem.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-08-29Fix code style.Andrei Karas1-2/+0
2015-08-24Add damaged attribute to floor items.Andrei Karas1-0/+2
2015-08-20Use separate icons palette.Andrei Karas1-1/+1
2015-08-16Fix other compilation warnings.Andrei Karas1-3/+2
2015-08-16Add packet SMSG_ITEM_VISIBLE2 0x0b18.Andrei Karas1-1/+19
2015-08-16Add missing fields into flooritem.Andrei Karas1-1/+5
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-30Move user defined colors enum into separate file.Andrei Karas1-1/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-2/+5
2015-05-25Dont set global color variables before drawing text.Andrei Karas1-4/+6
2015-05-06Add strong type bool type ForceDisplay.Andrei Karas1-1/+3
2015-01-01Update copyrights year.Andrei Karas1-1/+1
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-1/+0
2014-09-16add server feature haveItemColors.Andrei Karas1-1/+4
2014-08-03Fix floor items position if tile height is not zero.Andrei Karas1-3/+6
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-09Fix code style.Andrei Karas1-0/+1
2014-02-24Rename Rectangle into Rect.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-4/+3
2014-02-22Move color into gui dir.Andrei Karas1-4/+4
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-14chnage return values for draw functions from bool to void.Andrei Karas1-4/+3
2013-11-28Remove some virtual methods in actorsprite and being.Andrei Karas1-1/+4
2013-11-07remove client.h include from some files.Andrei Karas1-1/+2
2013-10-19move virtual member calls from flooritem constuctor into postInit.Andrei Karas1-6/+8
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-4/+6
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-09remove useless includes from some files.Andrei Karas1-1/+1
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-07-28move bools in flooritem.Andrei Karas1-2/+2
2013-05-05dehardcode floor item color.Andrei Karas1-1/+4
2013-04-09some more style and cast fixes.Andrei Karas1-1/+0
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-1/+3
2012-08-26Add const to some classes.Andrei Karas1-4/+6
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-08-21first part of checks and style fixes.Andrei Karas1-1/+1
2012-08-17Fix code style.Andrei Karas1-2/+0
2012-07-04Add option to items.xml to set max floor item pixel offset.Andrei Karas1-3/+12
2012-06-06Fix some issues after auto checking.Andrei Karas1-3/+3
2012-05-07Add getName property to item and flooritem.Andrei Karas1-0/+9
2012-02-11Remove some unneeded includes.Andrei Karas1-1/+1
2012-02-11Add relative pixel based position to item drops (floor items).Andrei Karas1-17/+4