Commit Graph

1325 Commits

Author SHA1 Message Date
Bao Tran 7291fca145 add CHANGE.md 2021-05-07 17:15:56 -04:00
Bao Tran 1dc58c95e2 match indices accessor count with decoded draco indices 2021-05-07 17:12:34 -04:00
baothientran 24076a6018
Merge pull request #242 from CesiumGS/fix-reader-memory-leak
Fix memory leak in GltfReader.cpp
2021-05-06 11:58:40 -04:00
Samuel Vargas fbcc458681
Fix a leak where pImage isn't freed after being copied into ImageReaderResult 2021-05-06 11:53:39 -04:00
Kevin Ring 3d83a9e1ce
Merge pull request #240 from CesiumGS/reformat-generated-comments
Regenerate glTF classes and re-run the formatter.
2021-05-06 22:53:03 +10:00
Kevin Ring 85605058e3
Merge pull request #226 from CesiumGS/log-tile-ids
Log tile ids
2021-05-06 22:52:29 +10:00
Marco Hutter c8f961c689 Merge remote-tracking branch 'origin/main' into log-tile-ids
# Conflicts:
#	CHANGES.md
2021-05-05 13:47:34 +02:00
Marco Hutter c3e3c84f45 Updated CHANGES.md 2021-05-05 13:28:58 +02:00
Marco Hutter b579401d0f Moved helper function to anonymous namespace 2021-05-05 13:28:50 +02:00
Kevin Ring 8762721d03 Regenerated glTF classes and re-run the formatter.
The only changes are to incorrectly-wrapped comments, now that comments
no longer get incorrectly wrapped.
2021-05-05 16:38:35 +10:00
Kevin Ring 4267f658ae
Merge pull request #238 from CesiumGS/simplify-recursive-object-writer-api
Remove redundant `hasRootObject` from writeJsonValue
2021-05-05 09:56:57 +10:00
Kevin Ring 3862ef7365
Merge pull request #237 from CesiumGS/bing-session-cache2
Avoid unnecessarily restarting Bing Maps sessions
2021-05-05 09:54:33 +10:00
Nithin Pranesh 23d6e1925a apply fixes from review 2021-05-04 11:08:02 -04:00
Samuel Vargas 34dd3b4082
Remove redundant `hasRootObject` from writeJsonValue
This parmaeter is ultimately unnecessary. The caller should be responsible
for ensuring that the CesiumGltf::JsonWriter state is balanced before calling
writeJsonValue. This should simplify our internal API.
2021-05-03 15:35:38 -04:00
Kevin Ring 28ccced087 Merge remote-tracking branch 'origin/main' into bing-session-cache2 2021-05-03 22:08:03 +10:00
Kevin Ring d8cfd2c0a8
Merge pull request #207 from CesiumGS/watermask
Watermask
2021-05-03 18:55:05 +10:00
Kevin Ring f9aba251e1 Don't request the water mask if it's not needed. 2021-05-03 18:09:34 +10:00
Kevin Ring 48c289948e Tweak CHANGES.md. 2021-05-03 16:53:29 +10:00
Bao Tran f2e5439240 update release date for CHANGE.md 2021-05-03 02:11:32 -04:00
Kevin Ring 2b10dff799 Add TileContentLoadInput.cpp, remove Tileset.h from the header. 2021-05-03 15:55:30 +10:00
Kevin Ring d3ede24e27 Merge remote-tracking branch 'origin/main' into watermask 2021-05-03 15:42:54 +10:00
Kevin Ring 9ba195a785
Merge pull request #234 from CesiumGS/doxygen-format-fixes
Comment fixes for clang formatting
2021-05-01 15:26:37 +10:00
Nithin Pranesh 60472f2223 removed debug print, formatted, CHANGES.md 2021-04-30 16:27:50 -04:00
Nithin Pranesh 077ed0203d initial commit, not working 2021-04-30 16:11:46 -04:00
Nithin Pranesh 1e9a413545 Removed completed TODO comment 2021-04-30 14:01:22 -04:00
Nithin Pranesh 3a62016392 CHANGES.md 2021-04-30 13:54:33 -04:00
Nithin Pranesh f1429f672e added TilesetContentOptions within TilesetOptions 2021-04-30 11:52:16 -04:00
Marco Hutter d817dd464c Updated base style link 2021-04-30 14:56:47 +02:00
Kevin Ring 3e1d66f5a4
Merge pull request #235 from CesiumGS/fix-clang-build
Fix Clang build on Travis.
2021-04-30 22:35:02 +10:00
Kevin Ring aa50c9179b Attempt to fix Clang build on Travis.
Following the advice here:
https://travis-ci.community/t/clang-10-was-recently-broken-on-linux-unmet-dependencies-for-clang-10-clang-tidy-10-valgrind/11527
2021-04-30 22:15:28 +10:00
Marco Hutter 51e43bbd49 Comment fixes for clang formatting 2021-04-29 17:06:34 +02:00
Kevin Ring cf76ed5ecc
Merge pull request #232 from CesiumGS/fix-credit-system-call-thread
Moved credit creation into main thread
2021-04-29 11:24:12 +10:00
Kevin Ring 0e7830d32a Revert my nonsense. 2021-04-29 11:14:45 +10:00
Kevin Ring 953be47a01 Flail flail 2021-04-29 11:05:48 +10:00
Kevin Ring 53ae71e137 Try adding the "fix" option? 2021-04-29 10:55:56 +10:00
Kevin Ring 17d1839556 Try more things. 2021-04-29 10:51:13 +10:00
Kevin Ring a6c9dc2da2 Blindly try to fix installation of clang-10 on Travis. 2021-04-29 10:40:51 +10:00
Marco Hutter 7f92f95d16 Moved credit creation into main thread 2021-04-28 22:38:49 +02:00
Marco Hutter eab2b854f1 Addressed PR comments 2021-04-28 20:56:37 +02:00
Nithin Pranesh 24e15417ff Added watermask extension correctly 2021-04-28 09:54:19 -04:00
Nithin Pranesh c81c787c52 get rid of custom texcoords code, add geographic projection for texcoords 2021-04-27 13:10:28 -04:00
Nithin Pranesh f028b0876c format 2021-04-26 21:04:04 -04:00
Nithin Pranesh 10932738eb reimplement texture coordinates (is this proper geographic projected?) 2021-04-26 21:00:40 -04:00
Marco Hutter bfaa855dae Fixed wrong integer type.
Yes, this time, it was my fault.
And how's your development going?
2021-04-26 21:51:28 +02:00
Marco Hutter 3d2562c96f The usual whack-a-mole of integer types 2021-04-26 21:41:06 +02:00
Marco Hutter ad3f0450d8 Added tile ID strings in warning and error messages
Addresses https://github.com/CesiumGS/cesium-native/issues/179
2021-04-26 18:00:02 +02:00
Marco Hutter 82207a9b50 Added function for creating tile ID strings 2021-04-26 17:59:13 +02:00
Marco Hutter 6cfd1c9c88 Added missing header 2021-04-26 17:58:36 +02:00
Nithin Pranesh b2be53d22e refactor to use new JsonValue functions 2021-04-26 00:26:45 -04:00
Nithin Pranesh d49ff889fa Merge branch 'main' into watermask 2021-04-25 22:46:10 -04:00