summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Collapse)AuthorFilesLines
2016-06-30Move itemdbstat.h from db into resources directory.Andrei Karas3-2/+2
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas2-5/+20
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas4-14/+146
2016-06-24Add dye unit tests based on real dyed images.Andrei Karas1-0/+93
2016-06-23Move equipment window slot names into file equipmentslots.xmlAndrei Karas1-62/+0
2016-06-22Remove extra include from chardb.cppAndrei Karas1-1/+0
2016-06-21Add support for items with cards in charcreation.xmlAndrei Karas4-4/+21
2016-06-20Remove useless includes.Andrei Karas27-39/+0
2016-06-20In Being replace mSpritesColor to using mSlots field.Andrei Karas1-1/+5
2016-06-20Add BeingSlot struct for store slot information like item id, cards etc.Andrei Karas2-0/+68
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-19Add asserts for missing colors in palettes.Andrei Karas1-0/+21
2016-06-19Add missing translators commentAndrei Karas1-0/+5
2016-06-18Fix asserts about not found translated item names.Andrei Karas3-0/+27
2016-06-17Add some includes guards. Fix compilation for windows.Andrei Karas1-0/+4
2016-06-15Fix compilation with gcc 4.4 and add exception into deheader script.Andrei Karas1-2/+0
2016-06-15Fix other include issues.Andrei Karas6-11/+6
2016-06-15Fix tests compilation without SDL2.Andrei Karas2-0/+8
2016-06-14Remove some useless includes.Andrei Karas9-36/+2
2016-06-14Fix being transparency with OpenGL renderers.Andrei Karas1-7/+3
2016-06-13Fix unit tests compilation.Andrei Karas2-0/+4
2016-06-13Fix includes and update deheader ci script.Andrei Karas18-27/+8
2016-06-11Remove unused includes.Andrei Karas1-13/+0
2016-06-07Move subimage class into image directory.Andrei Karas4-5/+7
2016-06-07Move image class into image directory.Andrei Karas24-29/+36
2016-06-06Add missing file.Andrei Karas2-0/+101
2016-06-06Add support for load pseudo atlas, where atlas and each image in it will not ↵Andrei Karas3-1/+68
use any images.
2016-06-06Load special tilesets in ignored atlas.Andrei Karas4-0/+51
Special tilesets for now is collision and levels. After can be other.
2016-06-06Fix compilation warnings if use debug images define.Andrei Karas1-2/+2
2016-06-06Report in map reader if loaded tilesets not included into atlases.Andrei Karas2-2/+17
2016-06-06Add image type for image classes. for detect what kind of class used in image.Andrei Karas2-0/+8
2016-06-06Add assert into map reader.Andrei Karas1-13/+19
Now it will show assert if atlas missing for some map.
2016-06-04Remove some useless includes if using SDL2.Andrei Karas2-0/+3
2016-06-04Remove extra include from unit tests.Andrei Karas1-1/+0
2016-06-03Fix code style.Andrei Karas3-4/+4
2016-06-02Fix unit tests after last updates.Andrei Karas2-0/+7
Disable some tests because they failing from asserts.
2016-06-02Show asserts for most errors in resource dbs.Andrei Karas13-37/+54
2016-06-02Enable ItemFieldType constructor for all compilers.Andrei Karas1-2/+0
2016-06-02Add support for status effect name translation.Andrei Karas1-1/+2
2016-06-02Add support for configurable item stat fields.Andrei Karas3-91/+224
This fields defined in itemfields.xml Can be used in items.xml All default fields removed from ManaPlus. If need use it, please add fields to itemfields.xml in client data.
2016-06-01Move item field type class into separate file.Andrei Karas2-22/+54
2016-05-31Fix compilation error in itemdb.Andrei Karas1-2/+2
2016-05-31Add to items attributes hprecover and sprecover. For recovery rates.Andrei Karas1-0/+4
2016-05-31Fix different include issues.Andrei Karas12-1/+40
2016-05-29Fix compilation without OpenGL.Andrei Karas1-1/+3
2016-05-29Fix code style.Andrei Karas9-34/+6
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas5-46/+116
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas6-38/+117