summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-06Load special tilesets in ignored atlas.Andrei Karas4-0/+51
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
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
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
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
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas5-41/+110
2016-05-26Move shader program load function from resourcemanager into separate file.Andrei Karas4-40/+115
2016-05-26Move shader load function from resourcemanager into separate file.Andrei Karas4-29/+108
2016-05-26Move atlas load function from resourcemanager into separate file.Andrei Karas5-31/+104
2016-05-25Move subimageset load function from resourcemanager into separate file.Andrei Karas4-39/+116
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas6-45/+124
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas9-14/+14
2016-05-25Move sub images load function from resourcemanager into separate file.Andrei Karas4-45/+128
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas8-75/+144
2016-05-24Move music load functions from resourcemanager into separate file.Andrei Karas4-48/+124
2016-05-24Move resourcemanager into subdirectory.Andrei Karas21-36/+47