summaryrefslogtreecommitdiff
path: root/src/resources/resourcemanager.h
AgeCommit message (Collapse)AuthorFilesLines
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.