From 7c9d4d1ac5c892b94172462fed35d63190ae82b6 Mon Sep 17 00:00:00 2001 From: hyperandroid Date: Tue, 27 Dec 2011 20:45:12 +0100 Subject: [PATCH] 12/27/2011 *0.1 Build 415* ---------------------- * Fixed PathActor to be able to draw background image or color. * Fixed key event system. Now, the original key event is 'preventDefault'ed, and the notification callback receives an object of the form: new CAAT.KeyEvent( key, 'up' | 'down', { alt: CAAT.KEY_MODIFIERS.alt, control: CAAT.KEY_MODIFIERS.control, shift: CAAT.KEY_MODIFIERS.shift }, source_event ); --- .idea/misc.xml | 3 - build/caat-box2d-min.js | 6 +- build/caat-box2d.js | 6 +- build/caat-css-min.js | 25 +- build/caat-css.js | 78 +++- build/caat-min.js | 23 +- build/caat.js | 82 +++- changelog | 17 + documentation/demos/demo1/path_org.html | 1 - documentation/jsdoc/files.html | 4 +- documentation/jsdoc/index.html | 10 +- documentation/jsdoc/symbols/CAAT.Actor.html | 4 +- .../jsdoc/symbols/CAAT.ActorContainer.html | 4 +- .../jsdoc/symbols/CAAT.AudioManager.html | 4 +- .../jsdoc/symbols/CAAT.B2DBodyActor.html | 4 +- .../jsdoc/symbols/CAAT.B2DCircularBody.html | 4 +- .../jsdoc/symbols/CAAT.B2DPolygonBody.html | 4 +- documentation/jsdoc/symbols/CAAT.Bezier.html | 4 +- .../jsdoc/symbols/CAAT.CatmullRom.html | 4 +- .../jsdoc/symbols/CAAT.Color.RGB.html | 4 +- documentation/jsdoc/symbols/CAAT.Color.html | 4 +- documentation/jsdoc/symbols/CAAT.Curve.html | 4 +- .../jsdoc/symbols/CAAT.CurvePath.html | 4 +- .../jsdoc/symbols/CAAT.Director.html | 4 +- documentation/jsdoc/symbols/CAAT.IMActor.html | 4 +- documentation/jsdoc/symbols/CAAT.IMBump.html | 4 +- .../jsdoc/symbols/CAAT.IMPlasma.html | 4 +- .../jsdoc/symbols/CAAT.IMRotoZoom.html | 4 +- .../jsdoc/symbols/CAAT.ImagePreloader.html | 4 +- .../jsdoc/symbols/CAAT.ImageProcessor.html | 4 +- .../jsdoc/symbols/CAAT.Interpolator.html | 4 +- .../jsdoc/symbols/CAAT.InterpolatorActor.html | 4 +- .../jsdoc/symbols/CAAT.LinearPath.html | 4 +- documentation/jsdoc/symbols/CAAT.Matrix3.html | 4 +- .../jsdoc/symbols/CAAT.MatrixStack.html | 4 +- .../jsdoc/symbols/CAAT.MouseEvent.html | 4 +- documentation/jsdoc/symbols/CAAT.Path.html | 4 +- .../jsdoc/symbols/CAAT.PathActor.html | 4 +- .../jsdoc/symbols/CAAT.PathSegment.html | 4 +- documentation/jsdoc/symbols/CAAT.Point.html | 4 +- .../jsdoc/symbols/CAAT.Rectangle.html | 4 +- documentation/jsdoc/symbols/CAAT.Scene.html | 4 +- .../jsdoc/symbols/CAAT.ShapeActor.html | 4 +- .../jsdoc/symbols/CAAT.SpriteImage.html | 4 +- .../jsdoc/symbols/CAAT.StarActor.html | 4 +- .../jsdoc/symbols/CAAT.TextActor.html | 4 +- .../jsdoc/symbols/CAAT.TimerTask.html | 4 +- documentation/jsdoc/symbols/CAAT.html | 4 +- ...AT.modules.CircleManager.PackedCircle.html | 4 +- ...les.CircleManager.PackedCircleManager.html | 4 +- .../symbols/CAAT.modules.CircleManager.html | 4 +- .../symbols/CAAT.modules.LocalStorage.html | 4 +- documentation/jsdoc/symbols/CAAT.modules.html | 4 +- documentation/jsdoc/symbols/Function.html | 4 +- documentation/jsdoc/symbols/_global_.html | 4 +- ..._ibon_js_CAAT_src_model_mouseevent.js.html | 426 ++++++++++-------- ...rs_ibon_js_CAAT_src_path_pathactor.js.html | 114 ++--- src/model/mouseevent.js | 56 ++- src/modules/Font/font.js | 14 +- src/path/pathactor.js | 4 +- 60 files changed, 697 insertions(+), 348 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 4ba5fda7..a0e378a9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,8 +1,5 @@ - -