..
Color.cpp
Fixed some mistakes on my behalf and possibly the sf::RenderTarget::Draw segmentation fault. And I did it without dynamic cast!
2010-11-25 22:45:30 +00:00
Color.hpp
Added helper functions to access the color components in SFML::Color
2010-11-19 09:28:16 +00:00
Drawable.cpp
Fixed some mistakes on my behalf and possibly the sf::RenderTarget::Draw segmentation fault. And I did it without dynamic cast!
2010-11-25 22:45:30 +00:00
Drawable.hpp
Added Drawable module, still have the comments to add and have to test if it works, but theoretically it should be good to go.
2010-11-19 13:29:40 +00:00
Font.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Font.hpp
A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it.
2010-11-19 18:36:45 +00:00
Glyph.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Glyph.hpp
A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it.
2010-11-19 18:36:45 +00:00
Image.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Image.hpp
A lot of changed, nothing complete. Just committing so I can transfer location. I'm currently focusing on getting SFML::Image complete since the entire library more or less depends on it.
2010-11-19 18:36:45 +00:00
main.cpp
Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML.
2010-12-03 14:12:16 +00:00
main.hpp
Small changes in header files and also finished the SoundSource class.
2010-11-24 19:17:57 +00:00
Rect.cpp
Fixed an invalid comparison in SFML::Rect#intersects
2010-11-29 08:51:37 +00:00
Rect.hpp
Fixed some compilation errors from previous revision. Now it compiles but the classes different methods haven't been bound yet so won't have any effect.
2010-11-20 01:12:58 +00:00
Renderer.cpp
Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML.
2010-12-03 14:12:16 +00:00
Renderer.hpp
Created the SFML::Renderer class. Got rdoc comments left to do.
2010-11-21 15:47:37 +00:00
RenderImage.cpp
Fixed a bug in RenderImage where RenderImage_GetHeight was named RenderTarget_GetHeight which should've led to that you couldn't even compile the source.
2010-12-04 18:01:32 +00:00
RenderImage.hpp
Finished SFML::RenderImage, still got rdoc comments to do.
2010-11-22 16:13:33 +00:00
RenderTarget.cpp
Made the classes that is non-copyable in the C++ library also non-copyable in rbSFML.
2010-12-03 14:12:16 +00:00
RenderTarget.hpp
Created the SFML::RenderTarget mixin module for my convenience. Consider this class internal! Do not use it directly in your code!
2010-11-22 14:50:09 +00:00
RenderWindow.cpp
Added specialized getWidth and getHeight to SFML::RenderImage and SFML::RenderWindow. Also removed documentation from the specialized methods.
2010-11-30 05:33:44 +00:00
RenderWindow.hpp
A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow
2010-11-23 05:58:32 +00:00
Shader.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Shader.hpp
Finished the SFML::Shader class. Still got rdoc comments to do.
2010-11-21 13:32:26 +00:00
Shape.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Shape.hpp
A lot of changes. But all lead to that you now can draw shapes on a SFML::RenderWindow
2010-11-23 05:58:32 +00:00
Sprite.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Sprite.hpp
Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out.
2010-11-23 17:21:20 +00:00
Text.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
Text.hpp
Finished the Graphics Module. Gonna go trough all files again now and add the rdoc comments where I've left it out.
2010-11-23 17:21:20 +00:00
View.cpp
Added a #initialize_copy method to all classes which are wrapped around a C++ object in order to properly copy the values.
2010-12-03 19:47:41 +00:00
View.hpp
Finished the SFML::View class. Will add rdoc commentaries later.
2010-11-20 23:42:53 +00:00