summaryrefslogtreecommitdiff
path: root/src/utils/physfsrwops.h
AgeCommit message (Collapse)AuthorFilesLines
2012-02-08Fix code style with new tool.Andrei Karas1-1/+0
2012-01-25Cleanup in physfsrwops to avoid different problems.Andrei Karas1-16/+10
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer1-0/+88
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