SFML playground
Go to file
groogy dec0928c4e This message will be more like a note to self.
I've added so that a ruby instance of each event type is created when an event is allocated and initialized. Left to do is to keep reference to these objects inside the event instance and to force the event type instances to keep a reference back to their original event. This is to make sure that the garbage collector keep them together in memory at all times. Also something I must do is to check the event's type in the initialize method so that we will always only create ONE of these "child" instances.

This way we won't need to allocate any unnecessary memory except if the developer specifically request a new event type instance. For example: SFML::Event::Key.new

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1606 4e206d99-4929-0410-ac5d-dfc041789085
2010-11-04 14:41:47 +00:00
build Added the TcpListener::Close function 2010-10-26 19:38:26 +00:00
cmake Added the version and soversion of SFML libraries in CMake files 2010-11-03 17:39:17 +00:00
CSFML Updated sfWindowHandle in CSFML (sync with sf::WindowHandle) 2010-10-13 21:43:24 +00:00
doc Added support for the CMake build system 2010-08-19 15:59:24 +00:00
dotnet Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN) 2010-09-01 21:17:24 +00:00
DSFML brought back alloc.d 2010-10-31 19:53:48 +00:00
examples Changed the output names of SFML libraries in projects/makefiles (sfml-xxx -> sfml2-xxx) 2010-08-27 21:37:50 +00:00
extlibs Switched to the latest version of FreeType (2.4.3) and recompiled the VC++ version with /MD 2010-10-15 19:33:58 +00:00
include/SFML Increased the number of supported joysticks to 8 2010-11-03 16:45:44 +00:00
python PySFML 1.6 and 2.0: Fixed SetSmooth and implemented IsSmooth 2010-07-18 15:15:00 +00:00
ruby This message will be more like a note to self. 2010-11-04 14:41:47 +00:00
src/SFML Added the TcpListener::Close function 2010-10-26 19:38:26 +00:00
CMakeLists.txt Added a FindSFML.cmake file for CMake 2010-10-04 21:16:12 +00:00
license.txt Added support for the CMake build system 2010-08-19 15:59:24 +00:00
Makefile Modified the Linux build system so that makefiles are now outside the source tree 2010-03-23 15:55:07 +00:00