Commit Graph

227 Commits

Author SHA1 Message Date
Sean Lilley
6f5bc856ed Update gltf-pipeline and general project cleanup 2017-01-03 21:47:51 -05:00
Patrick Cozzi
aaa64b9e1a Merge pull request #38 from AnalyticalGraphicsInc/gltf-pipeline-upgrade
Upgrade gltf-pipeline
2016-12-15 10:55:41 -05:00
Sean Lilley
d8408e3f2c Update gltf-pipeline 2016-12-13 14:13:40 -05:00
Sean Lilley
77cccf9f90 Upgrade gltf-pipeline 2016-12-12 10:13:44 -05:00
Sean Lilley
aa88e29c90 Merge pull request #31 from mramato/typings
Use typings instead of rolling our own TypeScript definition solution
2016-10-26 23:23:38 -04:00
Sean Lilley
99dc02b742 Removed old line 2016-10-26 23:23:13 -04:00
Matthew Amato
c09c392423 Use typings instead of rolling our own TypeScript definition solution
This gets rid of the TypeScriptDefinitions directory and associated gulp
task. Instead it uses the typings module which is a more standard way to
manage TS definitions. This now creates a typings folder at npm install
type and WebStorm has been configured to simply point to that.

Not only is this cleaner, but the actual intellisense is much better at
WebStorm should provide even more help now.

Also removed the request dependency because it's no loner used.

Also added missing entries to npmignore and gitignore.

As part of this change, I also updated all npm modules to there latest
version, this is in preparation for turning on greenkeeper.
2016-10-25 20:23:27 -04:00
Patrick Cozzi
0dc73e1312 Merge pull request #26 from AnalyticalGraphicsInc/line-endings
Update version for line-ending fix
2016-09-07 19:05:17 -04:00
Sean Lilley
fae7ae67f0 Update version for line-ending fix 2016-09-07 18:12:29 -04:00
Rob Taglang
7503e36e86 Merge pull request #24 from AnalyticalGraphicsInc/param-fix
Param fix
2016-08-26 16:02:34 -04:00
Sean Lilley
63bd6d372c Update CHANGES.md and version number 2016-08-26 15:51:53 -04:00
Sean Lilley
767612643c Fix wrong param name 2016-08-26 15:49:55 -04:00
Sean Lilley
99a5e87623 Merge pull request #23 from AnalyticalGraphicsInc/upgrade
Added compress flag and updated version number
2016-08-26 10:22:53 -04:00
Sean Lilley
c79684b10e Added compress flag and updated version number 2016-08-25 13:48:34 -04:00
Sean Lilley
5decc6cee9 Bumped version number 2016-08-08 11:40:25 -04:00
Sean Lilley
de78affa75 Updated CHANGES.md 2016-08-08 11:39:52 -04:00
Sean Lilley
20deda83e3 Fix bug with no materials 2016-08-08 11:38:54 -04:00
Sean Lilley
2d6e0d16c9 Added --cesium option and bumped version number 2016-07-25 19:12:41 -07:00
Sean Lilley
60ba99d4ec Merge pull request #21 from AnalyticalGraphicsInc/promises-everywhere
Convert callbacks to promises
2016-07-25 18:57:27 -07:00
Sean Lilley
e5f5970018 Style tweaks 2016-07-22 18:21:09 -07:00
Robert Taglang
ca7f0cca45 Missing a return for images 2016-07-22 17:40:29 -04:00
Robert Taglang
6c0c39761b Fixed issue with missing material 2016-07-22 17:28:48 -04:00
Robert Taglang
b9e8079f76 Added catch to binary endpoint 2016-07-22 16:27:20 -04:00
Robert Taglang
dc1a1976db Last few tweaks 2016-07-22 16:17:27 -04:00
Robert Taglang
68582967ac Changed callback code to promises 2016-07-22 14:09:13 -04:00
Sean Lilley
68003e43b7 Update to version 0.1.1 2016-07-21 17:23:53 -04:00
Sean Lilley
49f37d5798 Updated README 2016-07-20 14:51:40 -04:00
Sean Lilley
3169452ca0 Instead of -e command line flag, use -s or -t 2016-07-20 14:23:58 -04:00
Sean Lilley
0ec8b1c058 Merge pull request #19 from AnalyticalGraphicsInc/publish
Getting ready to publish
2016-07-20 14:16:17 -04:00
Sean Lilley
e360ed0e1a Update CHANGES.md 2016-07-20 14:04:10 -04:00
Sean Lilley
bada069caa Updated .ignore files 2016-07-20 13:25:54 -04:00
Sean Lilley
5d8d3c0098 Fix test 2016-07-20 11:54:47 -04:00
Sean Lilley
ad0866efde Added ao option 2016-07-12 18:14:56 -04:00
Sean Lilley
4eb0cacc37 Reorganize .npmignore 2016-07-12 15:41:28 -04:00
Sean Lilley
ad3fc2c51b Use slashes for directories in .npmignore 2016-07-12 15:36:06 -04:00
Sean Lilley
c89a183eab Update gltf-pipeline version number 2016-07-12 15:08:20 -04:00
Sean Lilley
ddd99ea33d Added a unit test 2016-07-11 12:27:15 -04:00
Sean Lilley
29fa71fe2b Webstorm 2016.2 project update 2016-07-11 10:08:35 -04:00
Sean Lilley
63e6fed264 Updated project for publishing 2016-07-08 18:10:18 -04:00
Sean Lilley
b2d740b1e5 Added node engine support to package.json 2016-07-05 09:48:38 -04:00
Sean Lilley
96067deba1 Flip uv.y 2016-06-29 11:45:22 -04:00
Sean Lilley
d4131a956c Support quantize option 2016-06-24 14:04:12 -04:00
Sean Lilley
1b78afd6eb Support vertex/ pattern 2016-06-23 22:57:51 -04:00
Sean Lilley
388f9928c3 Use different read-line library 2016-06-23 22:35:07 -04:00
Sean Lilley
139f473785 Fix image uris and use better naming for separate resources 2016-06-23 22:01:36 -04:00
Sean Lilley
462c80fbc0 Use default values 2016-06-23 21:21:21 -04:00
Sean Lilley
85f035db19 Updated readme 2016-06-23 16:29:26 -04:00
Sean Lilley
a6830668bb Merge pull request #10 from AnalyticalGraphicsInc/fix
Fixed require
2016-06-23 16:26:45 -04:00
Sean Lilley
1ae572bae8 Fixed require 2016-06-23 16:25:40 -04:00
Rob Taglang
15a2f6f192 Merge pull request #7 from AnalyticalGraphicsInc/pipeline-upgrade
Upgrade project for gltf-pipeline
2016-06-23 15:20:45 -04:00