| Commit message (Collapse) | Author | Age |
|
|
|
| |
Also set up for tracking ID created, will be adding support for parsing files without saving later, but flag is now present.
|
|
|
|
| |
This is for chrome preview, also fixed other preview bug with plain files not opening in preview.
|
|
|
|
| |
This fixes an issue with launching preview before libraries were copied, hence, first time run would fail. Need to add a feedback screen for this process.
|
|
|
|
| |
This is to simplify code, more to be changed and added.
|
| |
|
|
|
|
| |
Need to figure out CSS overwrite issue <style>
|
|
|
|
| |
Keeping data in-file if a data tag is detected.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
This is just to add correct mappings to Google Montage components in the package.json file generated.
|
|
|
|
| |
Moved dirty marker clearing code to model.
|
|
|
|
| |
This is for opening components, selection is still not reflecting component data.
|
| |
|
| |
|
|
|
|
| |
Only for saving basic components without a reel.
|
|
|
|
| |
Also setting up for Montage component serialization.
|
| |
|
|
|
|
| |
Adding file save for templates, completing I/O.
|
|
|
|
| |
Adding animation sub-category to template in new file.
|
|
|
|
| |
Need to implement save, but this cover open and new.
|
|
|
|
| |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|
|
|
| |
Ensuring overflow is visible but saved as hidden.
|
|
|
|
| |
This is supported for NEW and OPEN, SAVE is not supported yet by I/O. Saving works, but it will not be a banner template.
|
| |
|
|
|
|
| |
The template creator is currently not returning serializing code, but does clean the document. Need to investigate reason why, currently all components are removed on save.
|
|
|
|
| |
Adding save functionality to new template. Need to implement user UI for prompts and also clean up...
|
| |
|
|
|
|
| |
Ninja does not need to create duplicate files when it sets up the users Ninja Projects directory for RDGE support.
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
| |
Added the ability to save montages component serialization from Ninja. Very rough, but functional.
|
| |
|
| |
|
|
|
|
| |
Added a temporary fix to allow for webGL runtime functionality. Copying the desired folder name into a static name. There is a lag in doing this, so obviously now ideal. Need to discuss adding dynamic path-ing during author and runtime.
|
|
|
|
| |
This is still no resolving issues with webGL runtime.
|
| |
|
| |
|
|
|
|
| |
There is a problem that needs to be resolved in the CanvasRuntime.
|
|
|
|
| |
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.
|
|
|
|
| |
Fixed a bug with data-uris not opening correctly.
|
| |
|
| |
|
| |
|
|
|
|
| |
Added a temp fix for allow the viewing of CSS on a CDN, however, the styles should not be editable, but will allow for accurate preview of styles. Need to coordinate with the CSS panel and styles manager to insert styles in the appropriate files or tags that have write permission.
|
|
|
|
| |
Forgot to comment out the return, therefore preventing to save.
|
|
|
|
| |
Still need to implement CSS loaded from a CDN, currently this would break Ninja.
|
|
|
|
| |
Added logic to allow for files opened and assets linked in any order all under the cloud server root.
|
|
|
|
| |
Added logic to accommodate any URLs in a CSS file inside the opened document root. Need to add logic for handling linked references above the root. Also need to reformat into a reusable method as it might be needed besides CSS.
|