summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-5/+4
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-4/+4
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-21/+21
2011-09-18Fix compilation warnings.Andrei Karas1-2/+0
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-23Fix some code style and compilation warnings.Andrei Karas1-2/+2
2011-07-05Fix memory leak in shop window, add missing initialisation to BeingCacheEntry.Andrei Karas1-1/+2
2011-06-30Fix memory leak in desktop.cppAndrei Karas1-0/+31
2011-06-14Add missing checks.Andrei Karas1-1/+2
2011-06-14Add ability to add comments to any players.Andrei Karas1-0/+51
2011-06-02Fix some memory leaks and missing initialisations.Andrei Karas1-1/+1
2011-05-27Call cleanOrphans after disconnecting from server.Andrei Karas1-2/+2
2011-05-27Possible fix another leak in resuorcemanager.Andrei Karas1-0/+1
2011-05-27Fix memory leak in resourcemanager.Andrei Karas1-4/+6
2011-05-26Fix some imageset memory leaks.Andrei Karas1-1/+9
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-3/+4
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+4
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+658