Kevin Ring
|
92ebe803b8
|
Move a change to the correct version.
|
2022-02-01 18:29:06 +11:00 |
Kevin Ring
|
8e890e6f22
|
Update version, tweak CHANGES.md.
|
2022-02-01 18:27:57 +11:00 |
Kevin Ring
|
2d9cb0fd34
|
Merge pull request #435 from CesiumGS/integer-handler-nonzero-fractional
Accept double as integer if fractional part is zero
|
2022-02-01 16:03:55 +11:00 |
Kevin Ring
|
00167389d3
|
Merge branch 'main' into integer-handler-nonzero-fractional
|
2022-02-01 16:03:30 +11:00 |
Kevin Ring
|
87d7476456
|
Merge pull request #433 from CesiumGS/case-insensitive-refine
Refine value should be case sensitive
|
2022-02-01 16:02:17 +11:00 |
Joseph Kaile
|
23497e3f44
|
fix compile error for linux
|
2022-01-31 13:35:03 -05:00 |
Joseph Kaile
|
e81e11b06a
|
possible fix for vs2017 build
|
2022-01-31 12:49:27 -05:00 |
Joseph Kaile
|
7e537ec874
|
update CHANGES.md
|
2022-01-31 12:34:51 -05:00 |
Joseph Kaile
|
acca54fd79
|
add test to parse non-fractional doubles as ints
|
2022-01-31 12:25:10 -05:00 |
Joseph Kaile
|
a96a90c80a
|
updated CHANGES.md
|
2022-01-31 11:59:04 -05:00 |
Joseph Kaile
|
3426825d1d
|
move code edit to the main branch
|
2022-01-31 11:37:36 -05:00 |
Joseph Kaile
|
62205abb77
|
Merge branch 'main' into case-insensitive-refine
|
2022-01-31 11:31:37 -05:00 |
Joseph Kaile
|
6b0e694432
|
Revert "allow if refine value is not in all caps but emit error"
This reverts commit b2846ffa66.
|
2022-01-31 11:31:00 -05:00 |
Joseph Kaile
|
9c2ad297e6
|
Revert "fix case when 'REP' is accepted for 'REPLACE'"
This reverts commit b2ab24e2bf.
|
2022-01-31 11:30:56 -05:00 |
Joseph Kaile
|
9ac2341ad2
|
Revert "change return type to unsigned char for consistency"
This reverts commit 45cec77010.
|
2022-01-31 11:30:53 -05:00 |
Nithin Pranesh
|
2ebe8f7b1a
|
Merge pull request #425 from CesiumGS/load-error-reporting
Report Tileset and Raster Overlay load errors programmatically
|
2022-01-31 09:33:01 -05:00 |
Joseph Kaile
|
93ca0e23fd
|
accept double as integer is fractional part is zero
|
2022-01-28 14:14:49 -05:00 |
Kevin Ring
|
da432fa4e0
|
Merge remote-tracking branch 'origin/main' into load-error-reporting
|
2022-01-28 17:32:32 +11:00 |
Kevin Ring
|
fe2ff2e939
|
Fix clang warning.
|
2022-01-28 17:10:15 +11:00 |
Kevin Ring
|
2da364a3f6
|
Fix base64 decoding of ion tokens that require padding.
|
2022-01-28 10:17:27 +11:00 |
Joseph Kaile
|
45cec77010
|
change return type to unsigned char for consistency
|
2022-01-27 12:18:10 -05:00 |
Joseph Kaile
|
b2ab24e2bf
|
fix case when 'REP' is accepted for 'REPLACE'
|
2022-01-27 12:03:32 -05:00 |
Kevin Ring
|
3bb4e56739
|
Merge pull request #432 from CesiumGS/distance-to-bounding-sphere
fix distance squared to function in bounding sphere
|
2022-01-26 15:22:55 +11:00 |
Kevin Ring
|
9c33e51598
|
Merge branch 'main' into distance-to-bounding-sphere
|
2022-01-26 14:40:25 +11:00 |
Kevin Ring
|
9475e0532a
|
Merge pull request #420 from CesiumGS/implicit-fix
Implicit Tiling: Fix endianness bug in child subtree index calculation
|
2022-01-26 14:36:20 +11:00 |
Kevin Ring
|
d9017195e9
|
Merge branch 'main' into implicit-fix
|
2022-01-26 14:35:57 +11:00 |
Kevin Ring
|
f68afd0987
|
Merge pull request #429 from CesiumGS/intrusive-ptr-derived
enable IntrusivePointer to be created from a derived class
|
2022-01-26 14:34:57 +11:00 |
Joseph Kaile
|
b2846ffa66
|
allow if refine value is not in all caps but emit error
|
2022-01-25 20:32:20 -05:00 |
Nithin Pranesh
|
a64b3befde
|
changes
|
2022-01-25 14:11:35 -05:00 |
Joseph Kaile
|
cf21f59481
|
fix distance squared to function in bounding sphere
|
2022-01-25 13:13:33 -05:00 |
Joseph Kaile
|
25e3b41c1d
|
fix compile error in linux
|
2022-01-25 12:42:48 -05:00 |
Joseph Kaile
|
5f5249e59a
|
added intrustive pointer test
|
2022-01-24 18:57:50 -05:00 |
Joseph Kaile
|
c1971781c8
|
move the comment to the Additions section
|
2022-01-24 13:36:08 -05:00 |
Joseph Kaile
|
a9bfa2b8c4
|
Updated CHANGES.md
|
2022-01-24 12:43:44 -05:00 |
Nithin Pranesh
|
e431237c95
|
Merge branch 'main' into load-error-reporting
|
2022-01-24 11:18:46 -05:00 |
Nithin Pranesh
|
d5ef63066a
|
Merge pull request #424 from CesiumGS/ion-tokens-v2
Use v2 of the Cesium ion tokens API.
|
2022-01-24 10:58:27 -05:00 |
Nithin Pranesh
|
0db47a52af
|
Merge pull request #423 from CesiumGS/unwrapped-shared-futures
Allow a continuation attached to a SharedFuture to return a Future (rather than a normal value)
|
2022-01-24 10:28:34 -05:00 |
Nithin Pranesh
|
01b45112f9
|
Merge pull request #422 from CesiumGS/asset-accessor-verb
IAssetAccessor renames
|
2022-01-24 10:27:56 -05:00 |
Nithin Pranesh
|
c07417e0ef
|
Merge branch 'main' into asset-accessor-verb
|
2022-01-24 10:02:52 -05:00 |
Nithin Pranesh
|
524e5cf773
|
Merge pull request #411 from CesiumGS/separate-loading
Refactor tileset loading code
|
2022-01-24 09:38:09 -05:00 |
Nithin Pranesh
|
6bd38478a2
|
Merge branch 'main' into separate-loading
|
2022-01-24 09:09:40 -05:00 |
Kevin Ring
|
1d89a35d39
|
Merge pull request #428 from CesiumGS/more-gltf-3d-tiles-extensions
Add more glTF and 3D Tiles extensions to serializers
|
2022-01-24 23:13:34 +11:00 |
Joseph Kaile
|
91122383e3
|
enable IntrusivePointer to be created from a derived class
|
2022-01-21 18:18:42 -05:00 |
Sean Lilley
|
de9f9b7408
|
Update CHANGES/md
|
2022-01-21 15:00:51 -05:00 |
Sean Lilley
|
5e78d1d72a
|
Added more gltf and 3d tiles extensions
|
2022-01-21 14:25:35 -05:00 |
Kevin Ring
|
de933c29dd
|
Merge pull request #416 from CesiumGS/gltf-writer
Update GltfWriter to use autogenerated files
|
2022-01-21 14:18:19 +11:00 |
Kevin Ring
|
508fb13528
|
Merge remote-tracking branch 'origin/main' into gltf-writer
|
2022-01-21 14:08:14 +11:00 |
Kevin Ring
|
f27532c25d
|
Merge pull request #418 from CesiumGS/misc-generator
Miscellaneous cleanup and code generator changes (part 2)
|
2022-01-21 14:07:13 +11:00 |
Kevin Ring
|
4b30c9495d
|
Merge branch 'main' into misc-generator
|
2022-01-21 14:06:44 +11:00 |
Kevin Ring
|
c6c866856a
|
Merge pull request #426 from CesiumGS/port-cesium-improvements
port cesium js math improvements
|
2022-01-21 10:24:30 +11:00 |