This website requires JavaScript.
Explore
Help
Sign In
lauchmelder
/
SFML
Watch
1
Star
0
Fork
You've already forked SFML
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
75e07d63d3
SFML
/
src
/
SFML
History
Laurent Gomila
175cddee58
UdpSocket::Send(Packet) is now limited to UdpSocket::MaxDatagramSize, so that data is never split into multiple datagrams, which removes a lot of potential major problems
2011-06-11 11:28:43 +02:00
..
Audio
Times in SFML are now Uint32 milliseconds instead of float seconds
2011-05-19 08:19:42 +02:00
Graphics
Minor fix in sf::Text
2011-06-09 08:37:25 +02:00
Main
Added the install rule for sfml-main in CMake files
2010-11-20 08:25:08 +00:00
Network
UdpSocket::Send(Packet) is now limited to UdpSocket::MaxDatagramSize, so that data is never split into multiple datagrams, which removes a lot of potential major problems
2011-06-11 11:28:43 +02:00
System
Made sf::Mutex recursive on Unix, the behaviour is now consistent across platforms
2011-05-31 23:31:25 +02:00
Window
Window::SetCursorPosition now triggers MouseMoved events
2011-05-30 18:56:49 +02:00
CMakeLists.txt
Updates MinGW external libraries to match their headers (fixes issue
#42
)
2011-05-13 19:21:44 +02:00