.. |
BlendMode.hpp
|
Add Min and Max blend modes
|
2021-03-23 21:09:53 +01:00 |
CircleShape.hpp
|
Use 'override' whenever possible instead of 'virtual'
|
2021-12-09 09:07:03 +01:00 |
Color.hpp
|
Make 'Color' constants 'constexpr' and add tests
|
2022-02-08 23:32:12 +00:00 |
Color.inl
|
Turn more compile-time constants into 'constexpr' variables
|
2022-02-15 13:27:10 +00:00 |
ConvexShape.hpp
|
Use 'override' whenever possible instead of 'virtual'
|
2021-12-09 09:07:03 +01:00 |
Drawable.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Export.hpp
|
Update the copyright year to 2021
|
2021-01-06 20:21:36 +01:00 |
Font.hpp
|
Fix null pointer dereference in Font
|
2021-12-23 17:03:16 +01:00 |
Glsl.hpp
|
Make 'Rect' a 'constexpr' class
|
2021-12-18 17:29:41 +01:00 |
Glsl.inl
|
Update the copyright year to 2021
|
2021-01-06 20:21:36 +01:00 |
Glyph.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Image.hpp
|
Remove redundant 4-param sf::Rect<T> constructor
|
2022-01-06 20:04:03 +01:00 |
PrimitiveType.hpp
|
Remove deprecated 'PrimitiveType::Quads'
|
2021-12-09 16:33:02 +00:00 |
Rect.hpp
|
Fix findIntersection documentation
|
2022-02-04 09:35:34 +01:00 |
Rect.inl
|
Use std::optional to remove extra sf::Rect::intersects overload
|
2022-01-27 02:55:11 +00:00 |
RectangleShape.hpp
|
Use 'override' whenever possible instead of 'virtual'
|
2021-12-09 09:07:03 +01:00 |
RenderStates.hpp
|
Update the copyright year to 2021
|
2021-01-06 20:21:36 +01:00 |
RenderTarget.hpp
|
Remove unnecessary includes from public-facing headers
|
2022-02-10 21:05:49 +00:00 |
RenderTexture.hpp
|
Use smart pointers to manage memory
|
2021-12-21 19:54:25 +01:00 |
RenderWindow.hpp
|
Remove unnecessary includes from public-facing headers
|
2022-02-10 21:05:49 +00:00 |
Shader.hpp
|
Replace 'sf::NonCopyable' with '= delete'
|
2021-12-16 22:39:38 +01:00 |
Shape.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Sprite.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Text.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Texture.hpp
|
Remove unnecessary includes from public-facing headers
|
2022-02-10 21:05:49 +00:00 |
Transform.hpp
|
Turn 'sf::Transform' into a 'constexpr' class
|
2022-02-10 23:51:47 +00:00 |
Transform.inl
|
Turn more compile-time constants into 'constexpr' variables
|
2022-02-15 13:27:10 +00:00 |
Transformable.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
Vertex.hpp
|
Make 'Vertex' a 'constexpr' class
|
2021-12-19 15:35:47 +01:00 |
Vertex.inl
|
Merge branch '2.6.x' into feature/back_merge
|
2022-01-08 12:28:34 +01:00 |
VertexArray.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
VertexBuffer.hpp
|
Fixed warnings reported by LGTM and Coverity Scan.
|
2022-02-16 08:26:17 +01:00 |
View.hpp
|
Turn 'sf::Transform' into a 'constexpr' class
|
2022-02-10 23:51:47 +00:00 |