summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
AgeCommit message (Collapse)AuthorFilesLines
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
Check if image already in cache and check for mapinfo before using it.
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
fix other small style issues.
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
Can work for now only in OpenGL modes.
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
This avoids the creation of a temporary buffer containing a complete file for the sole purpose of wrapping it up in an SDL_RWops. The necessary wrapper is by Ryan C. Gordon and is included in the PhysFS repository under 'extras'. Reviewed-by: Yohann Ferreira Conflicts: mana.files src/CMakeLists.txt src/resources/resourcemanager.cpp src/resources/soundeffect.cpp
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.