summaryrefslogtreecommitdiffstats
path: root/code/Common
Commit message (Expand)AuthorAgeFilesLines
* Add Missing Strings to aiTextureTypeToString (#6188)crasong7 days1-0/+4
* Fix: Fix leak when sortbyp failes with exception (#6166)Kim Kulling2025-05-141-3/+4
* fix: possible Heap-based Buffer Overflow in ConvertToUTF8 function (#6122)Matthias Möller2025-05-031-4/+13
* Fix Whitespace (#6063)krishty2025-03-2613-21/+15
* Bugfix: Fix possible nullptr dereferencing (#6049)Kim Kulling2025-03-131-0/+5
* Use std::copy to copy array and remove user destructor to make sure is_trivia...T.Yamada2025-03-111-5/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-0547-47/+47
* Obj: remove smooth-normals postprocessing (#6031)Kim Kulling2025-03-031-5/+3
* Bugfix/fix mingw issue 5975 (#6005)Kim Kulling2025-02-201-4/+4
* Assimp master head fixes for failure to compile (#5899)Engin Manap2025-01-141-0/+1
* Updated Material.cpp to add missing cases (#5945)Jackson Levitt2025-01-061-0/+8
* Fix use after free in the CallbackToLogRedirector (#5918)tyler922024-12-111-0/+4
* Fix: Fix build for mingw10 (#5916)Kim Kulling2024-12-101-2/+2
* Synchronize `DefaultLogger` (#5898)Stefan2024-12-011-1/+13
* Remove strcpy. (#5802)Kim Kulling2024-11-181-9/+0
* Fix use of uninitialized value. (#5867)Marco Feuerstein2024-11-061-1/+3
* Store current exception when caught in ASSIMP_CATCH_GLOBAL_EXCEPTIONS (#5810)Michael Schmitt2024-10-291-0/+1
* Fixed bug in DefaultLogger::set: (#5826)chefrolle6952024-10-171-5/+3
* fix no_valid_proc (#5774)Pichas2024-09-161-5/+4
* Fix leak (#5762)Kim Kulling2024-09-071-4/+9
* Fix potential memory leak in SceneCombiner for LWS/IRR/MD3 loader (#5721)Matthias Möller2024-08-291-0/+10
* Fix copying private data when source pointer is NULL (#5733)Vincent Fazio2024-08-291-1/+1
* Expose aiGetEmbeddedTexture to C-API (#5382)sacereda2024-08-211-14/+18
* Update DefaultIOSystem.cpp (#5697)Kim Kulling2024-08-021-0/+4
* Introduce interpolation mode to vectro and quaternion keysKim Kulling2024-07-171-4/+0
* Kimkulling/fix double precision tests (#5660)Kim Kulling2024-07-121-8/+8
* [USD] Integrate "tinyusdz" project (#5628)Steve M2024-07-122-2/+9
* Fix: StackAllocator Undefined Reference fix (#5650)Brad D2024-07-031-0/+5
* Draft: Update init of aiString (#5623)Kim Kulling2024-06-171-2/+2
* Move revision.h and revision.h.in to include folder (#5615)Kim Kulling2024-06-121-2/+1
* Move aiScene constructor (#5614)Kim Kulling2024-06-112-80/+81
* Fix possible nullptr dereferencing. (#5595)Kim Kulling2024-05-241-1/+5
* Fix a bug that could cause assertion failure. (#5575)vengine2024-05-221-2/+4
* Add checks for invalid buffer ans size (#5570)Kim Kulling2024-05-131-2/+7
* Update CMakeLists.txt (#5531)v5.4.0Kim Kulling2024-04-071-1/+1
* Remove default destructor definitions from cpp files (#5528)Kim Kulling2024-04-0713-41/+69
* Fix compilation for MSVC14. (#5490)Laura Hermanns2024-03-111-1/+2
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-2349-49/+49
* Update StbCommon.h to stay up-to-date with stb_image.h.tigertang2024-01-291-8/+10
* Update DefaultIOSystem.cppMarka Ragnos2023-12-201-1/+1
* - fixed Exist function on LinuxAlexander Wagner2023-12-201-4/+6
* Always include "zlib.h" (rather than .../contrib/zlib/zlib.h)IOhannes m zmölnig2023-11-291-5/+1
* always include "utf8.h" (instead of contrib/.../utf8.h)IOhannes m zmölnig2023-11-291-5/+1
* Fix empty mesh handlingKim Kulling2023-11-101-1/+5
* Fix copyrights.Kim Kulling2023-09-231-13/+23
* Update Triangulate Process [more another case]Aaron2023-08-151-5/+14
* Fix violation of strict aliasing rule.Marco Feuerstein2023-07-211-12/+7
* Strip aws gcs version string.Marco Feuerstein2023-07-141-3/+30
* Merge branch 'master' into file_extensionKim Kulling2023-07-101-3/+4
|\
| * Extend token search flag from alpha to graph.Marco Feuerstein2023-07-081-3/+4