summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-07Fix typo pallette -> palette.s20160708Andrei Karas1-4/+4
2016-06-19Add asserts for missing colors in palettes.Andrei Karas1-0/+21
2016-06-18Fix asserts about not found translated item names.Andrei Karas1-0/+6
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-1/+1
2016-02-20Add missing const in resources directory.Andrei Karas1-1/+1
2016-02-14Dont check and modify floor item position if server support haveExtendedDrops...Andrei Karas1-1/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move spritedirection into enums directory.Andrei Karas1-1/+1
2015-12-20Move spriteaction.h into const directory.Andrei Karas1-2/+3
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-1/+1
2015-11-10Add method into iteminfo for return link to item.Andrei Karas1-0/+5
2015-11-02Add intmap defines.Andrei Karas1-3/+3
2015-08-20Add support for reading iconColors palette field from items.Andrei Karas1-0/+53
2015-08-16Add attribute cardColor to items in items.xml.Andrei Karas1-0/+1
2015-08-16Rename colors list variables in iteminfo.Andrei Karas1-18/+18
2015-08-16Add strong typed int for item color.Andrei Karas1-10/+10
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-2/+2
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-2/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-03Add rideattack-action into item db.Andrei Karas1-0/+9
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-27Remove some evol server checks.Andrei Karas1-2/+0
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas1-0/+1
2014-07-03Add into items.xml option useButton.Andrei Karas1-0/+1
2014-05-21Fix code style.Andrei Karas1-1/+1
2014-05-19fix code style.Andrei Karas1-2/+9
2014-05-19Move spritedirection into separate file.Andrei Karas1-20/+20
2014-05-19Move spriteaction into separate file.Andrei Karas1-0/+2
2014-05-19Move itemsoundevent into separate file.Andrei Karas1-3/+3
2014-05-19Move itemtype into separate file.Andrei Karas1-1/+1
2014-05-18fix code style.Andrei Karas1-2/+3
2014-05-11Move map consts into separate file.Andrei Karas1-1/+1
2014-05-11Move map related files into resources/map.Andrei Karas1-1/+1
2014-05-09Fix code style.Andrei Karas1-0/+3
2014-02-02Add missing const and static into resource classes.Andrei Karas1-2/+4
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-16Remove unused particle-effect attributes from items.xml.Andrei Karas1-1/+0
2013-10-04Add new item sound events constants.Andrei Karas1-3/+3
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+1
2013-09-28add const for methods return values.Andrei Karas1-1/+2
2013-09-16remove unused includes from resources.Andrei Karas1-1/+0
2013-07-23add support for attacksky and attackwater actions.Andrei Karas1-0/+18
2013-07-01fix up/down direction in sprites drawbefore/drawafter for legacy servers.Andrei Karas1-5/+24
2013-06-12add support for player look.Andrei Karas1-0/+12
2013-06-11add partial support for player look.Andrei Karas1-0/+12
2013-05-15add item option what can prevent sell item to npc without confirmation.Andrei Karas1-1/+2
2013-04-20fix style in resources directory.Andrei Karas1-7/+12