| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Removed the following unused files from the build script
/core/script/fx/blur.js
/core/script/fx/ssao.js
/core/script/animation.js
- Fully removed the following from the build and from source control as they are unused or no longer needed
/core/script/util/dbgpanel.js
/core/script/util/fpsTracker.js
/core/script/util/statTracker.js
/core/script/input.js
/core/script/TextureManager.js
/core/script/ubershader.js
|
|
|
|
|
|
|
| |
- Requiring all the previously pre-loaded files
- RDGE, Codemirror and gl-matrix are not included via a script tag.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
|\ |
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
js/ninja.reel/ninja.html
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
index.html
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
manifest.json
|
| |
| |
| |
| | |
application. Removed the old versions.json and updated the main page to detect if it is running as a chrome app and retrieve the version info from the chrome.app object. If the app is running hosted, the code will use an XHR to load the manifest.json and retrieve the version number from it directly.
|
| |
| |
| |
| |
| |
| | |
Adding a check for Google Chrome browser and a redirect page to download and install Chrome.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
| |
| |
| |
| |
| |
| | |
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies.
Loaded before montage to use in the splash screen.
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
|
| |
| |
| |
| | |
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Adding a check for Google Chrome browser and a redirect page to download and install Chrome.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |/
| |
| |
| |
| |
| |
| | |
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies.
Loaded before montage to use in the splash screen.
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
_scss/compass_app_log.txt
_scss/imports/scss/_Stage.scss
|
| |/
| |
| |
| |
| |
| |
| | |
Versions object to start keeping track of versions for Ninja, Montage and eventually other dependencies.
Loaded before montage to use in the splash screen.
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
|
| |
| |
| |
| | |
Temporarily removing the app cache until needed, should be set up and tested, so just would need to include and add files to the manifest.
|
| |
| |
| |
| | |
Set up the app caching for Ninja and files for initial templates for file I/O
|
|/ |
|
|
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
|