Added a basic http server to preview games without needing to upload them to a server.
git-svn-id: svn://localhost@1025 8062f311-0dae-4547-b526-b8ab9ac864a5
Fixed exportations of resources of events.
Implemented all common instructions and events.
Fixed pickedObjectsCount in runtime.
git-svn-id: svn://localhost@1009 8062f311-0dae-4547-b526-b8ab9ac864a5
Added imageManager to Runtime ( TODO : Images not properly loaded at startup ).
Added support for scaling Sprite objects.
TODO : Polygon collision testing is too expensive. Add a check for basic bounding box and avoid recreating temporaries when returning hit boxes.
TODO : Avoid creating forces each frame.
TODO : Recycle objects.
git-svn-id: svn://localhost@997 8062f311-0dae-4547-b526-b8ab9ac864a5
Added a basic test to ensure events are correctly generated and objects properly picked.
Added basic support for forces to Runtime.
Added basic support for mouse.
Added full support for Keyboard.
git-svn-id: svn://localhost@983 8062f311-0dae-4547-b526-b8ab9ac864a5
Fixed events of CommonInstructionsExtension ( Work in progress ).
Added BaseObjectExtension ( Work in progress ).
git-svn-id: svn://localhost@979 8062f311-0dae-4547-b526-b8ab9ac864a5