SFML/include/SFML
LaurentGom 6b23d15a14 Changed the internal storage of pixels in sf::Image (vector<Color> --> vector<Uint8>)
Changed the Glyph structure to allow using sprites to display glyphs

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1473 4e206d99-4929-0410-ac5d-dfc041789085
2010-03-19 16:06:18 +00:00
..
Audio Changed the parameter of LoadFromMemory functions to be a const void* instead of a const char* 2010-02-17 14:43:09 +00:00
Graphics Changed the internal storage of pixels in sf::Image (vector<Color> --> vector<Uint8>) 2010-03-19 16:06:18 +00:00
Network Removed IpAddress::IsValid(), added IpAddress::None 2010-03-13 09:50:24 +00:00
System Made sf::IPAddress comparison operators non-member 2010-03-11 14:27:57 +00:00
Window Merged VideoMode::GetMode and VideoMode::GetModesCount into a single new function VideoMode::GetFullscreenModes 2010-03-12 14:07:28 +00:00
Audio.hpp Updated copyrights 2009-05-28 15:32:20 +00:00
Config.hpp Added automatic batching to improve performances 2009-09-24 07:50:08 +00:00
Graphics.hpp Removed all the automatic batching stuff and replaced it with a more straight-forward implementation using a state cache for optimizing performances 2010-01-19 20:39:32 +00:00
Network.hpp Improved the API documentation of sf::IpAddress 2010-03-12 09:35:17 +00:00
OpenGL.hpp Fixed OpenGL.hpp not including Config.hpp 2009-05-28 15:12:04 +00:00
System.hpp FS#150 - SFML should use its own stream instead of std::cerr, for reporting errors 2010-02-22 11:30:43 +00:00
Window.hpp Made sf::Input and events more consistent / synchronized 2010-02-17 07:57:26 +00:00