summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-277/+0
2016-04-29Add name into memory usage tree for SDLMusic and SoundEffect.Andrei Karas1-1/+2
2016-04-28Remove useless function ResourceManager::load.Andrei Karas1-11/+0
2016-04-28Show object name/source in memory counting tree.Andrei Karas1-0/+3
2016-04-26Add memory count functions into MapLayer and SpecailLayer.Andrei Karas1-2/+2
2016-04-26Add memory count functions into ResourceManager.Andrei Karas1-1/+7
2016-03-11Fix code style.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-10Add function for load OpenGL ES 2 shaders.Andrei Karas1-1/+2
2015-11-19Add strong typed bool enum Append.Andrei Karas1-2/+5
2015-08-29Fix code style.Andrei Karas1-1/+1
2015-08-22Use resource manager as global variable.Andrei Karas1-6/+0
2015-08-22Add init to resource manager.Andrei Karas1-0/+4
2015-07-11Add missing checks into resources.Andrei Karas1-1/+1
2015-06-30Fix code style.Andrei Karas1-1/+2
2015-06-27In resource manager for fun function type use referecne to function.Andrei Karas1-1/+1
2015-06-25Add missing checks into resources directory.Andrei Karas1-2/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-08Add shaderprogram class.Andrei Karas1-0/+3
2014-06-08Add ShaderManager and Shader class.Andrei Karas1-0/+3
2014-05-31fix code style.Andrei Karas1-2/+0
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-74/+2
2014-05-28Move delay load code from resourcemanager into separate file.Andrei Karas1-12/+0
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-02-02Add missing const and static into resource classes.Andrei Karas1-6/+7
2014-01-17fix crash on window resize.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18add restrict into resourcemanager.Andrei Karas1-7/+8
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas1-2/+2
2013-10-19remove unused vars from resourcemanager.Andrei Karas1-2/+0
2013-05-28fix guard header part3.Andrei Karas1-3/+3
2013-05-13also clear resource cache if switching servers.Andrei Karas1-0/+2
2013-04-26fix code style more.Andrei Karas1-2/+2
2013-04-16improve resourcemanager class.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-1/+0
2013-04-10Add option to left all per map sprites in memory if once was loaded.Andrei Karas1-0/+3
2013-03-17add walkmaps support.Andrei Karas1-0/+4
2013-03-12Add all files delete function to resource manager.Andrei Karas1-0/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-03Rename music.cpp/h to sdlmusic.Andrei Karas1-2/+2
2012-10-30Add unused warnings to other files.Andrei Karas1-26/+34
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from other classes.Andrei Karas1-0/+2
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+2
2012-10-03fix memory problems with atlases.Andrei Karas1-1/+1
2012-09-30Some fixes in atlases deletion.Andrei Karas1-0/+2
2012-09-30Dump in resource list also ref count.Andrei Karas1-0/+4
2012-09-30Some error fixes in atlases.Andrei Karas1-0/+3