Syoyo Fujita
a5e653e46c
Merge pull request #512 from ctrlaltf2/oob-fix
...
Add bounds check to images loaded from bufferviews
v2.9.5
2025-01-22 22:45:07 +09:00
ctrlaltf2
d530cd410b
Add bounds check to images loaded from bufferviews
2025-01-20 23:43:07 -05:00
Syoyo Fujita
1831424c71
Merge pull request #509 from NoirMorilec/fix-no-fs
...
Added NO_FS definition for std::ofstream usage
v2.9.4
2024-12-30 22:11:09 +09:00
Leonid
5e008af65d
Added NO_FS definition for std::ofstream usage
2024-12-30 03:12:20 +08:00
Syoyo Fujita
fbff1f45b5
Merge pull request #507 from thearchivalone/release
...
Documentation: Submodule hint added
2024-12-21 19:59:42 +09:00
Brad
d950e7cd9b
Documentation: Submodule hint added
2024-12-20 17:49:51 -06:00
Syoyo Fujita
116d0030f9
Merge pull request #504 from nim65s/vendor
2024-10-16 23:27:42 +09:00
Syoyo Fujita
ff972dcf1b
Merge pull request #503 from nim65s/release
2024-10-16 23:26:53 +09:00
Guilhem Saurel
8bec431699
CMake: fix export install dir
2024-10-16 15:53:48 +02:00
Guilhem Saurel
21485496b1
CMake: allow opt-out of installing vendored headers
2024-10-16 14:58:42 +02:00
Syoyo Fujita
fda7422022
Merge pull request #501 from msklywenn/release
...
Fix Animation extensions being loaded in place of Sampler extensions
v2.9.3
2024-08-08 21:47:56 +09:00
Daniel Borges
decfabd67e
Merge branch 'syoyo:release' into release
2024-08-08 10:25:11 +02:00
Syoyo Fujita
10b23b6af2
Merge pull request #496 from ptc-tgamper/bug/issue-495
...
Allow WriteImageDataFunction() callback to be called with empty images
2024-07-26 21:44:16 +09:00
Thomas Gamper
fe3cfbe996
fixes #495
...
Fix issues that block custom image loaders and writers to deal with empty images
2024-07-23 11:45:54 +02:00
Daniel Borges
3b73caa8e8
fixed ParseAnimation loading animation's extensions into sampler instead of sample's extensions.
2024-07-19 12:34:16 +02:00
Syoyo Fujita
fea6786129
Merge pull request #493 from ptc-tgamper/bug/model_clear_on_load
...
Properly clear the model before loading
v2.9.2
2024-07-06 02:43:52 +09:00
Thomas Gamper
fb58f88a4e
Properly clear the model before loading
2024-07-05 08:57:36 +02:00
Syoyo Fujita
143ff45b61
Update README.md
2024-07-04 03:01:46 +09:00
Syoyo Fujita
cfbec35dc7
Merge pull request #492 from danwillm/inverse-bind-matrix
...
Make inverseBindMatrices optional
v2.9.1
2024-07-04 02:59:35 +09:00
danwillm
4ad8c82c9e
Add test for inverse bind matrices being optional
2024-07-01 22:32:17 +01:00
danwillm
2e7ba45a6c
Make inverseBindMatrices optional
2024-07-01 18:31:00 +01:00
Syoyo Fujita
cf9767668a
bump minor version.
v2.9.0
2024-06-28 21:30:43 +09:00
Syoyo Fujita
8a269aa5e9
Merge pull request #491 from ptc-tgamper/bug/image_saving
...
Fix images not being saved due to missing filesystem callbacks
2024-06-28 21:24:53 +09:00
Thomas Gamper
38614763e9
fixes #487
...
Support image as_is flag in loading and saving
2024-06-28 12:17:38 +02:00
Thomas Gamper
3245906248
fixes #473
...
tiny_gltf.h - explicitly pass filesystem callbacks to image related functions
tester.cc - add respective test case, fix image uri test case
2024-06-25 15:12:30 +02:00
Syoyo Fujita
847df8456a
Merge pull request #489 from SeanCurtis-TRI/PR_callback_as_function
...
Update typedefs of C-style function pointers to std::function
v2.8.23
2024-06-12 04:01:37 +09:00
Sean Curtis
6482c08cf7
Remove asserts
2024-06-10 14:18:31 -07:00
Sean Curtis
e08df72575
Update typedefs of C-style function pointers to std::function
...
This allows for the callback to maintain their own state (without recourse
to globals).
In addition, added some incidental clean up:
- URICallback, passed by pointer, is now asserted to be non-null before
accessing.
- FSCallbacks are validated when they are set (in debug builds).
2024-06-06 07:45:01 -07:00
Syoyo Fujita
f03fe26579
Merge pull request #486 from pmcgvr/release
...
Fix stripping of slashes from paths
v2.8.22
2024-05-24 02:49:22 +09:00
Syoyo Fujita
e54660fbf9
Merge pull request #485 from bwrsandman/patch-1
...
msvc 32bit: Fix C4244 warning
2024-05-21 04:11:31 +09:00
Patrick Mc Gartoll
1bdd404c04
Fix stripping of slashes from paths
2024-05-16 18:11:26 -07:00
Sandy
2191085580
msvc 32bit: Fix C4244 warning
...
On 32 bit msvc compilers with warnings on, there are C4244 warnings about from 'std::streamoff' to size_t to vector::size_type
2024-05-10 08:47:23 -04:00
Syoyo Fujita
cde43ef668
Merge pull request #482 from jam3sward/fix-c4018-warnings-msvc-win32
...
Fix C4018 warnings in MSVC on WIN32
2024-03-27 03:43:42 +09:00
jamesvert
e3f9a7d8b3
Resolve overload ambiguity in VS2015 (version 14.0)
2024-03-26 11:32:43 +00:00
jamesvert
f57d18ad74
Fix C4018 warnings in MSVC on WIN32
2024-03-26 11:06:16 +00:00
Syoyo Fujita
ed3d1ec2f5
Merge pull request #481 from jam3sward/fix-c4267-warnings-vs-win32
...
Fix C4267 warnings in Visual Studio on WIN32
2024-03-26 05:23:03 +09:00
James Ward
9b4e1eae9e
Fix C4267 warnings in Visual Studio on WIN32
2024-03-25 17:50:33 +00:00
Syoyo Fujita
cbc8e1bea6
Merge pull request #479 from The0Dev/fix_wopen_ronly
...
Added the pmode argument to _wopen to fix the access permission on MinGW
2024-03-26 02:36:27 +09:00
Syoyo Fujita
212de904ca
Merge pull request #480 from ptc-tgamper/bug/msft_lod_extension_used
...
Bug/msft lod extension used
2024-03-26 02:35:51 +09:00
Thomas Gamper
1f5b8f8b8c
tester.cc - extend MSFT_lod test
2024-03-25 17:01:08 +01:00
Thomas Gamper
b274b34972
tiny_gltf.h - register MSFT_lod with the model's used extensions
2024-03-25 17:00:41 +01:00
TheDev
22dfeab315
Added the pmode argument to _wopen to fix the access permission on MinGW
2024-03-25 18:21:20 +03:00
Syoyo Fujita
b132612307
Merge pull request #475 from jam3sward/issue-474
...
M_PI was not defined by <cmath>
2024-03-20 21:11:56 +09:00
James Ward
50d90c91ac
M_PI was not defined by <cmath>
2024-03-19 19:06:19 +00:00
Syoyo Fujita
4bfc1fc180
Merge pull request #471 from ptc-tgamper/ftr/msft_lods
...
[Feature] Add basic support for MSFT_lod extension
v2.8.21
2024-02-06 23:22:38 +09:00
Thomas Gamper
e0cc45e88d
tester.cc - add test case for the crash fix in KHR_audio node serialization
2024-02-06 14:48:58 +01:00
Thomas Gamper
c3bbe97a9e
tester.cc - add MSFT_lods test case
2024-02-05 17:03:16 +01:00
Thomas Gamper
f1bdf43e15
tiny_gltf.h - add/remove MSFT_extension as required
2024-02-05 16:50:46 +01:00
Thomas Gamper
a42263bdba
tiny_gltf.h - parse node and material lods
2024-02-05 15:42:49 +01:00
Syoyo Fujita
4fea26f6c8
Allow zero-sized BIN chunk. Fixes #440
v2.8.20
2024-01-24 05:43:27 +09:00