Commit Graph

488 Commits

Author SHA1 Message Date
Kevin Ring 262d3e080b Bump to v0.29.0, update changelog. 2023-11-01 11:27:49 +11:00
Kevin Ring bd8bd6cae7
Update CHANGES.md 2023-10-13 18:20:31 +11:00
Janine Liu e318370cc8 Update changelog 2023-10-04 17:25:54 -04:00
Kevin Ring 43d510d2ad Merge remote-tracking branch 'origin/v0.27.x' 2023-10-01 16:14:59 +11:00
Kevin Ring 6e720ff0ff Bump to v0.27.3. 2023-10-01 16:09:23 +11:00
Kevin Ring 2398567333 Update compiler requirements and changelog. 2023-09-29 11:39:54 +10:00
Brian Langevin 4332b04353
Merge pull request #732 from CesiumGS/ion-external-type
Add support for Cesium ion "externalType" assets.
2023-09-28 15:36:00 -06:00
Brian Langevin ec52b248d3
Update CHANGES.md 2023-09-28 09:55:43 -06:00
Kevin Ring 08f26ad4d8 Add support for Cesium ion "externalType" assets. 2023-09-27 10:43:09 +10:00
Kevin Ring 4bf6a3e76e Revert "Add support for Cesium ion "externalType" assets."
This reverts commit 828491cff3.
2023-09-27 10:42:37 +10:00
Kevin Ring 828491cff3 Add support for Cesium ion "externalType" assets. 2023-09-27 10:42:03 +10:00
Kevin Ring d7aaea3642 Bump to v0.27.2. 2023-09-20 08:29:49 +10:00
Janine Liu b8c5a9ebf5
Fix changelog entry 2023-09-14 15:42:37 -04:00
Janine Liu 67e8139fbd Update changelog and add missing static const declaration 2023-09-13 15:06:21 -04:00
Kevin Ring 5831764f4c Bump to v0.28.0, update CHANGES.md. 2023-09-08 23:44:01 +10:00
Kevin Ring 3c05ac98b1 Merge remote-tracking branch 'origin/main' into upgrade-feature-metadata 2023-09-08 15:34:49 +10:00
Kevin Ring ea89861678 Merge remote-tracking branch 'origin/upgrade-feature-metadata' into property-attributes 2023-09-08 11:58:40 +10:00
Kevin Ring 1b9b54c66b
Merge pull request #713 from CesiumGS/additional-property-details
Create `PropertyView` base class with normalization handling
2023-09-08 11:56:52 +10:00
Kevin Ring 9cc9f83d81 Fix crash cause by redundant finishLoading call. 2023-09-03 10:38:33 +10:00
Kevin Ring b4aaf58acf Bump to v0.27.0. 2023-09-01 14:49:15 +10:00
Kevin Ring e406287a91 Finish loading parent tile when needed for upsampling. 2023-09-01 11:39:58 +10:00
Kevin Ring 5637a68f30 Merge remote-tracking branch 'origin/generated-readers' into tileset-metadata-take-two 2023-08-31 09:18:29 +10:00
Kevin Ring 309c1817fa Merge remote-tracking branch 'origin/json-read-tweaks' into generated-readers 2023-08-31 09:08:54 +10:00
Kevin Ring 77a256cc0b Merge remote-tracking branch 'origin/main' into json-read-tweaks 2023-08-31 08:59:46 +10:00
Kevin Ring 2a113dc5ab Treat additive-refined tiles as rendered, because they are. 2023-08-30 19:19:32 +10:00
Janine Liu 7a3a5f0d86 Update changelog and fix sign conversions 2023-08-29 15:48:28 -04:00
Kevin Ring 6145b547a6 Update CHANGES.md. 2023-08-28 17:48:56 +10:00
Janine Liu 2c97ce24ba Second unit test / cleanup sweep 2023-08-25 17:15:26 -04:00
Janine Liu ed2bdbd553 Update PropertyTextureView 2023-08-24 20:52:45 -04:00
Brian Langevin f442bb4268
Merge branch 'main' into unknown-properties 2023-08-24 11:17:47 -06:00
Brian Langevin ee9b3697be
Merge branch 'main' into uwp 2023-08-24 10:14:52 -06:00
Brian Langevin 0dc3282df2
Merge pull request #696 from CesiumGS/local-horizontal-from-transform
Add LocalHorizontalCoordinateSystem constructors taking ECEF<->Local matrices.
2023-08-24 09:11:38 -06:00
Janine Liu 53bc30391a Integrate normalization with PropertyTableView 2023-08-24 10:55:43 -04:00
Kevin Ring d24e5f9dfd Update CHANGES.md, remove unnecessary change. 2023-08-23 20:58:14 +10:00
Kevin Ring b3d13bcbb0 Update CHANGES.md. 2023-08-23 19:02:19 +10:00
Kevin Ring b1f2650f55 Add *Reader classes to CesiumGltfReader and Cesium3DTilesReader. 2023-08-23 18:52:44 +10:00
Kevin Ring 25944b78d4 Read from radidjson::Value. 2023-08-23 15:37:02 +10:00
Joseph Kaile a322f8fc16 Merge branch 'main' into ktx-fully-decompress-if-error 2023-08-18 11:00:22 -04:00
Joseph Kaile 078f05d855 Revert "update changes"
This reverts commit e8fbd8d139.
2023-08-18 10:57:39 -04:00
Joseph Kaile e8fbd8d139 update changes 2023-08-17 18:50:35 -04:00
Joseph Kaile 3388f49f32 update changes 2023-08-17 15:54:52 -04:00
Kevin Ring 07d64139a2 Rename ExtensionReaderContext to JsonReaderOptions. 2023-08-16 15:31:57 +10:00
Kevin Ring 7c2393fb2e Update CHANGES.md. 2023-08-16 15:27:54 +10:00
Janine Liu ecd215bddc Merge branch 'main' into upgrade-feature-metadata 2023-08-10 15:27:24 -04:00
Kevin Ring 1595345dbf Merge remote-tracking branch 'origin/main' into local-horizontal-from-transform 2023-08-08 08:50:10 +10:00
Kevin Ring 729357ea0e Update CHANGES.md. 2023-08-04 21:27:39 +10:00
Sean Lilley e4ef04b566 Prevent empty error message from getting propagated to a tileset's loadErrorCallback 2023-08-02 11:05:58 -04:00
Kevin Ring 37f0a4569d Merge remote-tracking branch 'origin/main' into local-horizontal-from-transform 2023-08-02 10:51:09 +10:00
Kevin Ring 172ac5ddcc Bump to v0.26.0. Update CHANGES.md. 2023-08-01 12:49:59 +10:00
Kevin Ring ef58d31fa0 Add LocalHorizontalCoordinateSystem constructors taking matrices. 2023-07-28 22:59:58 +10:00
Joseph Kaile 6b957de071 Merge branch 'main' into meshopt-compression 2023-07-27 10:54:47 -04:00
Brian Langevin e00a12b37d
Update CHANGES.md 2023-07-26 11:11:39 -06:00
Brian Langevin e92e7a0654
Merge branch 'main' into support-stale-while-revalidate 2023-07-26 11:10:11 -06:00
Brian Langevin 5cbda54b7f
Update CHANGES.md 2023-07-26 10:04:20 -06:00
Joseph Kaile 4f4901c717 address pull request comments 2023-07-21 14:43:51 -04:00
Janine Liu 0b60504e9b
Merge branch 'main' into unconditionally-refined-leaves 2023-07-19 13:42:06 -04:00
Janine Liu b41f6da1fc
Fix typos 2023-07-19 11:22:41 -04:00
Kevin Ring e790dbb6ae Fix unconditionally-refined leaf tile bug. 2023-07-17 19:32:05 +10:00
Kevin Ring 72075c3a57 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:39:42 +10:00
Kevin Ring 355111dcf5 Revert "Fix handling of KTX2 images without mipmaps."
This reverts commit 930760ea95.
2023-07-07 15:37:53 +10:00
Kevin Ring 930760ea95 Fix handling of KTX2 images without mipmaps. 2023-07-07 15:37:01 +10:00
Kevin Ring beffebe503 Update CHANGES.md, bump to v0.25.1. 2023-07-03 10:00:24 +10:00
Janine Liu f3ecde1681 Add callbacks and tests 2023-06-29 16:51:07 -04:00
Janine Liu 0b8aecf710 Update changelog 2023-06-16 16:41:07 -04:00
Janine Liu f82528cc3f Formatting, changelog entry, cleanup 2023-06-16 15:43:02 -04:00
Janine Liu c34b321b30 Add changelog and delete unused files 2023-06-06 12:10:02 -04:00
Kevin Ring 7cf906432c Bump version to v0.25.0. 2023-06-01 13:10:23 +10:00
Kevin Ring dabc99439f Update CHANGES.md. 2023-06-01 11:48:15 +10:00
Kevin Ring 1a6659f98f Merge remote-tracking branch 'origin/main' into gunzip-data 2023-06-01 07:56:16 +10:00
Kevin Ring 9cab907322
Merge pull request #646 from CesiumGS/always-log-errors
Always log warning/errors
2023-05-26 21:34:27 +10:00
Janine Liu 6066264b73
Merge pull request #652 from CesiumGS/transform-between-lhs
Add a method to compute a transformation between LocalHorizontalCoordinateSystem instances
2023-05-25 18:13:15 -04:00
Joseph Kaile f6d515ddfb Merge branch 'main' into always-log-errors 2023-05-25 14:37:30 -04:00
Joseph Kaile ffa131feb9 Merge branch 'main' into gunzip-data 2023-05-25 13:08:08 -04:00
Kevin Ring b7d27b7457 Merge remote-tracking branch 'origin/main' into transform-between-lhs 2023-05-24 19:12:12 +10:00
Kevin Ring 1c3f930e6f Add test and update CHANGES.md. 2023-05-24 18:52:31 +10:00
Kevin Ring 8fe85716c0 Implement upsampling for meshes with UNSIGNED_BYTE indices. 2023-05-22 13:54:16 +10:00
Joseph Kaile 62ad87b7f9 always log warning/errors 2023-05-18 15:12:31 -04:00
Joseph Kaile 84f2e8f550 automatically unzip data if gzipped data is detected 2023-05-18 13:11:49 -04:00
Kevin Ring 88c4ad3a5c Update CHANGES.md. 2023-05-09 16:30:36 +10:00
Janine Liu 6cb9807626 Update changelog 2023-04-28 15:54:39 -04:00
Janine Liu 3475516b30 Update changes 2023-04-27 16:54:34 -04:00
Kevin Ring f0031e9814 Update CHANGES.md. 2023-04-24 12:02:58 -04:00
Kevin Ring 4ae8d794bf Bump version, update CHANGES.md. 2023-04-03 14:15:54 +10:00
Janine Liu d02ad6581b Small tweaks 2023-03-31 15:01:36 -04:00
Janine Liu 255e13e0c1 Add test and changelog entry 2023-03-31 14:57:59 -04:00
Kevin Ring b0999ee7d5 Merge remote-tracking branch 'origin/main' into start-new-frame 2023-03-24 16:50:46 +11:00
Janine Liu 8509878a0c
Merge branch 'main' into texture-support 2023-03-23 10:57:07 -04:00
Kevin Ring b6cf23118b Add doc and CHANGES.md update. 2023-03-23 23:24:05 +11:00
Kevin Ring 799a3b2eb1 Merge remote-tracking branch 'origin/main' into no-priority-inversion 2023-03-21 17:38:32 +11:00
Janine Liu 39589d7552
Merge branch 'main' into bounding-volume-operations 2023-03-20 13:51:19 -04:00
Kevin Ring aa0178c12b Tweak CHANGES.md. 2023-03-20 12:37:59 +11:00
Kevin Ring 2cdb449140 Merge remote-tracking branch 'origin/main' into feature/accessor-view 2023-03-20 12:36:56 +11:00
Kevin Ring dddb7885fa
Merge branch 'main' into libjpeg-turbo 2023-03-17 23:45:26 +11:00
Kevin Ring 3b22f78d30 Update CHANGES.md. 2023-03-16 16:15:00 +11:00
Kevin Ring d18875641d Improve support for KTX2 and WebP textures. 2023-03-14 11:28:04 +11:00
Kevin Ring 4be04e1161
Update CHANGES.md 2023-03-13 18:12:36 +11:00
Kevin Ring 19a348d3a6 Update CHANGES.md. 2023-03-10 14:15:19 +11:00
Kevin Ring 7fd11b6130 Fix typo. 2023-03-10 14:10:25 +11:00
Kevin Ring 9b17ac9121 Update CHANGES.md. 2023-03-10 14:09:26 +11:00
Kevin Ring 7b3c6bc03a Update CHANGES.md, bump version. 2023-03-10 12:26:22 +11:00
Joseph Kaile e1f3a1c4f1 update changes 2023-03-10 12:26:22 +11:00
Kevin Ring 5ec979ca4a Merge remote-tracking branch 'origin/main' into libjpeg-turbo 2023-03-07 15:59:45 +11:00
Kevin Ring 7984f0241b Update CHANGES.md, bump version. 2023-03-06 09:09:51 +11:00
Zackery Grizzle cf86ae3260 reformat with clang, add entry to changes.md 2023-03-03 11:16:07 -06:00
Joseph Kaile ab91ce2ba0 update changes 2023-03-02 15:38:58 -05:00
Joseph Kaile 864d22d9f0 Merge branch 'main' into libjpeg-turbo 2023-02-28 11:22:53 -05:00
Kevin Ring e4bc2e8d98 Update CHANGES.md, bump version to v0.22.0. 2023-02-28 23:17:30 +11:00
Joseph Kaile 64e4303ad2
Merge pull request #597 from CesiumGS/unconditionally-refined-is-not-renderable 2023-02-27 18:02:52 -05:00
Kevin Ring 6be63bf6ba
Add mention of new GlobeAnchor class. 2023-02-27 10:45:30 +11:00
Kevin Ring dd263ef5cd Update CHANGES.md. 2023-02-23 16:34:25 +11:00
Joseph Kaile c0dc7c6193 update changes 2023-02-21 12:08:15 -05:00
Kevin Ring d762568643 Fix test failure, update CHANGES.md. 2023-02-21 16:14:07 +11:00
Kevin Ring 65e6efc3bc Beginning of GlobeAnchor implementation. 2023-02-13 22:01:01 +11:00
Janine Liu cb77693b4d Update changelog 2023-02-01 11:23:37 -05:00
Kevin Ring f5f1baece2 Bump version, update CHANGES.md. 2023-02-01 15:53:25 +11:00
Kevin Ring 0481cec7ac
Merge branch 'main' into additive-render-nothing 2023-01-19 07:57:23 +11:00
Kevin Ring b67edab196 Update CHANGES.md. 2023-01-12 12:15:26 +11:00
Kevin Ring 5192e12451 Move changelog entry to the right version. 2022-12-21 20:20:40 +11:00
Kevin Ring 6f77fdec00 Merge remote-tracking branch 'origin/reinterop' into additive-render-nothing 2022-12-21 20:19:13 +11:00
Kevin Ring 971c3da768 Merge remote-tracking branch 'origin/main' into additive-render-nothing 2022-12-21 20:18:06 +11:00
Kevin Ring 91b318fbad Update CHANGES.md. 2022-12-21 20:17:36 +11:00
Kevin Ring 2a0b2098d4 Bump to v0.21.2, update CHANGES.md. 2022-12-09 12:36:39 +11:00
Kevin Ring 4a3c7323c1 Bump to v0.21.1. 2022-12-02 18:41:47 +11:00
Kevin Ring 1bb23f4b5a Create TMS and WMS tile providers in the main thread.
Otherwise there's a chance of overlay reference count corruption.
2022-11-03 12:08:50 +11:00
Kevin Ring 2920bb1b21 Bump to v0.21.0. 2022-11-01 18:50:17 +11:00
Kevin Ring 24f065bf06 Update CHANGES.md. 2022-11-01 13:07:56 +11:00
Kevin Ring afb8f0edcb Merge remote-tracking branch 'origin/main' into intrusive-lifetime 2022-10-18 22:23:48 +11:00
Kevin Ring f31638fbfa Cleaner RasterOverlay error reporting. 2022-10-18 17:59:23 +11:00
Kevin Ring c4f315f0c6 Merge remote-tracking branch 'origin/main' into local-horizontal 2022-10-14 22:16:51 +11:00
Kevin Ring 72cc94496a Merge remote-tracking branch 'origin/intrusive-lifetime' into async-prepare 2022-10-14 21:51:15 +11:00
Kevin Ring 3372fc8399 Update CHANGES.md. 2022-10-13 10:28:23 +11:00
Kevin Ring 293ff1daab Merge remote-tracking branch 'origin/main' into async-prepare 2022-10-11 19:42:48 +11:00
Kevin Ring c29a769a6f Bump version, update CHANGES.md. 2022-10-03 10:06:22 +11:00
Kevin Ring 21e073a53c Update CHANGES.md. 2022-09-22 18:36:59 +10:00
Kevin Ring f3d64b68f1 Update CHANGES.md. 2022-09-22 17:45:34 +10:00
Kevin Ring e43f4da439
Merge branch 'main' into raster-clean-up 2022-09-21 14:58:33 +10:00
Bao Tran 154bfb5351 update CHANGES.md 2022-09-21 00:36:47 -04:00
Joseph Kaile 55db9daefd wrap layer json and tileset json requests with a 'refresh token if needed' 2022-09-14 16:44:20 -04:00
Kevin Ring b95b30f640
Merge branch 'main' into add-renderer-options-to-tileset-options 2022-09-06 23:19:57 +00:00
Kevin Ring 07cfa58b56
Merge branch 'main' into fade-out-range 2022-09-06 23:18:12 +00:00
Kevin Ring d7a69b2aaa
Move changelog entry to the correct version. 2022-09-07 09:15:23 +10:00
Nithin Pranesh 0a566caefe changes 2022-09-06 12:14:49 -04:00
Sean Lilley 4fe838964c Update CHANGES.md 2022-09-06 12:10:25 -04:00
Janine Liu d46dfa56f3 Update changes 2022-09-06 10:56:52 -04:00
Kevin Ring e21a1496ac Bump version, update CHANGES.md. 2022-09-01 22:19:19 +10:00
Kevin Ring a3d9f9dec1 Re-add a check to a test, update CHANGES.md. 2022-09-01 15:26:06 +10:00
Nithin Pranesh f264059e2a Merge branch 'main' into lod-dither 2022-08-31 16:26:24 -04:00
Nithin Pranesh 6c6c8aaca7 update changes to mention EXT_texture_webp 2022-08-31 13:06:09 -04:00
Nithin Pranesh 7c1f3ee45d
Merge branch 'main' into webp-support 2022-08-30 23:21:30 -04:00
Sean Lilley 8919634bb2 Add to CHANGES.md 2022-08-30 13:29:32 -04:00