SFML/include/SFML
2011-07-20 08:03:40 +02:00
..
Audio Added a new InputStream interface, and LoadFromStream functions to resource classes 2011-07-17 12:21:47 +02:00
Graphics Added a new InputStream interface, and LoadFromStream functions to resource classes 2011-07-17 12:21:47 +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 Renamed InputStream::GetPosition to InputStream::Tell (more consistent naming) 2011-07-20 08:03:40 +02:00
Window Implemented OSX/Joysticks and fixed some tabulations 2011-07-13 22:16:34 +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 Added a new InputStream interface, and LoadFromStream functions to resource classes 2011-07-17 12:21:47 +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