Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Can be enabled by configure option -enable-memdebug=yes.
Known issue: not all memory allocations hooked with it.
|
|
|
|
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
|