summaryrefslogtreecommitdiff
path: root/src/resources/iteminfo.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-21Remove default parameter from iteminfo.hAndrei Karas1-1/+1
2017-08-18Fix compilation with some compilers.Andrei Karas1-3/+1
2017-08-18Remove extra includes.Andrei Karas1-2/+5
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas1-0/+18
2017-08-07Spawn missile particles with configurable additional parameters.Andrei Karas1-4/+0
2017-08-07Add additional attributes to missile particle in items.Andrei Karas1-5/+10
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-29Move cast macroses into separate file.Andrei Karas1-0/+1
2017-06-20Remove extra includes and fix headers compilation.Andrei Karas1-1/+0
2017-06-20Move itemcolordata into separate file.Andrei Karas1-7/+3
2017-06-07Fix namespace comments.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Fix too long lines.Andrei Karas1-1/+2
2016-12-12Add noexcept in some files.Andrei Karas1-55/+55
2016-10-04Move Cursor enum into enums directory.Andrei Karas1-5/+5
2016-08-24Remove pet id from item db.Andrei Karas1-7/+0
2016-08-15Move itemdbtype.h into item directory.Andrei Karas1-1/+1
2016-06-18Fix asserts about not found translated item names.Andrei Karas1-0/+10
2016-03-24Rename enum ItemType into ItemDbType.Andrei Karas1-4/+4
2016-03-24Change ItemType into strong typed enum.Andrei Karas1-3/+3
2016-03-24Move ItemType enum into enums directory.Andrei Karas1-1/+2
2016-02-14Dont check and modify floor item position if server support haveExtendedDrops...Andrei Karas1-5/+12
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-20Move spritedisplay.h into sprite directory.Andrei Karas1-1/+2
2015-11-10Add method into iteminfo for return link to item.Andrei Karas1-0/+2
2015-11-02Add intmap defines.Andrei Karas1-4/+6
2015-09-05Add support for inherit attribute in items.xml.Andrei Karas1-0/+6
2015-08-29Fix code style.Andrei Karas1-2/+4
2015-08-20Add support for reading iconColors palette field from items.Andrei Karas1-2/+19
2015-08-16Add attribute cardColor to items in items.xml.Andrei Karas1-0/+7
2015-08-16Rename colors list variables in iteminfo.Andrei Karas1-4/+4
2015-08-16Add strong typed int for item color.Andrei Karas1-8/+9
2015-06-25Add missing checks into resources directory.Andrei Karas1-6/+6
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-2/+2
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-1/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-03-03Add rideattack-action into item db.Andrei Karas1-0/+6
2015-01-06Move gender.h into enums directory.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas1-0/+7
2014-07-03Add into items.xml option useButton.Andrei Karas1-0/+7
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-19Move spritedisplay into separate file.Andrei Karas1-0/+1
2014-05-19Move itemsoundevent into separate file.Andrei Karas1-3/+3
2014-05-19Move itemtype into separate file.Andrei Karas1-26/+4