Commit Graph

76 Commits

Author SHA1 Message Date
Sean Lilley 5ed44f281d Switch to CesiumJS github org 2020-02-18 10:06:04 -05:00
Sean Lilley 70cb473bdb Merge branch 'master' into update-version 2020-02-04 10:14:03 -05:00
Sean Lilley fb103f467c Update Travis node version 2020-02-04 10:11:42 -05:00
Sean Lilley 7d43c32422
Merge pull request #224 from AnalyticalGraphicsInc/greenkeeper/yargs-15.0.1
Update yargs to the latest version 🚀
2019-12-22 21:10:59 -05:00
greenkeeper[bot] 806fe9d71e
chore(package): update nyc to version 15.0.0 2019-12-23 01:20:02 +00:00
greenkeeper[bot] 1173323d18
fix(package): update yargs to version 15.0.1 2019-11-16 22:57:23 +00:00
Sean Lilley 242455840a
Merge pull request #216 from AnalyticalGraphicsInc/greenkeeper/eslint-config-cesium-8.0.0
Update eslint-config-cesium to the latest version 🚀
2019-10-26 21:02:52 -04:00
greenkeeper[bot] e3c8704895
chore(package): update eslint-config-cesium to version 8.0.0 2019-10-23 17:21:24 +00:00
greenkeeper[bot] db2a642680
chore(package): update open to version 7.0.0 2019-10-15 18:44:23 +00:00
greenkeeper[bot] db90fff50c
chore(package): update yargs to version 14.2.0 2019-10-07 01:08:02 +00:00
greenkeeper[bot] 5c179693a3
fix(package): update yargs to version 14.0.0 2019-08-19 23:18:03 +00:00
Sean Lilley 1d0bb5eb35 Update CHANGES and package.json 2019-07-22 18:44:09 -04:00
Sean Lilley 8fa5bf9d24 Update to version 3.0.3 2019-06-26 19:14:02 -04:00
Sean Lilley 243f747281 Fix eslint and update node modules 2019-06-22 06:54:09 -04:00
greenkeeper[bot] c932ee7533 fix(package): update fs-extra to version 8.0.0 2019-05-11 14:45:55 +00:00
greenkeeper[bot] 9d3a5f4a99 chore(package): update eslint-config-cesium to version 7.0.0 2019-05-03 18:21:32 +00:00
greenkeeper[bot] 36599e0996 chore(package): update nyc to version 14.0.0 2019-04-16 10:24:45 +00:00
greenkeeper[bot] e6291a56ad chore(package): update open to version 6.0.0 2019-03-27 08:15:08 +00:00
Sean Lilley 2e1dbe97b8 Updated to 3.0.2 2019-03-21 12:17:52 -04:00
Sean Lilley cb32c549e1 Update to 3.0.1 2019-03-08 09:55:08 -05:00
greenkeeper[bot] 1a573a2e4d fix(package): update yargs to version 13.1.0 2019-02-12 06:33:38 +00:00
Sean Lilley 43bc8dd596 Updated package.json 2019-02-05 22:08:14 -05:00
Sean Lilley b458856904 Update version to 3.0.0 2018-12-05 09:26:58 -05:00
Matthew Amato 94987d7343 Upgrade to gulp4
`gulp.task` was replaced with `module.exports` but no other changes were
required.
2018-11-06 12:15:18 -05:00
Sean Lilley 0b30a11e3a Update to version 2.3.2 2018-11-02 22:25:58 -04:00
Sean Lilley 1426d0e43d Update triangulation algorithm 2018-10-11 16:58:54 -04:00
Sean Lilley a87087b0dd Reset vertex count properly 2018-10-10 18:37:52 -04:00
Sean Lilley 0197ffa15f Update to 2.3.0 2018-09-19 20:02:25 -04:00
hpinkos 739602b2fa add cloc 2018-01-29 16:50:56 -05:00
Sean Lilley 36c72e1e25 Updated for 2.2.0 release 2018-01-29 15:08:11 -05:00
Sean Lilley 1bebb590ef Updated to version 2.1.0 2017-12-28 14:34:30 -05:00
Sean Lilley 37cf7858cc Node 8 upgrade 2017-11-06 09:46:45 -05:00
Sean Lilley 60a080be46 Reorganization of material loading and returning buffer rather than writing file 2017-08-08 15:09:00 -04:00
Sean Lilley d85e72b19c Updates to package.json, README, and CHANGES 2017-07-25 13:04:14 -04:00
Sean Lilley ab6786e463 Remove dependence on gltf-pipeline and added gltfToGlb function 2017-07-19 13:23:06 -04:00
Sean Lilley df20748d60 Merge branch 'master' into gltf-2.0 2017-07-17 14:38:20 -04:00
Sean Lilley 8701c87767 Bumped to 1.2.0 2017-07-11 11:59:38 -04:00
Matthew Amato 912ab5edff Remove dependency on event-stream
Node has built in functions for reading lines from a file, so there's
no need to depend on `event-stream` just for it.
2017-06-28 13:15:56 -04:00
Ottavio Hartman 644c281e9c Switch from gulp-eslint to the ESLint CLI. Switch to eslint-config-cesium 2.0. 2017-06-27 13:20:48 -04:00
Ottavio Hartman 7946fecbeb Replace Istanbul with NYC 2017-06-20 13:24:03 -04:00
Patrick Cozzi d2e5df2d77 Fix typo 2017-06-14 08:22:41 -04:00
Ottavio Hartman c8adca3324 Replace JSHint with ESLint shareable config 2017-06-12 11:42:37 -04:00
Matthew Amato f141c2d9c9 Update npm dependencies
A few npm dependencies were major versions behind, so this updates `yargs`,
`fs-extra`, and `jasmin-spec-reporter` to their latest versions.

The major change here is `fs-extra`, which now has promise implementations
of all functions by default, this means there's no reason to manually
`Promisify` a function any more, the result is less code overall.

There is one important edge case, `fs-extra` uses built-in native Node
promises, which do not have a `finally` function. If you start a promise
change with an `fs-extra` function, you need to wrap it in `Promise.resolve`
in order to make use of finally at the end (assuming you are using finally
at all, if not you don't need to worry about it. The upside is that your
code will always error if you forget to do this.
2017-05-19 11:37:33 -04:00
Sean Lilley dc4ba7fc6a Merge branch 'master' into gltf-2.0 2017-05-04 14:34:33 -04:00
Sean Lilley c9ad66fcdb Add metallicRoughness and specularGlosiness output 2017-05-04 14:25:08 -04:00
Sean Lilley 9213047cbb Fix CHANGES.md 2017-04-25 16:45:03 -04:00
Sean Lilley 74f95cd616 Bump to 1.1.0 2017-04-25 16:39:19 -04:00
Sean Lilley d7a354b313 Use temp directory 2017-04-20 10:07:01 -04:00
Sean Lilley ce5221c80a 2.0 2017-04-19 17:53:10 -04:00
Sean Lilley 212aed8e8a Update package.json and CHANGES.md 2017-04-13 10:28:20 -04:00