summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-30add atlas textures support.Andrei Karas1-0/+2
2012-09-28Change deleted resource list from map to vector.Andrei Karas1-1/+1
2012-09-27Add support for deleted resource list in resourse manager.Andrei Karas1-0/+6
2012-09-24Fix compilation errors.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-09-04add const to more classes,Andrei Karas1-5/+6
2012-09-03Add const to more classes.Andrei Karas1-26/+31
2012-07-14Add to resourcemanager method to load imageset from image.Andrei Karas1-0/+2
2012-07-13Fix leaks after last commit.Andrei Karas1-2/+1
2012-07-13Add to resourcemanager method to load subimage.Andrei Karas1-0/+3
2012-06-30Extend leak detection features.Andrei Karas1-1/+1
2012-06-30Fix compilation with debugging flags and show additional info on exit.Andrei Karas1-2/+2
2012-06-21Add delayed images load.Andrei Karas1-1/+17
2012-06-07Get real desktop dir in linux for screenshots.Andrei Karas1-3/+4
2012-04-01One part of fixes after auto checking.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas1-6/+4
2012-02-03Add some missing getters.Andrei Karas1-3/+3
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-1/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-1/+2