Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-29 | Updated PhysFS RWops helper to the latest version | Thorbjørn Lindeijer | 1 | -54/+111 | |
Fixes compatibility with SDL2. The old version compiled for whatever reason, but it would crash when the client tried to play a sound. | |||||
2012-01-24 | Use SDL_RWops directly on top of PhysFS | Thorbjørn Lindeijer | 1 | -0/+193 | |
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 |