Commit Graph

127 Commits

Author SHA1 Message Date
Patrick Cozzi 751ea1729f Update license for test model 2014-02-26 16:45:37 -05:00
Dan Bagnell 7fa687ce9e Merge branch 'multifrustum' into oit 2014-02-25 17:40:57 -05:00
Scott Hunter 44cf6d6359 Remove the need for the WeakMap shim in knockout-es5.
The WeakMap shim actually stored values (in this case the observable storage) on the keys (view models) directly, using a hidden randomly-generated property, and overwrote the global Object.getOwnPropertyNames function to hide that property.  For our purposes, the observable storage is not really that secret, so it simplifies everything to just create a non-enumerable property named __knockoutObservables on the view model.  Less is more.
2014-02-21 20:41:34 -05:00
Dan Bagnell 2d4a14fe0d Add license information for FXAA. 2014-02-13 15:36:11 -05:00
Dan Bagnell 331bdc9470 Remove materials that are being moved to a plugin. 2014-01-13 19:53:11 -05:00
Patrick Cozzi bddcd92b7f Update copyright year 2014-01-08 10:20:46 -05:00
Scott Hunter df6d7368d0 The license for mersenne-twister was added to the wrong location. 2013-08-22 16:16:33 -04:00
Matthew Amato 051dde3e03 Update LICENSE.md and CHANGES.md 2013-08-22 14:29:18 -04:00
Matthew Amato 72dc8c4d65 Finish TopoJSON support. 2013-06-28 10:25:59 -04:00
Scott Hunter 8dfcf2f3ba Add licensing. 2013-05-31 17:48:27 -04:00
Patrick Cozzi 53b942bd38 Minor license wording tweaks 2013-04-29 16:58:51 -04:00
Ed Mackey d5f3334a99 Update LICENSE.md 2013-01-31 11:43:39 -05:00
Ed Mackey d236576732 Update the sky box to use the correct orientation.
Also added a `skyBoxBaseUrl` parameter to the widget, for easily
swapping out different sets of SkyBox images.
2013-01-29 14:13:00 -05:00
Scott Hunter add6d9e6a5 ThirdParty library consistency.
Make the files match their upstream form as closely as possible.  We should not be aggressively rewriting and reformatting our third-party libraries to match our own coding standards, because it makes it much harder to diff against the original when trying to upgrade.

Also adjust the licensing comments to:
* be correctly preserved in minified output by both r.js (UglifyJS) and Dojo (Closure Compiler)
* clearly indicate the names and URLs of the components each license applies to.
2013-01-03 18:04:08 -05:00
Patrick Cozzi dcbe0b3bf2 Fix link in LICENSE.md 2013-01-03 12:58:41 -05:00
Matthew Amato 7a6b7e105f Update licensing. 2012-12-21 14:55:10 -05:00
Patrick Cozzi e619fe27e2 Add back data credit for images that were not deleted 2012-11-24 16:38:43 -05:00
Patrick Cozzi 4c8b32dc7e Added images for sky box 2012-11-21 14:34:14 -05:00
Scott Hunter ceb91ed2a6 Improve requestAnimationFrame.
The selection of the implementation should only happen once.  Add smarts to the non-native setTimeout fallback to make it better target 60fps by accounting for the time taken by the callback.  Add es5-shim library when running specs to allow them to actually be runnable on old IE.  Update LICENSE.md to reflect current state of third party libraries by removing old ACE and JS Beautifier entries, and add CodeMirror, JSHint, and now es5-shim.
2012-10-29 17:30:44 -04:00
Matthew Amato ac2e4e8210 Update LICENSE.MD 2012-07-24 13:32:27 -04:00
Scott Hunter 9ded81cfb9 Add `when` promise library and switch some APIs to use them.
Replace Jobs.downloadImage and getImageFromUrl with promise-based loadImage.
Change jsonp to work in a promise-based way.  Fix some other random documentation
problems I noticed along the way.
2012-07-20 11:34:50 -04:00
Scott Hunter 622db19017 Fix typos. 2012-07-05 17:45:34 -04:00
Scott Hunter ae5d199029 Use blockquotes instead of forced-wrap code blocks. 2012-07-05 17:36:48 -04:00
Scott Hunter b552b53cef Fix markdown formatting more completely, and add missing license sections. 2012-07-05 17:12:08 -04:00
Scott Hunter 4311d14ae0 Make markdown formatting consistent. 2012-07-05 16:59:53 -04:00
Patrick Cozzi 7fefbdaa3f Updated LICENSE.md to use markdown. 2012-05-16 15:06:23 -03:00
Patrick Cozzi 428cc29090 Fixed bad rename 2012-05-16 13:46:18 -04:00