Commit Graph

7146 Commits

Author SHA1 Message Date
David Lively b0409b8425 Changes to include mikktspace in build 2025-09-23 10:31:04 -05:00
Janine Liu 9189d6a72e
Merge pull request #1240 from CesiumGS/blend2d-ios
Make sure vcpkg dependencies with [features] are installed.
2025-09-17 14:24:56 -04:00
Janine Liu 94c4a3c021
Merge branch 'main' into blend2d-ios 2025-09-17 14:03:12 -04:00
Janine Liu d1263ae8f3
Merge pull request #1243 from CesiumGS/tile-and-tile-provider-move
Add move constructor / assignment operator for TileProviderAndTile.
2025-09-17 10:15:47 -04:00
Kevin Ring a6ff55c7e6
Merge branch 'main' into blend2d-ios 2025-09-17 14:56:03 +10:00
Kevin Ring df11774f91 Enable copy constructor/assignment on TileProviderAndTile. 2025-09-17 14:05:14 +10:00
Janine Liu 7f97b89a3c
Merge branch 'main' into tile-and-tile-provider-move 2025-09-16 16:30:07 -04:00
Janine Liu 7bc746033b
Merge pull request #1239 from CesiumGS/raster-overlay-const-tile
Add `RasterOverlayExternals`, make `RasterOverlayTileProvider::loadTileImage` receive a const `RasterOverlayTile`
2025-09-16 15:28:28 -04:00
Janine Liu ba7ff5d9a4 Minor doc tweaks 2025-09-16 13:25:29 -04:00
Kevin Ring ba8782d67a More doc. 2025-09-16 21:33:41 +10:00
Kevin Ring 25ad6e04b7 Add doc. 2025-09-16 19:36:02 +10:00
Kevin Ring 5233089008 Add move constructor / assignment operator for TileProviderAndTile. 2025-09-16 19:12:05 +10:00
Kevin Ring 4d5916ceb2 Make sure vcpkg dependencies with [features] are installed. 2025-09-11 20:32:46 +10:00
Kevin Ring 0c2478d1a5 clang-tidy 2025-09-09 20:21:35 +10:00
Kevin Ring e8bcd9efc1 Fix typo. 2025-09-09 18:31:29 +10:00
Kevin Ring fd116c8011 loadTileImage receives const RasterOverlayTile. 2025-09-09 18:24:28 +10:00
Kevin Ring 3e08742630 Bump version, update changelog. 2025-09-01 23:18:01 +10:00
Kevin Ring 2d6cb7a46e
Merge pull request #1229 from CesiumGS/vector-random-fix
Fix `ColorMode::Random` producing different results for each vector overlay tile rasterized
2025-09-01 23:11:49 +10:00
Kevin Ring 32e5fdf7b4
Merge branch 'main' into vector-random-fix 2025-09-01 23:10:52 +10:00
Kevin Ring 2b48e0a702 Guessing which header clang-tidy likes for std::hash... 2025-09-01 23:08:00 +10:00
Kevin Ring ca90e8f547
Merge pull request #1235 from CesiumGS/extra-token-refresh
Fix extra Bing session use after token refresh
2025-09-01 22:48:48 +10:00
Kevin Ring 4f72581ae4
Merge branch 'main' into extra-token-refresh 2025-09-01 22:48:21 +10:00
Kevin Ring 0c0a74fa87
Merge pull request #1232 from CesiumGS/raster-overlay-crash
Fix raster overlay crash with external tilesets
2025-09-01 22:47:49 +10:00
Kevin Ring a06c175c68 clang-tidy 2025-09-01 22:40:58 +10:00
Kevin Ring a79ca5e970 Fix clang warnings. 2025-09-01 22:01:47 +10:00
Kevin Ring 95a4d40c0d Use hash instead of random. 2025-09-01 21:53:24 +10:00
Kevin Ring 277089eda3 Fix extra Bing session use after token refresh. 2025-08-29 20:48:08 +10:00
Kevin Ring e114fadc00 Fix raster overlay crash with external tilesets. 2025-08-28 11:17:48 +10:00
Kevin Ring 45bfe4015d
Merge pull request #1213 from CesiumGS/accessible-accessor-view
Expose the `AccessorView` of `PropertyAttributePropertyView`
2025-08-26 19:39:45 +10:00
Kevin Ring 85a516cb69
Merge branch 'main' into accessible-accessor-view 2025-08-26 19:29:24 +10:00
Kevin Ring 37c55cbebb
Merge pull request #1124 from CesiumGS/no-stringop-overflow
Disable `-Wstringop-overflow`
2025-08-26 19:25:08 +10:00
Ashley Rogers 48d0455da0 Uncomment test 2025-08-22 11:17:19 -04:00
Ashley Rogers 3eae3e8df2 Remove unused std::random_device 2025-08-22 11:11:33 -04:00
Ashley Rogers 54017e521d Update CHANGES 2025-08-22 11:10:31 -04:00
Ashley Rogers a4f88469f8 Use object address as seed for ColorMode::Random 2025-08-22 10:56:05 -04:00
Sean Lilley 6a984335d8 Merge branch 'main' into no-stringop-overflow 2025-08-20 15:05:06 -04:00
Janine Liu 8f17045f1c
Merge pull request #1222 from CesiumGS/more-tileset-parsing
Make more properties from tileset.json available on `TilesetMetadata`
2025-08-20 14:34:04 -04:00
Janine Liu bc3230582a
Merge pull request #1221 from CesiumGS/const-get-root-tile
Only provide `const` access to the root tile
2025-08-20 14:33:23 -04:00
Kevin Ring a4c2890564 Merge remote-tracking branch 'origin/const-get-root-tile' into more-tileset-parsing 2025-08-20 15:04:45 +10:00
Kevin Ring 1bceed75ef Remove unnecessary casts. 2025-08-20 12:36:27 +10:00
Janine Liu 20ffad2cc7 Small modifications from review 2025-08-19 13:54:41 -04:00
Janine Liu 5dbb1758c7 Merge branch 'const-get-root-tile' into more-tileset-parsing 2025-08-19 12:05:25 -04:00
Janine Liu d381a1428e
Merge branch 'main' into const-get-root-tile 2025-08-19 11:55:18 -04:00
Janine Liu e19684a8dc
Merge pull request #1224 from CesiumGS/offline-with-no-frustums
Fix an endless loop in `updateViewGroupOffline` when it's given an empty list of frustums
2025-08-18 10:57:00 -04:00
Janine Liu 2afa25b81d
Update CHANGES.md 2025-08-18 10:22:07 -04:00
Kevin Ring ccf0d99b99 Add test case and update CHANGES.md. 2025-08-15 16:22:43 +10:00
Kevin Ring ed1618fa67 Don't get stuck in an endless loop if there are no frustums. 2025-08-15 15:58:06 +10:00
Kevin Ring 7eb11ca014 clang-tidy 2025-08-11 21:34:38 +10:00
Kevin Ring 2074cebcce Fix gcc/clang warning. 2025-08-11 17:42:35 +10:00
Kevin Ring 891e399e09 Load unknownProperties, too. 2025-08-11 17:37:42 +10:00