SFML/bindings/ruby/sfml-graphics/graphics
2011-03-15 22:28:34 +00:00
..
Color.cpp Fixed a little copy-paste error on my behalf. 2011-03-15 22:28:34 +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 git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1803 4e206d99-4929-0410-ac5d-dfc041789085 2011-02-28 22:15:52 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Fixed some missing reference in sfml-graphics initiation function. The shared classes has to be global and reacquired in each library for it to work. 2011-02-13 12:59:28 +00:00
main.hpp new directory structure for ruby binding should compile and link fine under windows 2011-02-13 05:26:14 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +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 Some refactoring, moved C++ allocation into the *_Alloc function instead of directly in new, removed new in most of classes too. Cloning should work on all copyable classes now. 2011-02-27 14:07:10 +00:00
View.hpp Finished the SFML::View class. Will add rdoc commentaries later. 2010-11-20 23:42:53 +00:00