summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Fix code style.Andrei Karas5-6/+4
2016-03-10Add support for change text in pet menu item "Return to egg".Andrei Karas3-0/+22
2016-03-10Add some more item attributes into items.xmlAndrei Karas1-1/+23
2016-03-07Add some missing nonnull attributes to map/maplayer classes.Andrei Karas5-22/+24
2016-03-05Move getNumOfHairstyles from being to itemdb.Andrei Karas2-0/+27
2016-03-04Remove getter getAlpha form image class.Andrei Karas3-19/+5
2016-03-04Add support for cooridinates tag with x and y in quests.xmlAndrei Karas1-2/+10
2016-03-04Convert questtype enum into strong typed enum.Andrei Karas1-2/+4
2016-03-04Move questtype enum into enums directory.Andrei Karas1-34/+0
2016-03-03Improve a bit pixel calculation in map layers.Andrei Karas2-8/+12
2016-03-02Fix movement by diagonal near water or air collisions.Andrei Karas1-3/+4
2016-02-28Fix compilation warnings.Andrei Karas1-0/+1
2016-02-28Ignore map layer with name "Actions" for future usage.Andrei Karas2-13/+26
2016-02-21Fix code style.Andrei Karas1-1/+2
2016-02-20Add missing const in resources directory.Andrei Karas15-27/+29
2016-02-17Fix unit tests compilation with SDl 1.2Andrei Karas2-4/+0
2016-02-17Fix unit tests if build with SDL2 support.Andrei Karas2-2/+20
2016-02-14Dont check and modify floor item position if server support haveExtendedDrops...Andrei Karas3-7/+20
2016-02-11Use inline attribute in some critial performance functions.Andrei Karas1-2/+2
2016-02-09Allow select skill units and attack it.Andrei Karas1-2/+2
2016-02-08Improve some empty string checks.Andrei Karas1-8/+10
2016-02-08Add some missing const.Andrei Karas3-4/+4
2016-02-08Add missing variables into constructors initialisation list.Andrei Karas2-2/+4
2016-02-07Fix code style.Andrei Karas3-5/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas26-118/+118
2016-02-05Fix unit tests compilation.Andrei Karas1-3/+0
2016-02-05Add support for play animation in cutins.Andrei Karas2-0/+23
2016-02-03Add misisng check in map reader.Andrei Karas1-1/+2
2016-01-29Fix code style.Andrei Karas20-28/+1
2016-01-25Add file utils function getFilesInDir.Andrei Karas21-23/+31
2016-01-20Add pugixml backend incomplete.Andrei Karas11-73/+46
2016-01-17Move cards constants into separate file.Andrei Karas2-3/+3
2016-01-17Extend addchat command with support for cards.Andrei Karas2-0/+18
2016-01-17Add unit tests for links replace function.Andrei Karas2-0/+11
2016-01-16Fix compilation with some flags.Andrei Karas1-0/+1
2016-01-15Fix code style.Andrei Karas4-6/+0
2016-01-14Fix unit tests.Andrei Karas1-0/+2
2016-01-14Add palettesDir option in paths.xml for set directory for GIMP palettes.Andrei Karas1-2/+2
2016-01-14Add option into paths.xml for default GIMP palette file name.Andrei Karas1-1/+4
2016-01-13In dye palette aAdd support for setting alpha color with colors from GIMP pal...Andrei Karas2-14/+77
2016-01-13Fix compilation warnings.Andrei Karas2-5/+5
2016-01-13Add support for hex colors in dye palettes from GIMP file.Andrei Karas5-20/+157
2016-01-12Add unit tests for dyepalette.Andrei Karas2-1/+194
2016-01-12Simplify dyepalette parsing and fix issue with parsing gimp colors in palette.Andrei Karas1-28/+14
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas4-17/+192
2016-01-08Add complexitem.Andrei Karas2-0/+164
2016-01-07Add partial implimentation for craft inventory. For now almost same with npc ...Andrei Karas2-1/+6
2016-01-07Add empty complex inventory class.Andrei Karas2-0/+84
2016-01-07Move invetory into inventory directory.Andrei Karas2-0/+665
2016-01-06Add noexcept into animatedsprite.Andrei Karas2-10/+11