Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Removed the dependence on an "assets" directory for the RDGE runtime. Now ↵ | John Mayhew | 2012-04-03 |
| | | | | Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support. | ||
* | removed old unused import and export functions. | John Mayhew | 2012-04-03 |
| | |||
* | Namespaced the canvas runtime file and updated all dependencies | John Mayhew | 2012-04-03 |
| | |||
* | Merge pull request #147 from pushkarjoshi/brushtool | Valerio Virgillito | 2012-03-29 |
|\ | | | | | Brushtool | ||
| * | Merge branch 'master' into brushtool | Pushkar Joshi | 2012-03-28 |
| |\ | |||
| * | | File IO for the brush stroke AND changing the data type of brush stroke from ↵ | Pushkar Joshi | 2012-03-27 |
| | | | | | | | | | | | | GEOM_TYPE_CUBIC_BEZIER to GEOM_TYPE_BRUSH_STROKE | ||
* | | | Merge pull request #131 from ananyasen/integration-candidate | Valerio Virgillito | 2012-03-28 |
|\ \ \ | |_|/ |/| | | Pull request IKNINJA-1302, IKNINJA-1367, IKNINJA-1361, IKNINJA-1364, IKNINJA-1302, IKNINJA-1266 | ||
| * | | - enable/disable save, saveAs, saveAll, close, closeAll as per documents open | Ananya Sen | 2012-03-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added close file and close all menu items Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> Conflicts: js/helper-classes/3D/draw-utils.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | | | Presets Controller - Removing test background from transition class | Eric Guzman | 2012-03-27 |
| | | | |||
* | | | Merge branch 'refs/heads/master' into PresetsPI | Eric Guzman | 2012-03-27 |
|\ \ \ | | |/ | |/| | |||
| * | | Removing m-js components I/O and fix for webGL | Jose Antonio Marquez | 2012-03-23 |
| | | | | | | | | | | | | Removed saving m-js components as new components broke I/O when present. Also made a fix for checking length of webGL array since first item now is non-user data. (That is to be removed) | ||
| * | | Merge branch 'refs/heads/Ninja-Montage-Integration' into ↵ | Jose Antonio Marquez | 2012-03-22 |
| |\ \ | | | | | | | | | | | | | FileIO-Montage-Components | ||
| | * | | Squashed commit of the following GL integration | Valerio Virgillito | 2012-03-22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | | Adding Ninja URL method to io-mediator | Jose Antonio Marquez | 2012-03-22 |
| | | | | |||
| * | | | Adding firstDraw event to components added | Jose Antonio Marquez | 2012-03-22 |
| |/ / | | | | | | | | | | This will allow us to re-parse the document for styles added dynamically. | ||
| * | | Adding 'addComponentFirstDraw' event from the user document main component. | Valerio Virgillito | 2012-03-21 |
| | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com> | ||
| * | | Merge branch 'refs/heads/francoisfrisch-Ninja-Internal' into ↵ | Jose Antonio Marquez | 2012-03-18 |
| |\ \ | | | | | | | | | | | | | FileIO-Montage-Components | ||
| | * | | Deleting unecessary property | François Frisch | 2012-03-17 |
| | | | | |||
| | * | | Getting ownerComponent bindings | François Frisch | 2012-03-17 |
| | |/ | |||
| * / | Temp I/O functionality for M-JS components | Jose Antonio Marquez | 2012-03-18 |
| |/ | | | | | | | Added the ability to save montages component serialization from Ninja. Very rough, but functional. | ||
* / | Presets Panel - Adding presets controller and removing functionality from ↵ | Eric Guzman | 2012-03-22 |
|/ | | | | panel code | ||
* | Corrections for Uber shader IO | hwc487 | 2012-03-14 |
| | |||
* | Fixed BumpMetal material | hwc487 | 2012-03-13 |
| | |||
* | Add temp delay for webGL preview | Jose Antonio Marquez | 2012-03-10 |
| | | | | Added a padded launch webGL preview delay. This is very temporary, just a work around until RDGE issues are fixed. | ||
* | further removal of authortime asset path replacement. | hwc487 | 2012-03-09 |
| | |||
* | Removed asset path replacement at authortime. | hwc487 | 2012-03-09 |
| | |||
* | Adding webGL I/O runtime functionality | Jose Antonio Marquez | 2012-03-09 |
| | | | | There is a problem that needs to be resolved in the CanvasRuntime. | ||
* | Merge branch 'refs/heads/integration' into FileIO-Integration | Jose Antonio Marquez | 2012-03-09 |
|\ | | | | | | | | | Conflicts: js/document/html-document.js | ||
| * | Canvas IO | hwc487 | 2012-03-08 |
| | | |||
* | | Merge branch 'refs/heads/Ninja-Internal' into FileIO | Jose Antonio Marquez | 2012-03-08 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: js/document/html-document.js js/helper-classes/3D/draw-utils.js | ||
| * | | IKNINJA-1270: fixed browser crashing when you close a document while playing ↵ | Ananya Sen | 2012-03-08 |
| | | | | | | | | | | | | | | | | | | a video Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | | | Merge pull request #30 from ananyasen/FileIO-ananya | Jose Antonio Marquez Russo | 2012-03-08 |
|\ \ \ | | | | | | | | | FileIO branch pull request | ||
| * | | | Merge branch 'refs/heads/FileIO-jose' into FileIO-ananya | Ananya Sen | 2012-03-08 |
| |\| | | |||
| * | | | minor fixes | Ananya Sen | 2012-03-07 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
| * | | | added close file menu item | Ananya Sen | 2012-03-06 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
| * | | | Merge branch 'refs/heads/FileIO-jose' into FileIO-ananya | Ananya Sen | 2012-03-06 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/controllers/selection-controller.js Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
| * | | | | removed unnecessary console logs | Ananya Sen | 2012-03-06 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
| * | | | | IKNINJA-1270: fixed browser crashing when you close a document while playing ↵ | Ananya Sen | 2012-03-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a video then wait for a while Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com> | ||
* | | | | | Adding I/O functionality to RDGE | Jose Antonio Marquez | 2012-03-08 |
| | | | | | | | | | | | | | | | | | | | | Added webGL/Canvas file I/O for Ninja, it also created routine for saving data for runtime, however, the runtime RDGE library needs an update for runtime to work, so right now I/O will only work for Ninja. | ||
* | | | | | Merge pull request #29 from ericmueller/integration | Jose Antonio Marquez Russo | 2012-03-08 |
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | Integration | ||
| * | | | removed an unused parameter to CanvasDataManager | hwc487 | 2012-03-08 |
| | | | | |||
| * | | | Commented out code for loading for runtime | hwc487 | 2012-03-08 |
| | | | | |||
| * | | | Fixed a few problems with Plasma material. | hwc487 | 2012-03-07 |
| | | | | |||
| * | | | File IO | hwc487 | 2012-03-07 |
| | | | | |||
| * | | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵ | hwc487 | 2012-03-06 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integration Conflicts: js/preloader/Preloader.js | ||
| | * | | | Fixing WebGL not available bug | Jose Antonio Marquez | 2012-03-06 |
| | | | | | |||
| * | | | | Updated buildShapeModel to set PI and selection values too and also avoid ↵ | Nivesh Rajbhandari | 2012-03-06 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fill material for lines. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com> | ||
| * | | | | update the shapeModel after import | hwc487 | 2012-03-06 |
| | | | | | |||
| * | | | | Authortime import of 2d & 3d canvases | hwc487 | 2012-03-06 |
| | | | | | |||
| * | | | | Merge branch 'TimelineUber' of github.com:imix23ways/ninja-internal into ↵ | hwc487 | 2012-03-06 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | integration |