SFML/bindings/ruby/sfml-graphics/graphics
2010-11-28 01:02:57 +00:00
..
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 Made some changes to ensure consistency with references when it comes to the Garbage Collector 2010-11-25 17:52:50 +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 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.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 Fixed a bug where Image_LoadFromFile was bound to SFML::Image#loadFromPixels... 2010-11-24 21:06:54 +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 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
main.hpp Small changes in header files and also finished the SoundSource class. 2010-11-24 19:17:57 +00:00
Rect.cpp Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Made some changes to ensure consistency with references when it comes to the Garbage Collector 2010-11-25 17:52:50 +00:00
RenderImage.hpp Finished SFML::RenderImage, still got rdoc comments to do. 2010-11-22 16:13:33 +00:00
RenderTarget.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
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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +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 Nothing major, just some changes here and there. 2010-11-28 01:02:57 +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 Graphics module is now complete. Added rdoc documentation to every class and method. 2010-11-24 05:49:36 +00:00
View.hpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00