summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-30Fix memory leak in desktop.cppAndrei Karas1-0/+2
2011-06-14Add ability to add comments to any players.Andrei Karas1-1/+16
2011-05-27Call cleanOrphans after disconnecting from server.Andrei Karas1-1/+2
2011-05-27Fix memory leak in resourcemanager.Andrei Karas1-0/+1
2011-05-17Debug option to dump loaded images names.Andrei Karas1-10/+12
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+265