SFML/bindings/ruby/sfml-system/system
2010-12-03 19:47:41 +00:00
..
Clock.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
Clock.hpp Moved all bindings to the "bindings" sub-directory 2010-11-09 17:13:17 +00:00
main.cpp Added a NonCopyable mixin-module which prohibits any attempt to copy instances of classes that includes this module. 2010-12-03 13:44:59 +00:00
main.hpp Changed so that we use the static libraries of SFML instead to reduce the dependency when you want to distribute your ruby applications. 2010-12-03 11:27:38 +00:00
NonCopyable.cpp Just some wrong names which is fixed now. 2010-12-03 16:16:50 +00:00
NonCopyable.hpp Added a NonCopyable mixin-module which prohibits any attempt to copy instances of classes that includes this module. 2010-12-03 13:44:59 +00:00
Vector2.cpp Forgot to change a variable name, now it compiles and works. 2010-11-19 08:30:38 +00:00
Vector2.hpp Added helper functions for Vector3 and Vector2. Made them also use the functions themselves and fixed a small bug in Vector3 where only 2 values would be set and not all 3 when doing any kind of arithmetics on them. 2010-11-19 08:26:58 +00:00
Vector3.cpp Forgot to change a variable name, now it compiles and works. 2010-11-19 08:30:38 +00:00
Vector3.hpp Added helper functions for Vector3 and Vector2. Made them also use the functions themselves and fixed a small bug in Vector3 where only 2 values would be set and not all 3 when doing any kind of arithmetics on them. 2010-11-19 08:26:58 +00:00