Commit Graph

  • 1be5d435a3 change totalSize column to totalItems column in DisKCache unknown 2021-01-28 14:43:35 -0500
  • 793ee9cb92 change maxSize to maxItems in the DiskCache unknown 2021-01-28 14:42:05 -0500
  • 5e977e878a change url from cache to key unknown 2021-01-28 14:38:42 -0500
  • 2e6b9dc64a Moved html formatting to cesium-unreal Nithin Pranesh 2021-01-28 12:56:10 -0500
  • f29ad9b7ee fix test for prune and make cache prune more efficient unknown 2021-01-28 11:06:55 -0500
  • bd0aa1d2bf Fixed wrong include path Marco Hutter 2021-01-28 16:55:20 +0100
  • fe6640f54c Omit suffix for radians Marco Hutter 2021-01-28 16:20:11 +0100
  • f9ae4c80c8 test internal timegm unknown 2021-01-28 10:15:34 -0500
  • f28ea86648 No underscores for public members Marco Hutter 2021-01-28 15:38:46 +0100
  • e692908f28 Fix gcc warning. Kevin Ring 2021-01-28 17:14:21 +1100
  • 0e85da4551 Emoji! Kevin Ring 2021-01-28 17:02:53 +1100
  • 4827da688b Add the actual text. Kevin Ring 2021-01-28 16:57:10 +1100
  • d704acaa8c Add guideline on const by-value parameters. Kevin Ring 2021-01-28 16:53:36 +1100
  • 92af1b4b67 Fix gcc/clang warning. Kevin Ring 2021-01-28 16:37:34 +1100
  • 2932b5652b Add test for decoding data urls. Kevin Ring 2021-01-28 16:25:52 +1100
  • 53804f921b Merge remote-tracking branch 'origin/gltf' into cmpt Kevin Ring 2021-01-28 10:22:18 +1100
  • 474a2b8120 Bring over generator changes from the cmpt branch. Kevin Ring 2021-01-28 10:20:22 +1100
  • c4cf298104 Removed unused functions from ViewState Marco Hutter 2021-01-27 21:22:45 +0100
  • 3b5074bef2 test parse response cache control with only some directive unknown 2021-01-27 15:19:41 -0500
  • fc2680fffb add test for parsing response cache control unknown 2021-01-27 15:11:02 -0500
  • ac52b0a361 Renamed Frustum to CullingVolume Marco Hutter 2021-01-27 21:05:51 +0100
  • 06d36dcb7a impl test for cache prunw unknown 2021-01-27 12:53:55 -0500
  • 5ac3bb525b impl tests for retrieving, storing, and cleaning cache unknown 2021-01-27 11:51:59 -0500
  • 243f48680b Add base64 decoding. Kevin Ring 2021-01-27 23:52:43 +1100
  • d61295c713 Merge remote-tracking branch 'origin/gltf' into cmpt Kevin Ring 2021-01-27 16:06:47 +1100
  • 7b47c7eaf3 Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-27 15:14:56 +1100
  • 52b510bef3
    Merge pull request #110 from CesiumGS/draco-index-upgrade Kevin Ring 2021-01-27 14:57:00 +1100
  • fd42227042 Concat html elements into html body Nithin Pranesh 2021-01-26 21:42:17 -0500
  • fab67810d6 use unsigned int if num of draco vertices over max uint16_t unknown 2021-01-26 17:41:30 -0500
  • 1087f4fc6c initialize draco accessor index to be unsigned byte unknown 2021-01-26 17:38:02 -0500
  • b8a22346b4 only use unsigned type for draco indices unknown 2021-01-26 17:20:17 -0500
  • 8f50a5bc36 update test comments unknown 2021-01-26 16:24:49 -0500
  • c54f4c1fd1 add tests when retrieving cache item unknown 2021-01-26 16:18:05 -0500
  • 731b0a8515 Refactored Camera into ViewState Marco Hutter 2021-01-26 22:10:44 +0100
  • 0999ac2dfc Basic comments for TraversalDetails and FrameState Marco Hutter 2021-01-26 20:47:30 +0100
  • 9059596f1d Merge branch 'master' into credits-html-format Nithin Pranesh 2021-01-26 14:35:19 -0500
  • 3ba75ae429 Download schema from GitHub Marco Hutter 2021-01-26 18:53:10 +0100
  • 3d743096d7
    Merge pull request #99 from CesiumGS/optional-frustum-cull Kevin Ring 2021-01-26 23:04:35 +1100
  • 8ed5993639 Optionally wraps credit strings into html element Nithin Pranesh 2021-01-25 17:27:47 -0500
  • a945989ae3 test expiry headers unknown 2021-01-25 16:22:44 -0500
  • 4a7ae8bb81 test condition to store response unknown 2021-01-25 15:17:47 -0500
  • 19bec58b3d Merge branch 'cmpt' into draco-index-upgrade unknown 2021-01-25 12:37:12 -0500
  • 549ed2979c upgrade draco index unknown 2021-01-25 11:31:30 -0500
  • 358e2a5b2d Remove AccessorView, replace with an AccessorView helper. Kevin Ring 2021-01-25 23:56:38 +1100
  • 05d626285b Add AccessorVisitor. Kevin Ring 2021-01-25 22:43:34 +1100
  • f6c960f0fa Merge remote-tracking branch 'origin/gltf' into cmpt Kevin Ring 2021-01-25 17:46:24 +1100
  • 52265308df Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-25 17:46:08 +1100
  • 4eff25045a Fix crash caused by runaway refinement. Kevin Ring 2021-01-25 17:41:32 +1100
  • b3e4a85e50 Merge remote-tracking branch 'origin/gltf' into cmpt Kevin Ring 2021-01-25 15:37:24 +1100
  • eee83c9e77 Remove extraneous namespace qualification. Kevin Ring 2021-01-25 15:37:04 +1100
  • 690039674e Merge remote-tracking branch 'origin/gltf' into cmpt Kevin Ring 2021-01-25 15:27:18 +1100
  • 7ef8d428d3 WIP decoding of data URIs. Kevin Ring 2021-01-25 15:24:11 +1100
  • dccfcf0a23 More picky clang signedness warnings. Kevin Ring 2021-01-25 14:53:28 +1100
  • f11089f5c9 Fix warnings. Kevin Ring 2021-01-25 14:43:46 +1100
  • 28b64347b7 Incorporate changes from review and from the cmpt branch. Kevin Ring 2021-01-25 12:17:13 +1100
  • d4cea4fced Final, doc, examples. Kevin Ring 2021-01-25 11:32:56 +1100
  • 06fe04dd16 Preserve precision in upsampled tile rectangles. Kevin Ring 2021-01-22 18:49:37 +1100
  • dff2d63b2f Add name to glTF model to aid debugging. Kevin Ring 2021-01-21 23:40:47 +1100
  • 7a2b097525 Support multiple b3dms in a cmpt. Kevin Ring 2021-01-21 18:45:09 +1100
  • fb3d8369e8 More accurate variable name Nithin Pranesh 2021-01-20 22:56:49 -0500
  • 5c0c0f01a1 Merge remote-tracking branch 'origin/master' into cmpt Kevin Ring 2021-01-21 14:47:18 +1100
  • 133b72c4c5 Merge remote-tracking branch 'origin/composite' into cmpt Kevin Ring 2021-01-21 14:33:22 +1100
  • b13a9d67b0
    Merge pull request #82 from CesiumGS/guidelines Kevin Ring 2021-01-21 10:40:55 +1100
  • c3fd8fbce7 Merge remote-tracking branch 'origin/unknown-content' into composite Kevin Ring 2021-01-21 10:36:57 +1100
  • 918ca02af5 Merge remote-tracking branch 'origin/master' into unknown-content Kevin Ring 2021-01-21 10:27:02 +1100
  • 21e05faa90 Merge remote-tracking branch 'origin/master' into overlay-crash Kevin Ring 2021-01-21 10:24:36 +1100
  • 3dda96b36d change sqlite3 thread mode unknown 2021-01-20 15:24:31 -0500
  • 14b99cb854 impl test for CacheAssetAccessor unknown 2021-01-20 15:23:54 -0500
  • 5514b716f9 impl cache policy unknown 2021-01-20 10:37:09 -0500
  • d75c55e705 Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-20 20:43:26 +1100
  • 8d0b1f9210 Move and rename test. Kevin Ring 2021-01-20 19:55:34 +1100
  • 56feb198df List of errors and warnings instead of a single string for each. Kevin Ring 2021-01-20 19:32:14 +1100
  • b8bfe33388 More signed/unsigned warnings. Kevin Ring 2021-01-20 17:58:02 +1100
  • 3fe36a7c7b Fix GCC build problems. Kevin Ring 2021-01-20 17:30:01 +1100
  • 8fdc7518b9 Fix Clang problems. Kevin Ring 2021-01-20 17:25:00 +1100
  • 5b1550da39 Remove another "default". Kevin Ring 2021-01-20 15:28:01 +1100
  • 168798fe4a Don't use a C++ reserved word as a parameter name. Kevin Ring 2021-01-20 15:19:42 +1100
  • 5d069f204d Fix test failures. Kevin Ring 2021-01-20 15:03:19 +1100
  • dfa5f01526 Remove tinygltf. Kevin Ring 2021-01-20 14:32:30 +1100
  • 6147e0bf11 Clear arrays in StartArray. Kevin Ring 2021-01-20 14:27:06 +1100
  • 614b59db21 Remove GltfAccessor and GltfWriter. Kevin Ring 2021-01-20 00:15:57 +1100
  • 66a68636bb
    Merge pull request #105 from CesiumGS/error-handling-improvements Kevin Ring 2021-01-19 23:01:52 +1100
  • 522fc6f84f
    Fix typo in url Kevin Ring 2021-01-19 23:00:17 +1100
  • 3bd988f0e4 Remove Helpers entirely. Kevin Ring 2021-01-18 23:22:12 +1100
  • c36a2710c3 Allow for augmentation of generated classes via inheritance. Kevin Ring 2021-01-18 22:51:20 +1100
  • 6460f7ca60 Slightly less ugly structure for error case Marco Hutter 2021-01-17 14:25:26 +0100
  • 52dbaf2690 Merge remote-tracking branch 'origin/master' into gltf Kevin Ring 2021-01-17 22:17:40 +1100
  • 11ea3103b0 Optional properties, thorough initialization. Kevin Ring 2021-01-17 00:18:00 +1100
  • ef25dd7e5a make disk cache non-copiable unknown 2021-01-15 09:59:52 -0500
  • 2e802e9dab use share connections between threads unknown 2021-01-15 09:54:31 -0500
  • 32cbbc501b Fix misleading comment. Kevin Ring 2021-01-15 22:46:30 +1100
  • 5dd136b26b Add very basic support for CMPT tiles. Kevin Ring 2021-01-15 22:44:10 +1100
  • ddd813d2da JSON open `{` isn't necessarily the first character. Kevin Ring 2021-01-15 16:30:29 +1100
  • 24382bf20a More sensible structure. Kevin Ring 2021-01-15 16:17:06 +1100
  • b0fd41fd45 Handle unknown tile content better. Kevin Ring 2021-01-15 15:53:46 +1100
  • 43d07ecf1e Don't crash when an ion overlay can't be created. Kevin Ring 2021-01-15 14:48:55 +1100
  • 51a33ab63f Revert "Fix crash when adding a new raster overlay." Kevin Ring 2021-01-15 14:47:24 +1100
  • 7975f95795 Fix crash when adding a new raster overlay. Kevin Ring 2021-01-15 14:43:31 +1100
  • e650526e08 create separate connection for each transaction unknown 2021-01-14 17:10:57 -0500
  • 7ff8c61f1a An attempt to handle errors when creating tile providers... Marco Hutter 2021-01-14 22:05:05 +0100