summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into kimkulling/add_zlib_to_dockerfile_issue-5403upstream/kimkulling/add_zlib_to_dockerfile_issue-5403Kim Kulling2024-01-0863-114/+129
|\
| * Increase texture varietySteve M2024-01-076-4/+4
| * Add missing textures and reduce texture sprawlSteve M2024-01-0758-114/+125
| * @ errorcopycd2024-01-061-0/+4
* | Merge branch 'master' into kimkulling/add_zlib_to_dockerfile_issue-5403Kim Kulling2024-01-051-2/+2
|\|
| * fix building errors for MinGWHamza2024-01-051-2/+2
* | Update DockerfileKim Kulling2024-01-051-0/+1
|/
* fix: KHR_materials_pbrSpecularGlossiness/diffuseFactor convert to pbrMetallic...tangxin2024-01-051-0/+1
* Bump actions/upload-artifact from 3 to 4dependabot[bot]2023-12-312-2/+2
* Triangle value is null-error, I don't know why it happened.copycd2023-12-311-0/+3
* Build: Disable building zlib for non-windowsKim Kulling2023-12-291-1/+1
* Refactorings: come code cleanupsKim Kulling2023-12-293-50/+26
* Add a test before generating the txture folderKim Kulling2023-12-293-4/+85
* Update MDLMaterialLoader.cppKim Kulling2023-12-221-1/+1
* Fix integer overflowKim Kulling2023-12-221-3/+2
* Update D3MFImporter.cppKim Kulling2023-12-221-1/+1
* Update D3MFImporter.cppKim Kulling2023-12-221-2/+2
* Check validity of archive without parsingKim Kulling2023-12-221-3/+8
* Fix leakKim Kulling2023-12-211-1/+4
* - removed commented codeAlexander Wagner2023-12-201-6/+0
* Update DefaultIOSystem.cppMarka Ragnos2023-12-201-1/+1
* - fixed Exist function on LinuxAlexander Wagner2023-12-201-4/+6
* - fixed q3bsp issueAlexander Wagner2023-12-201-1/+4
* - removed unused includeAlexander Wagner2023-12-201-0/+6
* Disable HunterKim Kulling2023-12-201-24/+1
* glTF KHR_materials_specular fixesAlexey Medvedev2023-12-111-2/+3
* glTF KHR_materials_specular fixesAlexey Medvedev2023-12-111-2/+2
* glTF KHR_materials_specular fixesAlexey Medvedev2023-12-113-4/+4
* correct grammar/typographic errors in comments (8 files)Stephen Gold2023-12-048-8/+8
* Fix target names not being imported on some gLTF2 modelsFuturemappermydud2023-12-041-0/+16
* FBXMeshGeometry: solve issue #5116 using patch provided by darktjmStephen Gold2023-12-041-2/+2
* Fix double free in Video::~Video()Maksim Kostin2023-12-011-1/+3
* Readme.md: correct 2 errors in section headersStephen Gold2023-11-301-2/+2
* Fix buffer overflow in FBX::Util::DecodeBase64()Maksim Kostin2023-11-291-1/+1
* Update Build.mdccn2023-11-291-0/+1
* Drop disabled zlib.h inclusion stubsIOhannes m zmölnig2023-11-291-5/+0
* Always include "zlib.h" (rather than .../contrib/zlib/zlib.h)IOhannes m zmölnig2023-11-293-15/+3
* always include "utf8.h" (instead of contrib/.../utf8.h)IOhannes m zmölnig2023-11-294-20/+4
* Use correct time scalingKim Kulling2023-11-281-6/+6
* Fix the buildKim Kulling2023-11-281-4/+2
* Update FBXConverter.cppKim Kulling2023-11-281-3/+3
* Fix: Check if index for mesh access is out of rangeKim Kulling2023-11-221-0/+5
* Update Readme.mdccn2023-11-221-1/+1
* Update Readme.mdccn2023-11-201-1/+1
* Fix heap-buffer overflow in PLY parserAlexandre Avenel2023-11-202-2/+3
* Add as unit-test an invalid PLY model triggering heap-buffer-overflowAlexandre Avenel2023-11-202-0/+7
* Fix container overflow in MMD parserAlexandre Avenel2023-11-171-1/+1
* Use the correct allocator for deleting objects in case of duplicate animation...Florian Born2023-11-161-1/+1
* Fix parsing <init_from> in <image>.Wojciech Matyjewicz2023-11-161-30/+30
* Fix parsing <instance_image> in <sampler2D>.Wojciech Matyjewicz2023-11-161-17/+17