summaryrefslogtreecommitdiff
path: root/src/resources/item
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas11-11/+11
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas11-11/+11
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-08-21Remove useless else.Andrei Karas1-4/+1
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas2-3/+3
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas4-12/+12
2017-05-30Fix item options memory leak in item.cppAndrei Karas1-0/+1
2017-05-12Fix code style.Andrei Karas1-1/+1
2017-05-08Fix wrong checks after removing some server features.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas2-2/+0
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas2-7/+17
2017-04-28Fix code style.Andrei Karas2-4/+8
2017-04-21Add missing contructor and remove copy constructor in itemoption.Andrei Karas1-0/+5
2017-04-21Add item options into item and get it from server.Andrei Karas4-0/+151
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-5/+5
2017-02-06Add custom currency also into shop items list.Andrei Karas2-5/+12
2017-01-31Move units into db directory.Andrei Karas1-3/+3
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas9-9/+9
2016-12-12Add noexcept in some files.Andrei Karas4-39/+39
2016-08-26Add constexpr into item.Andrei Karas2-9/+7
2016-08-23Add check for cards for existing item id.Andrei Karas2-0/+10
2016-08-15Move itemtype.h into item directory.Andrei Karas1-1/+1
2016-06-20Add explicit keyword into CardsList.Andrei Karas1-1/+1
2016-06-20Add support for stored cards with sprites in Being.Andrei Karas1-0/+22
2016-06-19Add struct for store cards list.Andrei Karas2-0/+73
2016-06-02Enable ItemFieldType constructor for all compilers.Andrei Karas1-2/+0
2016-06-01Move item field type class into separate file.Andrei Karas1-0/+47
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-2/+2
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-3/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-1/+2
2016-03-24Add enum for item types.Andrei Karas6-12/+14
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-17Move cards constants into separate file.Andrei Karas2-3/+3
2016-01-15Fix code style.Andrei Karas2-4/+0
2016-01-08Add complexitem.Andrei Karas2-0/+164
2016-01-02Update copyrights year.Andrei Karas4-4/+4
2015-12-29Move shopitem into item directory.Andrei Karas2-0/+344
2015-12-29Move item into item directory.Andrei Karas2-0/+431