Commit Graph

  • b6e2398e1d Merge pull request #462 from ptc-tgamper/bug/issue457 Syoyo Fujita 2023-11-23 21:52:47 +09:00
  • d4ea67cae1 fix #457 Thomas Gamper 2023-11-23 11:59:18 +01:00
  • f32475c952 Merge pull request #460 from ptc-tgamper/bug/issue459 Syoyo Fujita 2023-11-23 02:21:28 +09:00
  • 1f42c963e6 fix #459 Thomas Gamper 2023-11-22 15:59:13 +01:00
  • fd6c7855e7 fix #459 Thomas Gamper 2023-11-22 14:17:46 +01:00
  • 5e8a7fd602 Merge pull request #456 from haroonq/patch-1 v2.8.18 Syoyo Fujita 2023-10-10 21:24:51 +09:00
  • 8098a9e8ed Allow BufferView indices to be unspecified. haroonq 2023-10-05 11:16:52 +01:00
  • e0b393c695 Merge pull request #455 from nyalldawson/fix_message v2.8.17 Syoyo Fujita 2023-09-12 20:28:35 +09:00
  • c35819f0b7 Fix incorrect component type shown in warning message Nyall Dawson 2023-09-12 08:46:02 +10:00
  • 4b9cfc8c1e Remove unused code. Fixes #454 v2.8.16 Syoyo Fujita 2023-09-07 22:03:46 +09:00
  • c40c9c223e Merge pull request #453 from nyalldawson/fix_draco Syoyo Fujita 2023-09-07 21:35:55 +09:00
  • 0067b4d941 Fix build with draco Nyall Dawson 2023-09-07 08:20:28 +10:00
  • 35735bb686 Merge pull request #452 from nyalldawson/permissive_align Syoyo Fujita 2023-09-07 06:46:11 +09:00
  • 4d119d7268 Relax bin chunk end alignment check in permissive mode Nyall Dawson 2023-09-06 17:35:25 +10:00
  • fe6a18269f Merge pull request #450 from nyalldawson/fix_win Syoyo Fujita 2023-09-07 05:59:12 +09:00
  • bbc1eaeecf Fix msvc build -- STRICT is a msvc macro name Nyall Dawson 2023-09-03 09:05:32 +10:00
  • 62cc92566e Merge pull request #451 from nyalldawson/mingw Syoyo Fujita 2023-09-06 20:55:14 +09:00
  • b2aca1ecef Add mingw msys2 workflow Nyall Dawson 2023-09-05 14:10:26 +10:00
  • 5a7b8278cd Fix warning when building without draco support Nyall Dawson 2023-09-03 09:04:56 +10:00
  • 3d445cc65d Merge pull request #449 from emimvi/consistent_byteOffset Syoyo Fujita 2023-09-03 02:20:35 +09:00
  • 51530ee500 Merge pull request #447 from nyalldawson/draco_fix Syoyo Fujita 2023-09-03 02:17:12 +09:00
  • 759976e087 Consistently use size_t for all byteOffset's emimvi 2023-09-02 09:39:53 +02:00
  • 6e3d666cf3 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
  • bf7120f8a0 Serialize byteOffset as size_t, avoiding cast emimvi 2023-09-02 00:11:41 +02:00
  • acf1e8a2b1 Merge pull request #445 from nyalldawson/permissive v2.8.15 Syoyo Fujita 2023-09-01 23:10:29 +09:00
  • 8c85d5e387 Add method to set parsing strictness Nyall Dawson 2023-08-28 12:56:09 +10:00
  • 02e8b8da1e 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
  • ddc76f7724 Merge pull request #446 from nyalldawson/fix_error Syoyo Fujita 2023-08-24 22:11:50 +09:00
  • 8e9aadf569 Fix misleading error message Nyall Dawson 2023-08-24 11:47:23 +10:00
  • 0eaa23fbfc Merge pull request #442 from turanszkij/release-1 Syoyo Fujita 2023-08-07 18:32:30 +09:00
  • 2a5dc852cc added project link to readme Turánszki János 2023-08-07 06:59:35 +02:00
  • f51243da48 Merge pull request #433 from dyollb/modernize v2.8.14 Syoyo Fujita 2023-07-11 19:43:53 +09:00
  • a080377e6f Merge pull request #436 from dimitri-tdg/bugfix_extensions_primitive Syoyo Fujita 2023-07-10 23:30:40 +09:00
  • 69d75573f5 Fix issue when serializing extensions of a primitive KUDELSKI Dimitri 2023-07-10 15:13:09 +02:00
  • aaf631c984 Merge pull request #435 from RE-Kovalev/release Syoyo Fujita 2023-07-05 18:41:22 +09:00
  • 112e3537ff MinGW _wfopen_s fix R.E. Kovalev 2023-07-05 09:11:57 +03:00
  • cb6a707014 cppcoreguidelines-prefer-member-initializer Bryn Lloyd 2023-06-21 22:30:14 +02:00
  • 3e98ac4564 modernize-use-equals-default Bryn Lloyd 2023-06-21 22:15:49 +02:00
  • c704d73bd0 readability-redundant-string-init Bryn Lloyd 2023-06-21 18:42:24 +02:00
  • a64f4b4442 modernize-use-default-member-init Bryn Lloyd 2023-06-21 18:40:18 +02:00
  • 85b4322ade minor cleanup of cmakelists Bryn Lloyd 2023-06-21 18:26:43 +02:00
  • 7a570c88d9 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
  • e12e0a9392 Merge pull request #429 from AdamFull/release v2.8.12 Syoyo Fujita 2023-06-13 21:40:45 +09:00
  • 879cb473a3 Added parsing and serializing of audio emitters for scene (global sources) Baranob_Ilya 2023-06-12 13:35:05 +04:00
  • c9657be1de Forgot to add KHR_audio to used extensions Baranob_Ilya 2023-06-12 12:34:34 +04:00
  • 95bbf15ce2 Update .gitignore Baranob_Ilya 2023-06-12 12:30:04 +04:00
  • 78864c8d3a Added KHR_audio extension. Parsing and serialization. Baranob_Ilya 2023-06-12 10:43:52 +04:00
  • 14c86324d7 Merge pull request #426 from agnat/serialize_light_refs Syoyo Fujita 2023-06-09 05:03:01 +09:00
  • 8d5d0b34be clean up David Siegel 2023-06-07 15:35:35 +02:00
  • a1a34cb54d fix syntax error David Siegel 2023-06-07 15:30:02 +02:00
  • cfe64fb6c8 KHR_lights_punctual: Serialize node light refs David Siegel 2023-06-07 15:18:38 +02:00
  • c6817d206b Remove some assert() remove-assert Syoyo Fujita 2023-06-07 19:10:44 +09:00
  • c201efb998 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
  • b88e9cc52a Merge pull request #423 from agnat/finish_KHR_lights_puncutal Syoyo Fujita 2023-06-06 23:12:50 +09:00
  • 9417144f48 Merge pull request #424 from agnat/rewrite_ForEachInArray Syoyo Fujita 2023-06-06 23:11:12 +09:00
  • 07616e8190 refactor extension and extra serialization David Siegel 2023-06-06 01:24:53 +02:00
  • bec8a6d54f rewrite ForEachInArray as a simple C++11 function David Siegel 2023-06-06 15:36:07 +02:00
  • 157063fa1b fix: add missing nullptr check David Siegel 2023-06-06 15:31:58 +02:00
  • c164878d0f parse light source references David Siegel 2023-05-09 01:33:57 +02:00
  • d852f50d49 Add missing extras and extensions fields David Siegel 2023-06-05 23:28:05 +02:00
  • 22cafa1032 remove duplicate code David Siegel 2023-06-05 22:18:59 +02:00
  • 47208b234d fix warnings: unused variable David Siegel 2023-06-05 22:14:30 +02:00
  • 5a6df34d99 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
  • 147a00a601 Prevent duplicated key generation when serializing lights + RapidJSON backend. Fixes #420 wuffs Syoyo Fujita 2023-06-04 05:45:24 +09:00
  • 350c296802 Merge pull request #418 from agnat/fix_get_file_size_bug v2.8.9 Syoyo Fujita 2023-04-26 19:28:58 +09:00
  • cc93e1fd25 Fix: Actually invoke the user-supplied function David Siegel 2023-04-26 12:13:41 +02:00
  • 59cc44ad4f Merge pull request #417 from syoyo/filesize-check v2.8.8 Syoyo Fujita 2023-04-23 23:15:07 +09:00
  • 1a5046e06b Fix MSVC compile failure on AppVeyor CI. filesize-check Syoyo Fujita 2023-04-23 23:08:41 +09:00
  • 877d856e71 Format error message. Add regression test of issue-416. Syoyo Fujita 2023-04-23 21:47:31 +09:00
  • b534b6b0d8 Fix syntax. Syoyo Fujita 2023-04-23 21:40:23 +09:00
  • ecfd37dee2 - 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
  • 5c06b7d03b Merge pull request #415 from louwaque/release v2.8.7 Syoyo Fujita 2023-04-19 05:17:06 +09:00
  • a75355b018 Fix serialization of AnimationChannel::target_node when it is zero Loïc Escales 2023-04-18 21:03:39 +02:00
  • a977f7a16f Merge pull request #412 from agnat/add_char_pointer_ctor v2.8.6 Syoyo Fujita 2023-04-10 19:11:35 +09:00
  • 5a6c55870e Deprecate ubuntu-18.04 image and update CI build configuration. Syoyo Fujita 2023-04-10 18:51:29 +09:00
  • 49caa65177 Fix #411 by adding a Value(const char *) constructor. David Siegel 2023-04-08 23:44:53 +02:00
  • d71c6f61f3 Merge pull request #409 from NeilBickford-NV/nbickford/update-stb-image v2.8.5 Syoyo Fujita 2023-03-30 18:13:12 +09:00
  • b5d27fd151 stb_image: Apply https://github.com/nothings/stb/pull/1443 Neil Bickford 2023-03-29 12:00:24 -07:00
  • af4456ba68 stb_image: Apply https://github.com/nothings/stb/pull/1454 Neil Bickford 2023-03-29 11:57:27 -07:00
  • 344669ddf6 Update stb_image and stb_image_write to latest nothings/stb dev branch: 9f1776a36d Neil Bickford 2023-03-29 11:56:13 -07:00
  • 967c98dd90 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
  • 7658624bb4 Added error handling to ostream writing Marco Langer 2023-03-12 19:26:05 +01:00
  • 84a83d39f5 Merge pull request #407 from DavidSM64/release v2.8.3 Syoyo Fujita 2023-02-19 02:08:19 +09:00
  • 03ad33cc8d Fixed global namespace issue David 2023-02-15 23:35:51 -06:00
  • 3831802717 Fix RapidJSON implementation (hopefully) David 2023-02-15 23:21:09 -06:00
  • 1f9a4b97a3 Added detail namespace to prevent namespace conflicts David 2023-02-15 22:56:18 -06:00
  • 6dba104c54 Merge pull request #405 from tioez326/patch-2 Syoyo Fujita 2023-02-10 21:00:27 +09:00
  • b5e1b35ef1 Fix typo tioez326 2023-02-10 12:09:12 +01:00
  • 52b73c7f0b Update README.md Syoyo Fujita 2023-01-16 05:46:11 +09:00
  • 98adbb3fb3 Merge pull request #401 from jmousseau/animation-channel-node-optionality v2.8.2 Syoyo Fujita 2023-01-16 05:33:40 +09:00
  • 283b552a4e Fix animation channel target node optionality Jack Mousseau 2023-01-15 11:45:45 -08:00
  • c2ca97b38b v2.8.1 v2.8.1 Syoyo Fujita 2023-01-13 18:15:21 +09:00
  • f051892c55 Merge pull request #399 from e2e4e6/texture_sampler_name_fix Syoyo Fujita 2023-01-13 18:13:12 +09:00
  • 137a7ca999 Missed serialization texture sampler name fixed. s00665032 2023-01-13 12:52:08 +07:00
  • 477d977fea Merge pull request #398 from nicolas-raoul/patch-1 Syoyo Fujita 2023-01-12 16:21:35 +09:00
  • 8cd5e759d0 Fixed typo Nicolas Raoul 2023-01-12 15:29:32 +09:00
  • a6c3945ed3 Bump version 2.8.0. v2.8.0 Syoyo Fujita 2023-01-10 20:42:24 +09:00
  • 6614bddef3 Merge pull request #397 from pknowlesnv/encode_image_uri Syoyo Fujita 2023-01-10 20:31:39 +09:00
  • 385946dfd8 add URI encode/decode API Pyarelal Knowles 2023-01-03 18:18:04 -08:00
  • 03bbe0921c Merge pull request #396 from pknowlesnv/image_write_failure Syoyo Fujita 2022-12-30 17:59:41 +09:00