Commit Graph

  • 925d783330 fix #459 Thomas Gamper 2023-11-22 14:17:46 +01:00
  • 817ce1a9d0 Merge pull request #456 from haroonq/patch-1 v2.8.18 Syoyo Fujita 2023-10-10 21:24:51 +09:00
  • 8036d6a00f Allow BufferView indices to be unspecified. haroonq 2023-10-05 11:16:52 +01:00
  • e525653fbd Merge pull request #455 from nyalldawson/fix_message v2.8.17 Syoyo Fujita 2023-09-12 20:28:35 +09:00
  • 1fc0f8056d Fix incorrect component type shown in warning message Nyall Dawson 2023-09-12 08:46:02 +10:00
  • d7449cc0d6 Remove unused code. Fixes #454 v2.8.16 Syoyo Fujita 2023-09-07 22:03:46 +09:00
  • 616604c5c5 Merge pull request #453 from nyalldawson/fix_draco Syoyo Fujita 2023-09-07 21:35:55 +09:00
  • 7db1b126b8 Fix build with draco Nyall Dawson 2023-09-07 08:20:28 +10:00
  • 9f4ac79720 Merge pull request #452 from nyalldawson/permissive_align Syoyo Fujita 2023-09-07 06:46:11 +09:00
  • e387e3a221 Relax bin chunk end alignment check in permissive mode Nyall Dawson 2023-09-06 17:35:25 +10:00
  • 0e5a1c9be9 Merge pull request #450 from nyalldawson/fix_win Syoyo Fujita 2023-09-07 05:59:12 +09:00
  • 7f514ca27b Fix msvc build -- STRICT is a msvc macro name Nyall Dawson 2023-09-03 09:05:32 +10:00
  • 706cfb4cde Merge pull request #451 from nyalldawson/mingw Syoyo Fujita 2023-09-06 20:55:14 +09:00
  • b4e5d07c9f Add mingw msys2 workflow Nyall Dawson 2023-09-05 14:10:26 +10:00
  • 2aad0ce782 Fix warning when building without draco support Nyall Dawson 2023-09-03 09:04:56 +10:00
  • 9977c05b4b Merge pull request #449 from emimvi/consistent_byteOffset Syoyo Fujita 2023-09-03 02:20:35 +09:00
  • 7b2ae68239 Merge pull request #447 from nyalldawson/draco_fix Syoyo Fujita 2023-09-03 02:17:12 +09:00
  • 8b24ce8f3a Consistently use size_t for all byteOffset's emimvi 2023-09-02 09:39:53 +02:00
  • 3cf58eef43 When in permissive mode, handle the situation where the recorded component type does not match the required type for the actual number of stored points Nyall Dawson 2023-08-24 13:25:34 +10:00
  • 7dc9766ce1 Serialize byteOffset as size_t, avoiding cast emimvi 2023-09-02 00:11:41 +02:00
  • c94ffcfeb7 Merge pull request #445 from nyalldawson/permissive v2.8.15 Syoyo Fujita 2023-09-01 23:10:29 +09:00
  • 285e87211c Add method to set parsing strictness Nyall Dawson 2023-08-28 12:56:09 +10:00
  • e65694cc7d Raise a warning when encountering emissiveFactor with array length of 4 instead of aborting the model loading Nyall Dawson 2023-08-24 10:25:20 +10:00
  • 5d3c322e89 Merge pull request #446 from nyalldawson/fix_error Syoyo Fujita 2023-08-24 22:11:50 +09:00
  • 6c6e131792 Fix misleading error message Nyall Dawson 2023-08-24 11:47:23 +10:00
  • c015b60ddd Merge pull request #442 from turanszkij/release-1 Syoyo Fujita 2023-08-07 18:32:30 +09:00
  • 9b5fe332a2 added project link to readme Turánszki János 2023-08-07 06:59:35 +02:00
  • 737a0b57c6 Merge pull request #433 from dyollb/modernize v2.8.14 Syoyo Fujita 2023-07-11 19:43:53 +09:00
  • fe42a91023 Merge pull request #436 from dimitri-tdg/bugfix_extensions_primitive Syoyo Fujita 2023-07-10 23:30:40 +09:00
  • ebbcdf999f Fix issue when serializing extensions of a primitive KUDELSKI Dimitri 2023-07-10 15:13:09 +02:00
  • 64a818821e Merge pull request #435 from RE-Kovalev/release Syoyo Fujita 2023-07-05 18:41:22 +09:00
  • 7979314811 MinGW _wfopen_s fix R.E. Kovalev 2023-07-05 09:11:57 +03:00
  • 879cf43bab cppcoreguidelines-prefer-member-initializer Bryn Lloyd 2023-06-21 22:30:14 +02:00
  • 0817693edd modernize-use-equals-default Bryn Lloyd 2023-06-21 22:15:49 +02:00
  • 4f9e144547 readability-redundant-string-init Bryn Lloyd 2023-06-21 18:42:24 +02:00
  • 210d56b07f modernize-use-default-member-init Bryn Lloyd 2023-06-21 18:40:18 +02:00
  • d955fd38e7 minor cleanup of cmakelists Bryn Lloyd 2023-06-21 18:26:43 +02:00
  • 927457b104 Initialize light and emitter members. Fixes #431 Include light and emitter comparison in Node::operator==() v2.8.13 Syoyo Fujita 2023-06-19 21:52:13 +09:00
  • 1fcfcaeaca Merge pull request #429 from AdamFull/release v2.8.12 Syoyo Fujita 2023-06-13 21:40:45 +09:00
  • f082c5d6b3 Added parsing and serializing of audio emitters for scene (global sources) Baranob_Ilya 2023-06-12 13:35:05 +04:00
  • d5c7d72786 Forgot to add KHR_audio to used extensions Baranob_Ilya 2023-06-12 12:34:34 +04:00
  • b4729fe0be Update .gitignore Baranob_Ilya 2023-06-12 12:30:04 +04:00
  • b1309d47a8 Added KHR_audio extension. Parsing and serialization. Baranob_Ilya 2023-06-12 10:43:52 +04:00
  • c656765f4d Merge pull request #426 from agnat/serialize_light_refs Syoyo Fujita 2023-06-09 05:03:01 +09:00
  • 75bf1532ee clean up David Siegel 2023-06-07 15:35:35 +02:00
  • 29107bbcc6 fix syntax error David Siegel 2023-06-07 15:30:02 +02:00
  • 9bbc79e27e KHR_lights_punctual: Serialize node light refs David Siegel 2023-06-07 15:18:38 +02:00
  • 2dfc7eb661 Merge pull request #422 from agnat/fix/add_missing_extras_and_extensions v2.8.11 Syoyo Fujita 2023-06-07 02:47:59 +09:00
  • 3246fa4d8c Merge pull request #423 from agnat/finish_KHR_lights_puncutal Syoyo Fujita 2023-06-06 23:12:50 +09:00
  • 2b5e669ac1 Merge pull request #424 from agnat/rewrite_ForEachInArray Syoyo Fujita 2023-06-06 23:11:12 +09:00
  • db9ec34b4e refactor extension and extra serialization David Siegel 2023-06-06 01:24:53 +02:00
  • a782975b74 rewrite ForEachInArray as a simple C++11 function David Siegel 2023-06-06 15:36:07 +02:00
  • 41c3ed9b0e fix: add missing nullptr check David Siegel 2023-06-06 15:31:58 +02:00
  • 8c3bf572db parse light source references David Siegel 2023-05-09 01:33:57 +02:00
  • b875b65987 Add missing extras and extensions fields David Siegel 2023-06-05 23:28:05 +02:00
  • 6e768f27c9 remove duplicate code David Siegel 2023-06-05 22:18:59 +02:00
  • 0037b05e18 fix warnings: unused variable David Siegel 2023-06-05 22:14:30 +02:00
  • c0cde4de4a Simplify version comment in tiny_gltf.h Remove wuffs code(which was accidently adde to release branch) v2.8.10 Syoyo Fujita 2023-06-04 19:07:00 +09:00
  • d96d324975 Prevent duplicated key generation when serializing lights + RapidJSON backend. Fixes #420 Syoyo Fujita 2023-06-04 05:45:24 +09:00
  • 3abcc4c5fd Merge pull request #418 from agnat/fix_get_file_size_bug v2.8.9 Syoyo Fujita 2023-04-26 19:28:58 +09:00
  • 81b27d8491 Fix: Actually invoke the user-supplied function David Siegel 2023-04-26 12:13:41 +02:00
  • 011eb1be6c Merge pull request #417 from syoyo/filesize-check v2.8.8 Syoyo Fujita 2023-04-23 23:15:07 +09:00
  • 8ead2d8ad9 Fix MSVC compile failure on AppVeyor CI. Syoyo Fujita 2023-04-23 23:08:41 +09:00
  • 0dfd6e9cdb Format error message. Add regression test of issue-416. Syoyo Fujita 2023-04-23 21:47:31 +09:00
  • 1a4bd46e16 Fix syntax. Syoyo Fujita 2023-04-23 21:40:23 +09:00
  • 8997b0ce35 - Add GetFileSizeInBytes Filesystem Callback - Add feature to limit file size for external resources(images, buffers) - Use strlen to correctly retrieve a string from a string which contains multiple null-characters. - Return fail when opening a directory(Posix only). Fixes #416 Syoyo Fujita 2023-04-23 21:31:30 +09:00
  • 753576f817 Merge pull request #415 from louwaque/release v2.8.7 Syoyo Fujita 2023-04-19 05:17:06 +09:00
  • 578c518fd0 Fix serialization of AnimationChannel::target_node when it is zero Loïc Escales 2023-04-18 21:03:39 +02:00
  • e2ade37808 Merge pull request #412 from agnat/add_char_pointer_ctor v2.8.6 Syoyo Fujita 2023-04-10 19:11:35 +09:00
  • 8c8f9bc243 Deprecate ubuntu-18.04 image and update CI build configuration. Syoyo Fujita 2023-04-10 18:51:29 +09:00
  • 1a31f42a98 Fix #411 by adding a Value(const char *) constructor. David Siegel 2023-04-08 23:44:53 +02:00
  • 0a9ba62baa Merge pull request #409 from NeilBickford-NV/nbickford/update-stb-image v2.8.5 Syoyo Fujita 2023-03-30 18:13:12 +09:00
  • 3a11ec3bbc stb_image: Apply https://github.com/nothings/stb/pull/1443 Neil Bickford 2023-03-29 12:00:24 -07:00
  • cc18aed49d stb_image: Apply https://github.com/nothings/stb/pull/1454 Neil Bickford 2023-03-29 11:57:27 -07:00
  • 7f6bcba697 Update stb_image and stb_image_write to latest nothings/stb dev branch: 9f1776a36d Neil Bickford 2023-03-29 11:56:13 -07:00
  • c0967f718d Merge pull request #408 from marco-langer/feature/ostream_error_handling v.2.8.4 Syoyo Fujita 2023-03-13 21:18:02 +09:00
  • 3add08b761 Added error handling to ostream writing Marco Langer 2023-03-12 19:26:05 +01:00
  • d171eee434 Merge pull request #407 from DavidSM64/release v2.8.3 Syoyo Fujita 2023-02-19 02:08:19 +09:00
  • 4562a88070 Fixed global namespace issue David 2023-02-15 23:35:51 -06:00
  • 032351882c Fix RapidJSON implementation (hopefully) David 2023-02-15 23:21:09 -06:00
  • 60831b59de Added detail namespace to prevent namespace conflicts David 2023-02-15 22:56:18 -06:00
  • b18b0024c1 Merge pull request #405 from tioez326/patch-2 Syoyo Fujita 2023-02-10 21:00:27 +09:00
  • 165df4c474 Fix typo tioez326 2023-02-10 12:09:12 +01:00
  • 9dc44e5389 Update README.md Syoyo Fujita 2023-01-16 05:46:11 +09:00
  • b3c071d103 Merge pull request #401 from jmousseau/animation-channel-node-optionality v2.8.2 Syoyo Fujita 2023-01-16 05:33:40 +09:00
  • ca8d44bcc7 Fix animation channel target node optionality Jack Mousseau 2023-01-15 11:45:45 -08:00
  • 041356d019 v2.8.1 v2.8.1 Syoyo Fujita 2023-01-13 18:15:21 +09:00
  • 48fbd4e223 Merge pull request #399 from e2e4e6/texture_sampler_name_fix Syoyo Fujita 2023-01-13 18:13:12 +09:00
  • 1fa71c34f8 Missed serialization texture sampler name fixed. s00665032 2023-01-13 12:52:08 +07:00
  • 22bc14c27e Merge pull request #398 from nicolas-raoul/patch-1 Syoyo Fujita 2023-01-12 16:21:35 +09:00
  • 52fbd461a3 Fixed typo Nicolas Raoul 2023-01-12 15:29:32 +09:00
  • 9b4eb573eb Bump version 2.8.0. v2.8.0 Syoyo Fujita 2023-01-10 20:42:24 +09:00
  • 9157308263 Merge pull request #397 from pknowlesnv/encode_image_uri Syoyo Fujita 2023-01-10 20:31:39 +09:00
  • 2405584dcf add URI encode/decode API Pyarelal Knowles 2023-01-03 18:18:04 -08:00
  • c43ede6e1f Merge pull request #396 from pknowlesnv/image_write_failure Syoyo Fujita 2022-12-30 17:59:41 +09:00
  • c7e7402efc SerializeGltfImage: add missing & std::string ref Pyarelal Knowles 2022-12-29 14:12:29 -08:00
  • 0fbdd61dd8 propagate image writing failures Pyarelal Knowles 2022-12-27 16:38:48 -08:00
  • d579372d55 Update readme. Syoyo Fujita 2022-12-29 21:50:47 +09:00
  • fa1d58bdb5 Merge branch 'release' of github.com:syoyo/tinygltf into release v2.7.0 Syoyo Fujita 2022-12-29 21:05:53 +09:00
  • dd80f8bab9 Merge pull request #393 from pknowlesnv/serialize_const Syoyo Fujita 2022-12-29 21:00:24 +09:00