Commit Graph

  • 21d4238986 Merge branch 'master' into viewer Matthew Amato 2012-04-27 17:43:42 -0400
  • 55204afb72 Merge branch 'master' of github.com:AnalyticalGraphicsInc/cesium Matthew Amato 2012-04-27 17:43:12 -0400
  • 132f7b7dc8 Update LeapSecond with upcoming July 1st, 2012 leap second. Matthew Amato 2012-04-27 17:42:51 -0400
  • 4c95f6962f Merge branch 'master' into cesium.agi.com Scott Hunter 2012-04-27 17:26:41 -0400
  • 554313832c Merge pull request #2 from AnalyticalGraphicsInc/macos Patrick Cozzi 2012-04-27 13:41:29 -0700
  • d07bb5176b Merge da0a292847 into 70e6d47cee GitHub Merge Button 2012-04-27 13:33:28 -0700
  • da0a292847 Merge branch 'master' into macos Kevin Ring 2012-04-27 16:32:42 -0400
  • 70e6d47cee Revert "Change agi_raySegmentCollectionNew functions to create an instance of the" Kevin Ring 2012-04-27 15:33:39 -0400
  • 36c70206b9 Merge branch 'master' into macos Kevin Ring 2012-04-27 15:20:55 -0400
  • 85b5c8e372 Merge branch 'master' of github.com:AnalyticalGraphicsInc/cesium Kevin Ring 2012-04-27 15:20:27 -0400
  • 05853f7b85 Undo part of my previous change. I had changed agi_raySegmentCollectionNew to avoid passing arrays without subscripts to constructors because I believe this is illegal. However, the change causes Firefox and Chrome stable to bomb on the shader so I'm reverting it for now, even though Chrome 19 beta, Chrome without ANGLE, and Firefox without ANGLE all think it's just great. Kevin Ring 2012-04-27 15:08:30 -0400
  • 6abfbc0192 Move GLSL code related to ellipsoid-ray intersection out of Ray.glsl and ConstructiveSolidGeometry.glsl and into BuiltinFunctions.glsl. This lets us avoid including all the Ray and CSG code just to do simple things like the depth plane. This is motivated by (driver?) problems on MacOS X 10.6 that cause it to choke in various interesting ways on the more complicated parts of Ray and CSG. Kevin Ring 2012-04-27 15:00:58 -0400
  • c3b40bbc25 Merge branch 'master' into viewer Matthew Amato 2012-04-27 14:42:41 -0400
  • c36f755060 Merge branch 'master' of github.com:AnalyticalGraphicsInc/cesium Matthew Amato 2012-04-27 14:42:04 -0400
  • d3d568e9d4 Fix several issues relating to JulianDate. Matthew Amato 2012-04-27 14:41:34 -0400
  • 87dc5d320c Update readme to not replicate speed from CZML files. Ed Mackey 2012-04-27 14:32:22 -0400
  • e5c9ab55f6 Change functions that return the coefficient matrices for splines to constants. Dan Bagnell 2012-04-27 14:20:31 -0400
  • d50f8b4d5f Removed screenshot Patrick Cozzi 2012-04-27 14:00:49 -0400
  • c9f43d0e1b Added screenshot Patrick Cozzi 2012-04-27 13:58:17 -0400
  • bb3cee3746 the build launch target in Eclipse needs to specify a target, not just rely on the default which changed. Scott Hunter 2012-04-27 11:29:05 -0400
  • 9f5ce88a42 Use the cesium.agi.com proxy ASHX file Scott Hunter 2012-04-27 11:20:39 -0400
  • 6d2675ba9c Add Google Analytics code Scott Hunter 2012-04-27 11:20:19 -0400
  • 8ca5742020 Change agi_raySegmentCollectionNew functions to create an instance of the struct and set the fields rather than attempting to pass an array to the constructor. Kevin Ring 2012-04-26 22:27:02 -0400
  • 5ce170bc13 Hermite, Lagrange and linear intepolation and associated tests. Matthew Amato 2012-04-26 20:48:51 -0400
  • 057ea5ad95 Merge remote-tracking branch 'agiCesium/viewer' into viewer Patrick Cozzi 2012-04-26 17:14:05 -0400
  • 6cc98cf846 Initial Cesium code Patrick Cozzi 2012-04-26 17:11:42 -0400
  • a55e434797 Removed all build instructions Patrick Cozzi 2012-04-26 16:24:14 -0400
  • ed34c3820b Update to RequireJS 1.0.8, which includes UglifyJS 1.2.6 by default, meaning we don't need our own copy, and we don't the special Cesium.build.js to replace the version used, so we can just run r.js directly from Ant. Scott Hunter 2012-04-26 16:02:16 -0400
  • 94e77e5c39 Fixed README links Patrick Cozzi 2012-04-26 15:40:12 -0400
  • 288844b5bf Added license info and wiki links to README Patrick Cozzi 2012-04-26 15:36:48 -0400
  • 2127edba0a Merge branch 'readme-update' Ed Mackey 2012-04-26 14:57:36 -0400
  • b27d4f5fe2 Add the remainder of the demos to the readme. Ed Mackey 2012-04-26 14:53:55 -0400
  • ff07cd156b Fix tests after merging master. Matthew Amato 2012-04-26 14:41:39 -0400
  • 7982599d52 Update readme Ed Mackey 2012-04-26 14:31:08 -0400
  • 8b23171c62 Destroy camera controllers after tests to keep them from stealing mouse wheel Scott Hunter 2012-04-26 14:30:50 -0400
  • 3278aa1a3e Fix incorrect casing of image. Scott Hunter 2012-04-26 14:29:27 -0400
  • 520e5edc3e Started work on a new readme file with links to individual demos. Ed Mackey 2012-04-26 14:22:58 -0400
  • f465104766 Move files to their new home after merge. Matthew Amato 2012-04-26 11:57:27 -0400
  • 9410ee9267 Merge branch 'master' into viewer Matthew Amato 2012-04-26 11:53:33 -0400
  • bfe4815dad After changing the default ant build target, the Eclipse config needs to specify the build target explicitly now. Scott Hunter 2012-04-26 11:41:10 -0400
  • 27158d4b73 Change the default ant target to combine so that sandbox works by default. Scott Hunter 2012-04-26 11:37:00 -0400
  • 2942cfaed3 Add an Ant task that runs a local Jetty-based HTTP server, to serve up tests, documentation, and examples. Also incorporates a proxy for use with tile providers that don't support CORS yet. Scott Hunter 2012-04-26 11:30:08 -0400
  • c6323ecd4d Merge remote-tracking branch 'origin/master' into amd Scott Hunter 2012-04-25 11:05:30 -0400
  • c2105b7e72 Reorganize project. Move Cesium up one level, so now the root of the git repository is the root of the source tree, and the root of the Eclipse project. Scott Hunter 2012-04-25 10:55:13 -0400
  • 154a4386cc Fix TimeInterval code which was affected by merge from master. Matthew Amato 2012-04-25 10:51:36 -0400
  • 264358d141 Merge branch 'master' into viewer Matthew Amato 2012-04-25 10:23:24 -0400
  • 51d3986b6c Refactor JulianDate constructor into several static helper functions. Rename isBefore/isAfter to lessThan/greaterThan also add lessThanOrEquals/greaterThanOrEquals. Add additional tests to cover new code and better cover old code. Improve error handling all-around by adding additional checks where needed. Matthew Amato 2012-04-25 10:17:59 -0400
  • 65ca85699c Reorganize build process, use source files in Skeleton examples. Scott Hunter 2012-04-25 10:04:30 -0400
  • cfc1ef1ab6 Merge remote-tracking branch 'origin/master' into amd Scott Hunter 2012-04-24 16:02:31 -0400
  • 25b66c9030 Removed no longer used build target Patrick Cozzi 2012-04-24 15:16:07 -0400
  • 53d24aa252 Merge branch 'master' into amd Scott Hunter 2012-04-24 15:11:59 -0400
  • 389fac8fb6 Port remaining specs to new AMD syntax. Scott Hunter 2012-04-24 14:29:08 -0400
  • cba18dae1b Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium Patrick Cozzi 2012-04-24 14:16:53 -0400
  • 40a1694cee Added default target to build Patrick Cozzi 2012-04-24 14:16:33 -0400
  • 8ceb059981 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium Dan Bagnell 2012-04-24 13:31:15 -0400
  • 9a0a93456c Simplify orientation interpolator test. Dan Bagnell 2012-04-24 13:29:03 -0400
  • 0cee98fea0 Merge branch 'master' into amd Scott Hunter 2012-04-24 10:45:37 -0400
  • 25ea7ffe00 Merge branch 'master' into viewer Matthew Amato 2012-04-24 10:39:12 -0400
  • 944fa8371f Merge branch 'master' into amd Scott Hunter 2012-04-24 10:38:05 -0400
  • b3efd19960 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium Matthew Amato 2012-04-24 10:36:09 -0400
  • 8cad0419b2 Back out incorrect change in JulianDate.compare Matthew Amato 2012-04-24 10:33:04 -0400
  • 78b20c5d53 Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium Patrick Cozzi 2012-04-24 10:21:01 -0400
  • 212de4797e Cleaned up enum validation Patrick Cozzi 2012-04-24 10:20:35 -0400
  • f86b6e1c8b Merge branch 'master' of github.com:AnalyticalGraphicsInc/agiCesium kristiancalhoun 2012-04-24 09:35:40 -0400
  • 4cc5512e6a Switched to non-prototypal Cartesian clones for arrays of positions. kristiancalhoun 2012-04-24 09:27:58 -0400
  • 3ab5da1cb0 Cleaned up PrimitiveType enum validation Patrick Cozzi 2012-04-24 08:55:49 -0400
  • f400f2b986 Initial port of TimeIntervalCollection. Not very well tested, but the basics appear to work fine. Matthew Amato 2012-04-23 19:54:41 -0400
  • 6723a8f525 Port more specs to new AMD syntax. Scott Hunter 2012-04-23 18:02:59 -0400
  • eb7643e101 Merge branch 'interp' Dan Bagnell 2012-04-23 17:42:56 -0400
  • 787b172478 Add doc for orientation interpolator. Dan Bagnell 2012-04-23 17:41:15 -0400
  • c3e912308f Initial submit of TimeInterval class. Matthew Amato 2012-04-23 17:36:55 -0400
  • 96abf72c18 Add tests for orientation interpolation. Dan Bagnell 2012-04-23 17:31:37 -0400
  • 8b5911bcbc Minor fixes to JulianDate. Matthew Amato 2012-04-23 17:16:48 -0400
  • 3eca900cf8 Add orientation interpolation. Dan Bagnell 2012-04-23 17:03:33 -0400
  • 7b9bf3c895 Cleaned up some comments in BoundingSphere.js. kristiancalhoun 2012-04-23 16:54:27 -0400
  • 637e623066 REplaced FrontFace enum with WindingOrder Patrick Cozzi 2012-04-23 15:36:56 -0400
  • a13a402403 Cleaned up enum comments Patrick Cozzi 2012-04-23 15:20:43 -0400
  • 864d72dbd9 Cleaned up enums; .value is no longer required Patrick Cozzi 2012-04-23 14:53:41 -0400
  • e7badb1035 Fix bug in spindle controller when rotating the camera close to the surface. Dan Bagnell 2012-04-23 14:06:25 -0400
  • b16145e261 Fix bug where tile's geometry is deleted just before submitting a draw call. Dan Bagnell 2012-04-23 14:04:24 -0400
  • a1cc559218 Fix situation where the camera can get stuck near the surface when zooming. Dan Bagnell 2012-04-23 13:39:19 -0400
  • 6a35b04d5f Disabled tests that fail on Firefox Patrick Cozzi 2012-04-23 10:39:15 -0400
  • a09de47242 Merge branch 'master' into amd Scott Hunter 2012-04-23 10:15:06 -0400
  • 67c403cf81 Disabled some tests that fail on Firefox Patrick Cozzi 2012-04-23 10:12:26 -0400
  • c19da246f3 Re-enabled test that now passes on Firefox Patrick Cozzi 2012-04-23 10:01:47 -0400
  • 227b225e54 Fixed failing test. Replaced new Array with [] Patrick Cozzi 2012-04-23 09:50:10 -0400
  • b6e0066e03 Fixed sensors on AMD GPUs Patrick Cozzi 2012-04-23 08:56:21 -0400
  • 2fa3ca71c2 Merge branch 'master' into amd Scott Hunter 2012-04-20 20:19:53 -0400
  • a13a511b73 Start migrating all files to AMD-style require syntax, starting with Specs. Not complete, not ready for use. Scott Hunter 2012-04-20 20:15:47 -0400
  • cb305134df Fix bug where the CentralBody could not load a single texture instead of a tile tree. Dan Bagnell 2012-04-20 16:50:43 -0400
  • ce9d758a50 Small changes to computeEllipseBoundary. kristiancalhoun 2012-04-19 17:27:20 -0400
  • 03c651f0b1 Updated CHANGES file to reflect most recent additions. kristiancalhoun 2012-04-19 16:25:21 -0400
  • 2fd7f5eef7 Merge remote-tracking branch 'origin/master' kristiancalhoun 2012-04-19 16:06:56 -0400
  • 45fee8f0b1 Draw circles and ellipses using arc-distance. kristiancalhoun 2012-04-19 16:06:24 -0400
  • 39a6fdb92a Move UglifyJS up a directory in Tools Scott Hunter 2012-04-18 17:24:28 -0400
  • f24f2858a2 Update Mac NodeJS to 0.6.15 Scott Hunter 2012-04-18 17:21:18 -0400
  • 6ad4d720ed Update Windows NodeJS to 0.6.15 Scott Hunter 2012-04-18 16:31:35 -0400
  • 228f34423b Add a linux binary for NodeJS Scott Hunter 2012-04-18 16:23:39 -0400
  • 433e641770 Draw circles and ellipses using arc-distance. Added related tests and an ellipse Sandbox example. kristiancalhoun 2012-04-19 15:34:10 -0400
  • f2ac9b5951 Move UglifyJS up a directory in Tools Scott Hunter 2012-04-18 17:24:28 -0400