criptych
criptych
When included correctly (see #1), `CSteamAPIContext` generates many extraneous warnings about unsafe functions. As its sole purpose is to provide a safe way to use those functions, the warnings should...
Including `SteamclientAPI.h` with `VERSION_SAFE_STEAM_API_INTERFACES` defined causes a number of "undeclared symbol" errors for SteamClient() etc. This appears to be caused by `CSteamAPIContext.h` being included from `Steamclient.h` before they are declared....
Per (brief) discussion [here](http://en.sfml-dev.org/forums/index.php?topic=19107.0): The Shader class does not support setting locations for custom shader attributes. While these are not used or required by SFML internally, the class as written...
Implements #987 ([forum post](http://en.sfml-dev.org/forums/index.php?topic=19107.0)). Fixed attribute locations may be assigned before loading the shader source, and/or the locations assigned by the shader compiler may be retrieved afterward. Usage: ``` glsl...
This allows limited manipulation of the search path without unmounting/remounting to get mounts in the right order. It makes negligible changes to the API, repurposing the existing "appendToPath" parameter to...