Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-10 | Rename physfsrwops into virtfsrwops. | Andrei Karas | 1 | -86/+0 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -1/+1 | |
2017-02-07 | Remove extra include SDL_stdinc.h. | Andrei Karas | 1 | -11/+0 | |
2017-02-07 | Fix compilation with SDL2. | Andrei Karas | 1 | -2/+2 | |
2017-02-07 | Fix compilation with gcc version below 4.6. | Andrei Karas | 1 | -3/+3 | |
2017-02-04 | Fix compilation with very new SDL2. | Andrei Karas | 1 | -1/+3 | |
2017-01-03 | Fix some doxygen issues. | Andrei Karas | 1 | -4/+4 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -3/+3 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -0/+1 | |
2016-04-28 | Add workaround for fix compilation warnings in SDL2. | Andrei Karas | 1 | -0/+8 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-15 | remove unused includes from utils. | Andrei Karas | 1 | -1/+1 | |
2013-09-15 | add RWops leaks reporting. | Andrei Karas | 1 | -0/+2 | |
2013-09-14 | add rwops leak detection. | Andrei Karas | 1 | -0/+2 | |
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 |