summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.cpp
AgeCommit message (Collapse)AuthorFilesLines
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
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-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
Small code style fix.
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
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.