summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/CSM/CSMLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix to fail in the function fast_atoreal_move when the flag ASSIMP_DOUBLE_PRE...sSsA012025-07-291-4/+4
* Fixes CVE-2025-2750: out of bounds write by assigning to wrong array element ...Vinz Spring2025-06-081-1/+9
* Fixes CVE-2025-2751: Out-of-bounds Read in Assimp::CSMImporter::InternReadFil...Vinz Spring2025-06-081-1/+7
* Fix crashes (#6138)Kim Kulling2025-05-071-2/+3
* Refactor (#6127)Kim Kulling2025-05-031-2/+3
* CMS: Fix possible overflow access (#6052)Kim Kulling2025-03-131-1/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Bugfix/cosmetic code cleanup (#5947)Kim Kulling2025-01-071-8/+4
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Add bounds checks to the parsing utilities. (#5421)Kim Kulling2024-01-301-38/+39
* Refactoring: Some cleanupsKim Kulling2023-11-121-11/+4
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-4/+4
* Explicitly default all empty dtorsAaron Gokaslan2022-08-251-2/+1
* Merge branch 'new-file-detection' of https://github.com/krishty/assimp into k...Kim Kulling2022-01-161-12/+3
|\
| * replaced std::size() with AI_COUNT_OF for pre-C++20 compilersKrishty2021-05-051-1/+1
| * Simplified importer search and fixed a few bugsKrishty2021-04-241-12/+3
* | Update copyrightsKim Kulling2022-01-101-1/+1
* | more const in format detectionKrishty2021-09-111-1/+1
|/
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* Stop concatenating std::strings. Use formatter.Malcolm Tyrrell2020-08-181-1/+1
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-1/+1
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+308