summaryrefslogtreecommitdiff
path: root/src/flooritem.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-13Fix dead mobs and floor items Y sorting position.Andrei Karas1-0/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-8/+6
2011-07-25Add removing palyers sprite logic depend on players direction.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-25Dont compile manaserv related code if manaserv support disabled.Andrei Karas1-0/+4
2011-04-14Stop protected pickups flood.Andrei Karas1-1/+2
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-1/+1
2011-03-04Fix code style.Andrei Karas1-1/+2
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-1/+1
2011-02-27First part of implimintation item colors.Andrei Karas1-3/+6
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-21Add floor items attribute for drawing floor items.Andrei Karas1-1/+1
2011-01-02Initial commit.Andrei Karas1-0/+133