Commit Graph

  • 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
  • a9121550b9 SerializeGltfImage: add missing & std::string ref Pyarelal Knowles 2022-12-29 14:12:29 -08:00
  • d2b0af6915 propagate image writing failures Pyarelal Knowles 2022-12-27 16:38:48 -08:00
  • 695608dd11 Update readme. Syoyo Fujita 2022-12-29 21:50:47 +09:00
  • 584f1dfbe4 Merge branch 'release' of github.com:syoyo/tinygltf into release v2.7.0 Syoyo Fujita 2022-12-29 21:05:53 +09:00
  • a40ca4c5ab
    Merge pull request #393 from pknowlesnv/serialize_const Syoyo Fujita 2022-12-29 21:00:24 +09:00
  • de75d87cfd allow serializing a const Model Pyarelal Knowles 2022-12-13 15:50:41 -08:00
  • cf11842e64
    Merge pull request #395 from ethanpepro/cmake-export Syoyo Fujita 2022-12-28 18:33:36 +09:00
  • 38003032e3 Add CMake export configuration James Luke 2022-12-27 21:12:54 -05:00
  • 186016bf11 Merge branch 'release' of github.com:syoyo/tinygltf into release Syoyo Fujita 2022-12-03 19:42:27 +09:00
  • 5ee08f9274 Remove Python 2 description. Syoyo Fujita 2022-12-03 19:40:50 +09:00
  • aa613a1f57
    Update README.md Syoyo Fujita 2022-12-03 19:40:45 +09:00
  • 222454cc6d
    Create FUNDING.yml Syoyo Fujita 2022-12-03 18:33:05 +09:00
  • 16c2d3a8bf
    Merge pull request #390 from eduardodoria/patch-1 Syoyo Fujita 2022-11-07 21:18:50 +09:00
  • 186093657a
    Added Supernova Engine to Projects using TinyGLTF Eduardo Doria 2022-11-07 08:53:47 -03:00
  • 9bdd256625
    Merge pull request #388 from stromaster/patch-1 Syoyo Fujita 2022-10-31 17:40:40 +09:00
  • 264ae4c131
    Avoid multiple asset_manager definition on Android Serdar Kocdemir 2022-10-30 22:32:59 +00:00
  • 091a1fcc1a
    Merge pull request #386 from geometrian/master Syoyo Fujita 2022-10-08 19:08:22 +09:00
  • 3a295887d6 Patch to fix previous commit for MinGW. imallett 2022-10-07 11:20:39 -07:00
  • d9ce9eb9d2 Fix a gazillion typos. imallett 2022-10-07 10:37:09 -07:00
  • 56e1098993 Fix various type mismatches and header include case (fixes compile warnings on Clang). imallett 2022-10-07 10:35:16 -07:00
  • 9bb5806df4
    Merge pull request #385 from operatios/master Syoyo Fujita 2022-09-25 05:35:36 +09:00
  • 1668d1ecc5 Fix UTF-8 filepath on LLVM MinGW operatios 2022-09-24 22:37:14 +03:00
  • 6e8a858c45 Add WASI build procedure. Syoyo Fujita 2022-09-22 04:36:58 +09:00
  • e0b625561c v2.6.3 v2.6.3 Syoyo Fujita 2022-09-19 03:36:58 +09:00
  • 18450eafe7
    Merge pull request #382 from syoyo/glb-zero-chunk Syoyo Fujita 2022-09-19 03:34:09 +09:00
  • e9fbc03e2d Clear error/warn message. glb-zero-chunk Syoyo Fujita 2022-09-19 03:29:57 +09:00
  • 612e57816f Fix handling <4 byte BIN data. Fix handling GLB file with empty CHUNK1(BIN). Syoyo Fujita 2022-09-18 21:01:39 +09:00
  • a778c089d1 readd toplevel makefile Kh4n 2022-09-17 15:39:28 -05:00