Commit Graph

1325 Commits

Author SHA1 Message Date
Kevin Ring 6f109b05c9 Trace overlay loading. 2021-06-08 16:22:55 +10:00
Kevin Ring 0648cb07d2 Allocate unique IDs for tileset loading slots. 2021-06-08 15:23:36 +10:00
Kevin Ring ca9cc41064 Improved load tracing. 2021-06-07 22:57:45 +10:00
Kevin Ring 58d7ffd36f Enlist threads into async processes. 2021-06-07 18:37:50 +10:00
Kevin Ring b40028c2c8 Use our profiler instead of minitrace. 2021-06-07 16:36:11 +10:00
Kevin Ring 491531147d Merge remote-tracking branch 'origin/profiler' into load-tracing 2021-06-07 16:35:19 +10:00
Kevin Ring 9a46baa591 Basic tracing of tile loads. 2021-06-07 15:05:09 +10:00
Kevin Ring d7b02d0c22
Merge pull request #257 from zy6p/patch-uint
fix: missing includes cstdint
2021-06-01 18:35:23 +10:00
Kevin Ring acce1a527a Remove empty changes section, update date. 2021-06-01 11:24:45 +10:00
Kevin Ring 1007fc9c3f Update CHANGES.md. 2021-05-31 21:42:34 +10:00
Kevin Ring b639a22778 Bump to v0.4.0 and tweak CHANGELOG.md. 2021-05-31 21:39:47 +10:00
knowmore 0c6961fee3 fix: format code 2021-05-30 11:02:01 +08:00
knowmore 36691da733 fix: missing includes cstdint 2021-05-30 10:34:44 +08:00
Kevin Ring cc4e967eed
Merge pull request #256 from CesiumGS/sqlite
Add an option to prefix all sqlite3 symbols with `cesium_`
2021-05-28 15:59:52 +10:00
Kevin Ring 42c780d90e Update CHANGES.md. 2021-05-28 15:20:31 +10:00
Kevin Ring abd42bee86 Merge remote-tracking branch 'origin/main' into sqlite 2021-05-28 15:19:34 +10:00
Kevin Ring 6ba3029995
Merge pull request #255 from CesiumGS/cmake-httplib
Cmake fix for cpp-httplib
2021-05-28 14:33:25 +10:00
Nithin Pranesh 6e7d53f9a9 don't look for zlib or openssl 2021-05-27 16:42:14 -04:00
Kevin Ring 50d5428855 Add option to prefix all sqlite3 symbols with cesium_. 2021-05-27 16:19:38 +10:00
Kevin Ring 51eed6b64a Revert changes to sqlite3.c/.h. 2021-05-27 10:38:54 +10:00
Kevin Ring 8ce2000840 Hacky sqlite renaming. 2021-05-25 22:24:26 +10:00
Kevin Ring f9b697acc0 Better sqlite includes handling. 2021-05-25 22:06:45 +10:00
baothientran 0e7c8dda12
Merge pull request #249 from CesiumGS/improve-createAccessorView
Allow use of createAccessorView with a simple lambda.
2021-05-21 10:31:05 -04:00
Kevin Ring 7ec6bdfb80 Formatting. 2021-05-21 09:30:13 +10:00
Kevin Ring 04149ee0c4 Improve test, and hopefully fix Linux compile problems. 2021-05-21 09:28:46 +10:00
Kevin Ring b429342b81 Fix return type. 2021-05-21 08:42:57 +10:00
Kevin Ring 3ba3637056 Revert "Add MikkTSpace as an extern library."
This reverts commit d1102c6ac8.
2021-05-20 22:12:31 +10:00
Kevin Ring d1102c6ac8 Add MikkTSpace as an extern library.
It's currently not used.
2021-05-20 21:52:49 +10:00
Kevin Ring b275392038 Formatting. 2021-05-20 21:50:19 +10:00
Kevin Ring 7315cb6e4b Allow use of createAccessorView with a simple lambda. 2021-05-20 21:37:31 +10:00
Kevin Ring 89d9f58ff6 Merge remote-tracking branch 'origin/hotfix-to-v0.3.0' into main 2021-05-13 17:43:46 +10:00
Kevin Ring 02d4711822 Update CHANGES.md. 2021-05-13 17:39:18 +10:00
Bao Tran 347681cc4f format 2021-05-13 17:37:55 +10:00
Bao Tran 87b6bfd970 update CHANGE.md 2021-05-13 17:37:50 +10:00
Bao Tran bea494ea47 explicitly destroy raster provider 2021-05-13 17:37:31 +10:00
Kevin Ring 80f4c2c1bc Speed up source format checking by not checking out submodules. 2021-05-13 17:36:32 +10:00
Kevin Ring 911844da4c Use stbi_image_free instead of free, update CHANGES. 2021-05-13 17:36:18 +10:00
Samuel Vargas 536fe6f780 Fix a leak where pImage isn't freed after being copied into ImageReaderResult 2021-05-13 17:29:05 +10:00
Kevin Ring e464b84e04
Merge pull request #245 from CesiumGS/dev-crash
Fix development package crash when shut down
2021-05-13 17:24:28 +10:00
Kevin Ring df1ac621cf Merge remote-tracking branch 'origin/main' into dev-crash 2021-05-13 17:19:32 +10:00
Bao Tran a868801cf7 format 2021-05-12 15:49:26 -04:00
Bao Tran ef48dafd2b update CHANGE.md 2021-05-12 15:38:17 -04:00
Bao Tran bbe8a7fee1 explicitly destroy raster provider 2021-05-12 15:29:30 -04:00
Kevin Ring a0b343219e
Merge pull request #244 from CesiumGS/leak-tweaks
Use stbi_image_free instead of free, update CHANGES.
2021-05-12 23:20:25 +10:00
Kevin Ring 033162b4fd Speed up source format checking by not checking out submodules. 2021-05-12 23:06:44 +10:00
Kevin Ring a21938c371 Use stbi_image_free instead of free, update CHANGES. 2021-05-12 23:03:26 +10:00
Kevin Ring 601f3a1888 Fix changelog entry in the wrong version section. 2021-05-12 22:57:42 +10:00
Kevin Ring db684a63d0
Merge pull request #243 from CesiumGS/match-draco-indices
Match draco indices to gltf if indices accessor doesn't match with draco
2021-05-10 17:43:08 +10:00
Bao Tran ed01f94552 format 2021-05-07 17:31:30 -04:00
Bao Tran 17348ff432 Merge branch 'main' into match-draco-indices 2021-05-07 17:19:04 -04:00