This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
SFML
Watch
1
Star
0
Fork
0
You've already forked SFML
mirror of
https://github.com/SFML/SFML.git
synced
2025-03-04 02:48:04 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
SFML
/
src
/
SFML
History
Laurent Gomila
76e04a8d00
Added a workaround in JoystickImpl::isConnected on Windows, to limit the number of calls to joyGetPosEx which takes too long in certain situations
2012-05-13 21:53:27 +02:00
..
Audio
Fixed various minor warnings
2012-03-17 17:00:19 +01:00
Graphics
Fixed crash when creating an empty sf::Image
2012-05-10 22:48:02 +02:00
Main
Updated the copyright text
2012-03-13 18:37:34 +01:00
Network
Replaced char* arguments with void* for raw data
2012-04-03 19:06:32 +02:00
System
Fixed two more casting errors (signed / unsigned) in sf::Time
2012-03-29 17:54:35 +02:00
Window
Added a workaround in JoystickImpl::isConnected on Windows, to limit the number of calls to joyGetPosEx which takes too long in certain situations
2012-05-13 21:53:27 +02:00
CMakeLists.txt
Each module now has its own export macro, which solves the "unresolved symbol" error with sf::Time::Zero
2012-01-21 10:34:17 +01:00