Commit Graph

6095 Commits

Author SHA1 Message Date
Ashley Rogers eadf41997f Fix clang-tidy issues 2025-01-17 16:46:44 -05:00
Ashley Rogers 6115d11cf7 Format 2025-01-17 16:18:05 -05:00
Ashley Rogers 45d9d7ffa6 Merge from main 2025-01-17 16:06:58 -05:00
Ashley Rogers f57f7d9687 Remove cruft 2025-01-17 16:03:05 -05:00
Ashley Rogers 6fe2fdf51c Document methods 2025-01-17 16:02:32 -05:00
Ashley Rogers ad542c1dbf It's working!? 2025-01-17 15:33:56 -05:00
Ashley Rogers 9617622dea Part of a Uri refactor 2025-01-17 12:07:24 -05:00
Kevin Ring 4bc3e809a2
Merge pull request #1070 from CesiumGS/no-ranges
Don't use std::ranges
2025-01-17 21:01:53 +11:00
Kevin Ring c48485e729 Formatting. 2025-01-17 18:33:29 +11:00
Kevin Ring 5294d16999 Don't use std::ranges.
Because it's not supported in Android NDK r25b.
2025-01-17 18:31:29 +11:00
Kevin Ring 5e6273321d
Merge pull request #1069 from CesiumGS/fix-build-problems
Fix various build problems and merge conflicts.
2025-01-17 14:18:13 +11:00
Kevin Ring 3890b79e71 Fix various build problems and merge conflicts. 2025-01-17 13:42:52 +11:00
Kevin Ring 017d13393c
Merge pull request #1064 from CesiumGS/doctest
Use doctest instead of Catch2 for tests
2025-01-17 09:52:00 +11:00
Kevin Ring 086f012ff8
Merge pull request #1059 from CesiumGS/doc-tile-selection-algorithm
Tile selection algorithm documentation, round 2
2025-01-17 09:45:46 +11:00
Kevin Ring 46030bc5a1
Merge pull request #1055 from CesiumGS/url-template-overlay
Add UrlTemplateRasterOverlay
2025-01-17 09:43:01 +11:00
Kevin Ring 1c9df2fe78
Merge branch 'main' into url-template-overlay 2025-01-17 09:42:45 +11:00
Kevin Ring 6dcf071cfc
Merge pull request #1051 from CesiumGS/i3dm-metadata
convert I3dm metadata to EXT_structural_metadata and EXT_instance_features
2025-01-17 09:41:08 +11:00
Kevin Ring 29723901d1
Merge branch 'main' into i3dm-metadata 2025-01-17 09:40:46 +11:00
Kevin Ring 4a6165f6e7
Merge pull request #1019 from CesiumGS/ion-geocoder
Add Cesium ion geocoder to CesiumIonClient::Connection
2025-01-17 09:38:25 +11:00
Sean Lilley ef27547b19
Merge branch 'main' into remove-GLM_FORCE_SIZE_T_LENGTH 2025-01-16 15:33:49 -05:00
Ashley Rogers 46cb506eac Format 2025-01-16 14:38:26 -05:00
Ashley Rogers bd0ebb9bf1 Use geospatial guide instead of glossary 2025-01-16 14:34:21 -05:00
Ashley Rogers b397b06b2e Merge branch 'main' of github.com:CesiumGS/cesium-native into ada-url 2025-01-16 14:17:39 -05:00
Ashley Rogers 8269d1b7da Merge from main 2025-01-16 14:06:17 -05:00
Ashley Rogers e740e3a7b5 Address review comments 2025-01-16 14:05:13 -05:00
Ashley Rogers 067e1cf7fb Organize under Developer Resources 2025-01-16 13:57:54 -05:00
Ashley Rogers 1c779010b1 Move compareVectors to header, make templated 2025-01-16 11:33:27 -05:00
Ashley Rogers bb8209bbc1 Format 2025-01-16 11:17:28 -05:00
Ashley Rogers 5f75446659 Change projected coordinates to minimumX/maximumX etc 2025-01-16 11:15:27 -05:00
Kevin Ring fbfa9b388b
Merge pull request #1060 from CesiumGS/clang-tidy-instructions
Add clang-tidy instructions to the developer setup guide
2025-01-16 19:25:12 +11:00
Kevin Ring c364566cbf
Merge branch 'main' into clang-tidy-instructions 2025-01-16 18:31:10 +11:00
Kevin Ring 53826da2bb Use the example raster overlay. 2025-01-16 18:00:42 +11:00
Kevin Ring 53c2390608 Mark example code [[maybe_unused]] to appease GCC. 2025-01-16 17:54:26 +11:00
Kevin Ring 1dfd740287 Fix include style. 2025-01-16 17:44:16 +11:00
Kevin Ring 7d5b287361 Merge remote-tracking branch 'origin/main' into ion-geocoder 2025-01-16 17:40:43 +11:00
Kevin Ring 678c2de3a4 Fix clang/gcc error. 2025-01-16 17:36:44 +11:00
Kevin Ring feef2cd0eb Doc how raster overlays work. Other tweaks. 2025-01-16 17:26:18 +11:00
Kevin Ring e0b1991b32 Outline for raster overlay implementation doc. 2025-01-16 12:01:05 +11:00
Kevin Ring 64deffc724 Separate topic for creating new raster overlay types. 2025-01-16 11:35:29 +11:00
Kevin Ring 3ab61bc018 Add raster overlay image, tweak text. 2025-01-16 10:56:02 +11:00
Ashley Rogers 688593066e More include fixes 2025-01-15 17:52:40 -05:00
Ashley Rogers 05c9102188 Add includes for MSVC error 2025-01-15 17:47:04 -05:00
Ashley Rogers 5ce9cbb3fe Copyedit 2025-01-15 17:41:09 -05:00
Ashley Rogers 5c3a0ed1c2 Format 2025-01-15 16:58:50 -05:00
Ashley Rogers 4e318925a5 Switch tests to doctest 2025-01-15 16:58:03 -05:00
Kevin Ring 488798e468
Merge pull request #1058 from CesiumGS/raster-overlay-primitives
Support upsampling non-indexed triangles, triangle fans, and triangle strips
2025-01-16 08:43:59 +11:00
Janine Liu 25649cb2df Review feedback 2025-01-15 14:58:38 -05:00
Ashley Rogers 494c0a3560 Format 2025-01-15 14:21:22 -05:00
Ashley Rogers 52a8368c11 Out-of-range check, `<=` -> `<` for indices count 2025-01-15 14:20:18 -05:00
Janine Liu 6476e0d2e0 Pick a fitting emoji :) 2025-01-15 13:54:29 -05:00