Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-05-28 | fix guard header part3. | Andrei Karas | 1 | -3/+1 | |
2013-04-18 | improve physfsrwops file. | Andrei Karas | 1 | -4/+4 | |
2013-02-18 | move most direct calls to physfs to separate file. | Andrei Karas | 1 | -1/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -4/+6 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+0 | |
2012-01-25 | Cleanup in physfsrwops to avoid different problems. | Andrei Karas | 1 | -16/+10 | |
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -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 |