From 129b5282ef35f320ea39d1878d2b5f77ae73a3e2 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Tue, 29 May 2012 14:36:59 -0700 Subject: Fixed authortime & runtime for twist vertex shader. --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index 0d211fb5..9547c1e8 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.8.0.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.6.2"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.6.4"} ] } \ No newline at end of file -- cgit v1.2.3 From 335ce503996e3ccbd2909086328d0a31fbd03370 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Thu, 31 May 2012 17:07:10 -0700 Subject: Added the flag shader to the runtime. --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index 9547c1e8..bee603ae 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.8.0.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.6.4"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.6.6"} ] } \ No newline at end of file -- cgit v1.2.3 From 6c994c4b90023cecf4fd0caafb404b859fe28f54 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Wed, 6 Jun 2012 16:34:41 -0700 Subject: material cleanup and rearchitecture --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index 5c1eb875..5038bd21 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.0.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.7.0"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.8.2"} ] } \ No newline at end of file -- cgit v1.2.3 From 80d9f718d64cd006ca98931209e548f116965dc1 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Tue, 12 Jun 2012 16:36:21 -0700 Subject: Incremented RDGE library number --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index e9df5e58..b18e1950 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.0.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.9.0"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.9.1"} ] } \ No newline at end of file -- cgit v1.2.3 From 13e2155e043990170a05f57bf7aad63d23120ecf Mon Sep 17 00:00:00 2001 From: hwc487 Date: Wed, 13 Jun 2012 15:50:04 -0700 Subject: Fixes for runtime Taper material --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index fb108937..f8e61ca5 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.1.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.0"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.1"} ] } \ No newline at end of file -- cgit v1.2.3 From dec69c3766aab7cf4c0ef2ebee6718efc4934e81 Mon Sep 17 00:00:00 2001 From: hwc487 Date: Fri, 15 Jun 2012 11:41:53 -0700 Subject: Runtime change for Paris material. --- js/io/system/ninjalibrary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index f8e61ca5..de11034b 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.1.0"}, - {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.1"} + {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.2"} ] } \ No newline at end of file -- cgit v1.2.3 From ad6f78493295c9c7b4c11cd6a895dd5cc8e207f7 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:58:26 -0700 Subject: updating the components and descriptor.json to support montage v.11 Signed-off-by: Valerio Virgillito --- js/io/system/ninjalibrary.json | 2 +- js/io/ui/file-picker/file-input-field.reel/file-input-field.html | 2 +- js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html | 2 +- js/io/ui/save-as-dialog.reel/save-as-dialog.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'js/io') diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json index fb108937..2e91b479 100644 --- a/js/io/system/ninjalibrary.json +++ b/js/io/system/ninjalibrary.json @@ -1,6 +1,6 @@ { "libraries": [ - {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.10.1.0"}, + {"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.11.0.0"}, {"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.6.0.0"} ] } \ No newline at end of file diff --git a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html index c3209654..ff165f9a 100755 --- a/js/io/ui/file-picker/file-input-field.reel/file-input-field.html +++ b/js/io/ui/file-picker/file-input-field.reel/file-input-field.html @@ -12,7 +12,7 @@ { "newFileDirectory": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileDirectory"} } diff --git a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html index f9a42887..0c410a47 100755 --- a/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html +++ b/js/io/ui/new-file-dialog/new-file-location.reel/new-file-location.html @@ -56,7 +56,7 @@ }, "newFileName": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileName"} } diff --git a/js/io/ui/save-as-dialog.reel/save-as-dialog.html b/js/io/ui/save-as-dialog.reel/save-as-dialog.html index dcdb073f..99f98ddb 100644 --- a/js/io/ui/save-as-dialog.reel/save-as-dialog.html +++ b/js/io/ui/save-as-dialog.reel/save-as-dialog.html @@ -18,7 +18,7 @@ }, "newFileName": { - "prototype": "montage/ui/textfield.reel", + "prototype": "montage/ui/input-text.reel", "properties": { "element": {"#": "newFileName"} } -- cgit v1.2.3