aboutsummaryrefslogtreecommitdiff
path: root/assets
Commit message (Collapse)AuthorAge
* Bugs fixed:hwc4872012-07-23
| | | | | | | 1915 - Data.JSON too large. Reduced mesh size and limited precision of fp numbers 1381 - Background transparency in preview. 1740 - File Save As caused WebGL to stop animating. Crossed RDGE IDs 1954 - Texture change from material popup broke screen rendering. Set correct context on property change.
* Renamed Raiders material to Dark Blur, and Paris to Blue Sky.hwc4872012-07-19
|
* Merge branch 'master' of github.com:Motorola-Mobility/ninja into GridFixeshwc4872012-07-11
|\ | | | | | | | | Conflicts: assets/shaders/radialBlur.frag.glsl
| * Removed the shaders that we do not have rights to.hwc4872012-07-10
| |
* | re-wrote the radial blur shader. Changed tolerances in the deformation shaders.hwc4872012-07-11
|/
* cleaned up remaining copyrights for releaseJohn Mayhew2012-07-09
|
* BSD LicenseKris Kowal2012-07-09
|
* Merge branch 'normalize' of https://github.com/kriskowal/ninja-internalValerio Virgillito2012-07-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/components/gradientpicker.reel/gradientpicker.js js/components/tools-properties/text-properties.reel/text-properties.js js/document/views/base.js js/document/views/design.js js/helper-classes/3D/StageLine.js js/helper-classes/3D/draw-utils.js js/lib/drawing/world.js js/lib/geom/circle.js js/lib/geom/line.js js/lib/geom/rectangle.js js/lib/geom/shape-primitive.js js/lib/rdge/materials/bump-metal-material.js js/lib/rdge/materials/flag-material.js js/lib/rdge/materials/fly-material.js js/lib/rdge/materials/julia-material.js js/lib/rdge/materials/keleidoscope-material.js js/lib/rdge/materials/mandel-material.js js/lib/rdge/materials/material.js js/lib/rdge/materials/plasma-material.js js/lib/rdge/materials/pulse-material.js js/lib/rdge/materials/radial-gradient-material.js js/lib/rdge/materials/taper-material.js js/lib/rdge/materials/twist-vert-material.js js/lib/rdge/materials/water-material.js js/panels/Materials/materials-library-panel.reel/materials-library-panel.html js/panels/Materials/materials-library-panel.reel/materials-library-panel.js js/panels/Materials/materials-popup.reel/materials-popup.html js/panels/Materials/materials-popup.reel/materials-popup.js js/tools/LineTool.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Remove trailing spacesKris Kowal2012-07-06
| |
| * Expand tabsKris Kowal2012-07-06
| |
* | Merge branch 'Taper' of https://github.com/ericmueller/ninja-internalValerio Virgillito2012-07-09
|\ \ | |/ |/| | | | | | | | | | | Conflicts: js/lib/geom/circle.js js/lib/rdge/materials/linear-gradient-material.js Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * Added capability to split a mesh into multiiple parts to avoid buffer ↵hwc4872012-06-28
| | | | | | | | overflow situations.
* | Update copyright boilerplateKris Kowal2012-07-06
|/
* fixed a small startup issue with the RDGE library.hwc4872012-06-22
|
* Runtime change for Paris material.hwc4872012-06-15
|
* Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-06-14
|\ | | | | | | Textures
| * fix bug #1704 where small paths/strokes with large stroke width caused a ↵Pushkar Joshi2012-06-13
| | | | | | | | flip of the gradient colors
* | Fixes for runtime Taper materialhwc4872012-06-13
| |
* | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-06-13
|\| | | | | | | | | | | | | Textures Conflicts: js/io/system/ninjalibrary.json
| * change the brush runtime to ignore hardness in case of strokewidth of 1Pushkar Joshi2012-06-12
| |
| * 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 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-06-12
|\| | | | | | | | | | | | | | | | | Textures Conflicts: assets/canvas-runtime.js js/io/system/ninjalibrary.json js/mediators/element-mediator.js
| * fix compile error that was preventing non-gradient brush strokes from being ↵Pushkar Joshi2012-06-07
| | | | | | | | rendered in runtime
| * enable gradients for brush stroke (in authoring as well as runtime)Pushkar Joshi2012-06-06
| |
| * Merge branch 'pentool' into brushtoolPushkar Joshi2012-06-06
| |\ | | | | | | | | | | | | Conflicts: assets/canvas-runtime.js
| | * added gradients to pen path runtimePushkar Joshi2012-06-06
| | |
| * | removed repeated declarations in brush stroke runtime classPushkar Joshi2012-06-04
| | |
| * | runtime version of the brush stroke (similar to the pen paths, this seems to ↵Pushkar Joshi2012-05-31
| |/ | | | | | | not work unless we run it through the debugger)
| * somewhat working version of the canvas runtime for pen paths (the runtime ↵Pushkar Joshi2012-05-31
| | | | | | | | renders properly if we go through debugger)...also removed calls to getStageElement from pen tool
| * Merge branch 'master' into pentoolPushkar Joshi2012-05-31
| |\
| * | move all the subpath functions to its prototype, and first version of the ↵Pushkar Joshi2012-05-31
| | | | | | | | | | | | pen path runtime
* | | Runtime material fixeshwc4872012-06-12
| | |
* | | Material cleanup & bug fixes.hwc4872012-06-12
| | |
* | | Material cleanuphwc4872012-06-07
| | |
* | | material cleanup and rearchitecturehwc4872012-06-06
| | |
* | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-05-31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | Textures Conflicts: js/io/system/ninjalibrary.json
| * | Merge branch 'refs/heads/master' into dom-architectureValerio Virgillito2012-05-22
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: js/io/system/ninjalibrary.json Signed-off-by: Valerio Virgillito <valerio@motorola.com>
| * | | Modifying Canvas Data I/OJose Antonio Marquez2012-05-21
| | | | | | | | | | | | | | | | Changing methods to save all data to external files, this will be optional for the user. Currently save will only save to external files, but UI will allow user to save in file. Need to implement loading data on file open for external file, only works for in file currently. Modified the Runtime file to load all data itself to not bulk up the user document.
| * | | Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | | | | | | | | | | | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* | | | Added the flag shader to the runtime.hwc4872012-05-31
| | | |
* | | | Fixed authortime & runtime for twist vertex shader.hwc4872012-05-29
| | | |
* | | | Parameters for twistVertex materialhwc4872012-05-25
| | | |
* | | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into ↵hwc4872012-05-22
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Textures Conflicts: js/lib/geom/shape-primitive.js js/lib/rdge/materials/linear-gradient-material.js
| * | | Updates for WebGL/Canvas 2D authortime and runtime gradients.hwc4872012-05-18
| | | |
| * | | Linear & radial gradients for runtime fixeshwc4872012-05-17
| | | |
| * | | Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into 3DBugshwc4872012-05-11
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: js/lib/geom/circle.js js/lib/geom/rectangle.js
| * | | WebGL linear gradients to match CSShwc4872012-05-08
| | | |
| * | | Radial gradients to match CSShwc4872012-05-08
| | |/ | |/|
* | | Editable parameters for flag, pulse, uber, and radial gradient materials.hwc4872012-05-22
| | |
* | | Editable material propertieshwc4872012-05-22
| | |