SFML/include/SFML/Graphics
2010-02-17 14:43:09 +00:00
..
Color.hpp Fixed endless loop when creating an OpenGL 3.x context (bug introduced by the last modification) 2009-12-03 16:47:56 +00:00
Drawable.hpp Removed all the useless "sf::" 2010-02-10 11:09:55 +00:00
Font.hpp Changed the parameter of LoadFromMemory functions to be a const void* instead of a const char* 2010-02-17 14:43:09 +00:00
Glyph.hpp Complete rewrite of sf::Font to make it more flexible (no more fixed charset and size) 2009-12-13 15:49:30 +00:00
Image.hpp Changed the parameter of LoadFromMemory functions to be a const void* instead of a const char* 2010-02-17 14:43:09 +00:00
Matrix3.hpp Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Matrix3.inl Synchronized with trunk 2010-02-10 14:42:53 +00:00
Rect.hpp Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Rect.inl Changed internal naming convention (local variables now start with a lower case character) 2009-07-11 22:17:24 +00:00
Renderer.hpp The projection matrix is now handled more efficiently in sf::Renderer 2010-02-04 19:25:00 +00:00
RenderImage.hpp Added SetSmooth / IsSmooth to sf::RenderImage 2009-12-03 08:29:35 +00:00
RenderTarget.hpp Removed all the useless "sf::" 2010-02-10 11:09:55 +00:00
RenderWindow.hpp Changed constructors of sf::Window and sf::RenderWindow taking a single parameter to be explicit (to avoid implicit conversions like ^sf::Window w = 0^) 2010-02-11 13:10:12 +00:00
Shader.hpp Updated API documentation for sf::Shader 2009-11-03 14:09:58 +00:00
Shape.hpp Renamed Shape::GetNbPoints to Shape::GetPointsCount (consistent with the other similar functions) 2010-02-17 12:05:02 +00:00
Sprite.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
Text.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
View.hpp Removed all the remaining const_cast, and replaced them with mutable members (this is needed for optimized lazy calculations) 2010-01-13 13:55:20 +00:00