summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-24fix code style.Andrei Karas1-0/+2
2013-03-17add walkmaps support.Andrei Karas1-0/+28
2013-03-12Add all files delete function to resource manager.Andrei Karas1-0/+16
2013-03-02Other fixes from Coverity checks.Andrei Karas1-9/+2
2013-02-26Improve string usage in other files.Andrei Karas1-15/+13
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-4/+4
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-22/+21
2013-02-10Improve a bit image load speed.Andrei Karas1-1/+9
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-6/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas1-3/+3
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+4
2012-10-23Add support for OpenGL debug extensions.Andrei Karas1-1/+1
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-03Partial fix for working without resource caching.Andrei Karas1-3/+7
2012-10-03fix memory problems with atlases.Andrei Karas1-3/+16
2012-10-02fix code style.Andrei Karas1-2/+3
2012-09-30Improve debuging resource allocation.Andrei Karas1-8/+5
2012-09-30Some fixes in atlases deletion.Andrei Karas1-6/+41
2012-09-30Dump in resource list also ref count.Andrei Karas1-25/+66
2012-09-30Some error fixes in atlases.Andrei Karas1-0/+6
2012-09-30add atlas textures support.Andrei Karas1-0/+28
2012-09-28fix null pointer from previous commits.Andrei Karas1-6/+15
2012-09-28Change deleted resource list from map to vector.Andrei Karas1-7/+7
2012-09-28Add source field to each resources.Andrei Karas1-4/+5
2012-09-27Add support for deleted resource list in resourse manager.Andrei Karas1-1/+27
2012-09-27Show in resource releases texture id.Andrei Karas1-0/+14
2012-09-16Add const to variables with type size_t.Andrei Karas1-3/+3
2012-09-05Fix useless variables initialisations.Andrei Karas1-1/+0
2012-09-05another some const fixes.Andrei Karas1-3/+3
2012-09-04add const to more classes,Andrei Karas1-12/+13
2012-09-03Add const to more classes.Andrei Karas1-70/+86
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-08-21first part of checks and style fixes.Andrei Karas1-1/+1
2012-08-01Fix code style.Andrei Karas1-4/+5
2012-07-14Add to resourcemanager method to load imageset from image.Andrei Karas1-1/+34
2012-07-13Fix leaks after last commit.Andrei Karas1-2/+2
2012-07-13Add to resourcemanager method to load subimage.Andrei Karas1-0/+35
2012-06-30Extend leak detection features.Andrei Karas1-5/+35
2012-06-30Add debug option with disabled images caching.Andrei Karas1-0/+13
2012-06-23Remove commented code.Andrei Karas1-6/+0
2012-06-23Fix code style.Andrei Karas1-1/+1
2012-06-21Add delayed images load.Andrei Karas1-3/+66
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-2/+2
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-2/+3
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+3
2012-02-15Replace some hardcoded dir separator to physfs.Andrei Karas1-2/+2
2012-02-08Fix code style with new tool.Andrei Karas1-27/+27
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-25/+14