aboutsummaryrefslogtreecommitdiff
path: root/js/io/system/ninjalibrary.json
Commit message (Collapse)AuthorAge
* Renamed Raiders material to Dark Blur, and Paris to Blue Sky.hwc4872012-07-19
|
* Removed the shaders that we do not have rights to.hwc4872012-07-10
|
* Removing the youtube hack now that we have the proper fix from montageValerio Virgillito2012-07-03
| | | | | | Removing the saved instance of the component when opening a file containing the youtube component. Montage made the fix where the instance is now serialized property. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* adding missing montage to the user library and temporary fix for picas ↵Valerio Virgillito2012-07-03
| | | | | | screen trash Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* including the map icons inside the component and adding the empty categoryValerio Virgillito2012-06-26
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* fixed a small startup issue with the RDGE library.hwc4872012-06-22
|
* Merge branch 'refs/heads/master' into montage-v11-integrationValerio Virgillito2012-06-20
|\ | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Runtime change for Paris material.hwc4872012-06-15
| |
| * Fixes for runtime Taper materialhwc4872012-06-13
| |
* | updating the components and descriptor.json to support montage v.11Valerio Virgillito2012-06-17
|/ | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Merge branch 'refs/heads/master' into montage-v10-integrationValerio Virgillito2012-06-12
|\ | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * fix the brush tool runtime: update the brush coordinates to account for ↵Pushkar Joshi2012-06-11
| | | | | | | | change in bounding box due to smoothing
* | Merge branch 'refs/heads/master' into montage-v10-integrationValerio Virgillito2012-06-11
|\| | | | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json js/panels/Timeline/TimelinePanel.reel/TimelinePanel.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * added gradients to pen path runtimePushkar Joshi2012-06-06
| |
| * updated the ninja library version (now contains brushstroke and pen path ↵Pushkar Joshi2012-06-05
| | | | | | | | rendering)
* | adding the latest v0.10 montageValerio Virgillito2012-06-05
|/ | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Bumping RDGE version numberJose Antonio Marquez2012-05-22
| | | | This is to ensure there are no conflicts with older working files.
* montage v.0.10 integrationValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Updating the canvas runtime files for gradient and rectangle radius fixes.Nivesh Rajbhandari2012-04-25
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Removed the dependence on an "assets" directory for the RDGE runtime. Now ↵John Mayhew2012-04-03
| | | | Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support.
* updated the rdge compiled version and its runtime, incremented rdge library ↵John Mayhew2012-04-03
| | | | version number
* Squashed commit of the following GL integrationValerio Virgillito2012-03-22
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Temp I/O functionality for M-JS componentsJose Antonio Marquez2012-03-18
| | | | Added the ability to save montages component serialization from Ninja. Very rough, but functional.
* Adding I/O functionality to RDGEJose Antonio Marquez2012-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.
* Adding new RDGE library dataJose Antonio Marquez2012-02-16
|
* Setting up webGL local library (assets)Jose Antonio Marquez2012-02-15
|
* Adding a purge library methodJose Antonio Marquez2012-02-08
| | | | Added a delete libraries function to delete all libraries in Chrome sandbox (as in a force delete). Also updated descriptor files to go with new directory layout of files and relation to the relatives paths used by the packed app and it's manifest.
* Single file library syncingJose Antonio Marquez2012-02-06
| | | | Added the ability to store locally in chrome single file libraries used by Ninja. Working on adding multi-file libraries.
* Adding logic to copy ninja librariesJose Antonio Marquez2012-02-06
Setting up the logic to handling copying ninja required libraries into the app local file system sandbox to be used by cloud simulator.