SFML/src/SFML
2020-04-15 13:58:08 +02:00
..
Audio Rename FindVorbis -> FindVORBIS, for consistency with exported variables (e.g. VORBIS_FOUND) 2020-01-02 15:28:31 +01:00
Graphics Force OpenGL states to be reset when RenderTarget detects that a new context has to be tracked. In the case a context is re-created, FBO RenderTextures would not trigger resetting of the OpenGL states if they were drawn to first since re-initialization of the RenderTarget only happens when a context owner such as a RenderWindow is re-created. Fixes #1625. 2020-01-02 15:27:20 +01:00
Main Replaced glLoadGen loader with glad loader and dynamically load EGL and GLES extensions as is done for desktop GL. 2019-09-12 23:02:52 +02:00
Network Added readCurrentReadPosition in sf::Packet 2020-02-06 22:29:19 +01:00
System Changed Doxygen single-line comment format 2020-01-02 15:25:57 +01:00
Window Code review changes 2020-04-15 13:58:08 +02:00
Android.mk Android work in progress changes 2018-04-14 09:59:01 +02:00
CMakeLists.txt fix(compilation): clang compilation on windows 2019-10-13 23:21:25 +02:00