SFML/include/SFML
2011-07-05 23:04:03 +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 documentation 2011-05-23 07:38:49 +02: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 Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. 2011-07-04 08:21:40 +02:00
Window Updated CSFML and SFML.Net to the new input classes 2011-07-05 23:04:03 +02:00
Audio.hpp Improved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules) 2010-07-22 21:45:58 +00:00
Config.hpp Times in SFML are now Uint32 milliseconds instead of float seconds 2011-05-19 08:19:42 +02:00
Graphics.hpp Improved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules) 2010-07-22 21:45:58 +00:00
Network.hpp Improved tags for doxygen documentation (added relations between free functions and classes, grouped classes into modules) 2010-07-22 21:45:58 +00:00
OpenGL.hpp Fixed OpenGL.hpp not including Config.hpp 2009-05-28 15:12:04 +00:00
System.hpp Removed the sf::Randomizer class from the system module 2011-05-10 08:16:22 +02:00
Window.hpp Implemented global inputs (sf::Keyboard, sf::Mouse, sf::Joystick) and removed the event-based sf::Input. 2011-07-04 08:21:40 +02:00