.. |
BlendMode.cpp
|
Make BlendMode::Factor and BlendMode::Equation scoped enumerations
|
2024-01-27 15:31:30 -07:00 |
CircleShape.cpp
|
Store angles internally as radians
|
2024-05-14 13:07:40 -06:00 |
CMakeLists.txt
|
Moved libatomic linking to upper level CMakeLists.txt since it applies to multiple modules.
|
2024-04-25 10:24:11 +02:00 |
ConvexShape.cpp
|
Update copyright year
|
2024-01-26 12:00:22 -07:00 |
Font.cpp
|
Simplify implementations of types without an empty state
|
2024-05-23 20:04:57 -06:00 |
GLCheck.cpp
|
Header include clean-up and minor refactoring
|
2024-02-03 23:58:44 +01:00 |
GLCheck.hpp
|
Header include clean-up and minor refactoring
|
2024-02-03 23:58:44 +01:00 |
GLExtensions.cpp
|
Perform sanity checks on OpenGL extensions to make sure the required entry points are actually available.
|
2024-05-31 09:19:43 -06:00 |
GLExtensions.hpp
|
Perform sanity checks on OpenGL extensions to make sure the required entry points are actually available.
|
2024-05-31 09:19:43 -06:00 |
GLExtensions.txt
|
Added support for creation of a stencil attachment and multisampling to sf::RenderTexture.
|
2018-03-26 23:48:05 +02:00 |
Glsl.cpp
|
constexpr -fy sf::priv::Vector4
|
2024-04-11 09:05:28 -06:00 |
Image.cpp
|
Remove default empty state of sf::Image
|
2024-05-19 13:25:34 -06:00 |
RectangleShape.cpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
RenderStates.cpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
RenderTarget.cpp
|
Remove unnecessary scope
|
2024-05-31 15:23:22 -06:00 |
RenderTexture.cpp
|
Remove default empty state of sf::RenderTexture
|
2024-05-22 23:37:42 -06:00 |
RenderTextureImpl.hpp
|
Update copyright year
|
2024-01-26 12:00:22 -07:00 |
RenderTextureImplDefault.cpp
|
Header include clean-up and minor refactoring
|
2024-02-03 23:58:44 +01:00 |
RenderTextureImplDefault.hpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
RenderTextureImplFBO.cpp
|
Require that variables are initialized
|
2024-04-27 19:20:52 +00:00 |
RenderTextureImplFBO.hpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
RenderWindow.cpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
Shader.cpp
|
Simplify implementations of types without an empty state
|
2024-05-23 20:04:57 -06:00 |
Shape.cpp
|
Revert change to Drawable::draw function signature
|
2024-04-18 13:18:49 +02:00 |
Sprite.cpp
|
Revert change to Drawable::draw function signature
|
2024-04-18 13:18:49 +02:00 |
StencilMode.cpp
|
Added support for stencil testing.
|
2024-01-29 08:13:14 -07:00 |
Text.cpp
|
Remove unnecessary sf:: namespace usage
|
2024-05-13 00:43:58 -05:00 |
Texture.cpp
|
Remove redundant parentheses
|
2024-05-22 20:36:55 -06:00 |
TextureSaver.cpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
TextureSaver.hpp
|
Header cleanup guided by IWYU
|
2024-02-09 12:52:23 +01:00 |
Transform.cpp
|
Update copyright year
|
2024-01-26 12:00:22 -07:00 |
Transformable.cpp
|
Update copyright year
|
2024-01-26 12:00:22 -07:00 |
VertexArray.cpp
|
Revert change to Drawable::draw function signature
|
2024-04-18 13:18:49 +02:00 |
VertexBuffer.cpp
|
Remove redundant parentheses
|
2024-05-22 20:36:55 -06:00 |
View.cpp
|
Remove sf::View::reset in favor of assignment operations
|
2024-05-26 10:23:52 -06:00 |