This website requires JavaScript.
Explore
Help
Sign In
Edgaru089
/
SFML
Watch
1
Star
0
Fork
0
You've already forked SFML
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6959c1a826
SFML
/
examples
History
binary1248
6959c1a826
Added notes to documentation and adjusted OpenGL example as a workaround for the side effects of making static functions that require a context work. If the user wants to make use of both sfml-graphics and OpenGL, they should make sure sf::Texture::getMaximumSize() and/or sf::Shader::isAvailable() are called at least once before setting their final context active as those functions will cause a context switch the first time they are called.
2014-08-15 13:39:06 +02:00
..
android
[Android] Changed APP_PLATFORM value to android-9 in Application.mk
2014-06-21 21:31:21 +02:00
cocoa
Improved style of Cocoa example
2014-05-23 09:52:18 +02:00
ftp
Renamed Ftp::ListingDirectory::getFilenames() to getListing()
2012-10-26 17:09:43 +02:00
opengl
Added notes to documentation and adjusted OpenGL example as a workaround for the side effects of making static functions that require a context work. If the user wants to make use of both sfml-graphics and OpenGL, they should make sure sf::Texture::getMaximumSize() and/or sf::Shader::isAvailable() are called at least once before setting their final context active as those functions will cause a context switch the first time they are called.
2014-08-15 13:39:06 +02:00
pong
No space before exclamation mark.
2014-08-03 20:44:38 +02:00
shader
[iOS] Removed support for examples, it was too much trouble and not as robust as true iOS App Xcode projects
2014-04-20 12:53:22 +02:00
sockets
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
2012-03-11 19:10:37 +01:00
sound
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
2012-03-11 19:10:37 +01:00
sound_capture
I missed one exclamation mark in the previous commit.
2014-08-03 21:18:27 +02:00
voip
Replaced char* arguments with void* for raw data
2012-04-03 19:06:32 +02:00
win32
Replaced getWidth/getHeight with getSize in sf::Texture and sf::Image
2012-03-31 22:37:13 +02:00
window
[iOS] Removed support for examples, it was too much trouble and not as robust as true iOS App Xcode projects
2014-04-20 12:53:22 +02:00
X11
Changed the naming convention for public member variables/functions and free functions (using lowerCase instead of UpperCase)
2012-03-11 19:10:37 +01:00
CMakeLists.txt
[iOS] Removed support for examples, it was too much trouble and not as robust as true iOS App Xcode projects
2014-04-20 12:53:22 +02:00