summaryrefslogtreecommitdiff
path: root/src/resources/loaders
AgeCommit message (Expand)AuthorFilesLines
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas14-0/+29
2017-01-03Update copyright year.Andrei Karas28-28/+28
2016-09-23Add missing comments into defines.Andrei Karas2-4/+6
2016-08-28Remove extra include from xmlloader.Andrei Karas1-1/+0
2016-08-28Fix file handlers leak in xmlloader.Andrei Karas1-7/+0
2016-08-22Add some missing consts.Andrei Karas10-17/+19
2016-08-13Remove some useless includes.Andrei Karas1-2/+0
2016-08-10Use xml loader in particle effects.Andrei Karas2-5/+13
2016-07-29Fix compilation in musicloader.hAndrei Karas1-0/+1
2016-07-28Move soundeffect load code into soundloader.Andrei Karas1-4/+14
2016-07-28Move sdlmusic load code into musicloader.Andrei Karas1-4/+18
2016-07-28Split musicloader into musicloader and soundloader.Andrei Karas4-15/+106
2016-07-24Add xml loader. For now unused.Andrei Karas2-0/+100
2016-06-20Remove useless includes.Andrei Karas10-19/+0
2016-06-07Move image class into image directory.Andrei Karas5-6/+9
2016-06-06Add missing file.Andrei Karas2-0/+101
2016-05-29Fix code style.Andrei Karas5-8/+2
2016-05-27Move rescaled images load function from resourcemanager into separate file.Andrei Karas2-0/+114
2016-05-27Move spritedef load function from resourcemanager into separate file.Andrei Karas2-0/+111
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas2-0/+108
2016-05-26Move shader program load function from resourcemanager into separate file.Andrei Karas2-0/+115
2016-05-26Move shader load function from resourcemanager into separate file.Andrei Karas2-0/+108
2016-05-26Move atlas load function from resourcemanager into separate file.Andrei Karas2-0/+100
2016-05-25Move subimageset load function from resourcemanager into separate file.Andrei Karas2-0/+116
2016-05-25Move imageset load function from resourcemanager into separate file.Andrei Karas2-0/+120
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas4-7/+7
2016-05-25Move sub images load function from resourcemanager into separate file.Andrei Karas2-0/+128
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas2-0/+129
2016-05-24Move music load functions from resourcemanager into separate file.Andrei Karas2-0/+124