summaryrefslogtreecommitdiffstats
path: root/code/Common/SceneCombiner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Whitespace (#6063)krishty2025-03-261-1/+1
* 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
* Bugfix/fix mingw issue 5975 (#6005)Kim Kulling2025-02-201-4/+4
* Remove strcpy. (#5802)Kim Kulling2024-11-181-9/+0
* 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
* Draft: Update init of aiString (#5623)Kim Kulling2024-06-171-2/+2
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* copy aiMetadata objects in scene combinerLutz Hören2023-05-111-0/+3
* Apply modernize-use-emplace clang-tidy ruleAaron Gokaslan2022-08-231-4/+4
* Update copyrightsKim Kulling2022-01-101-1/+1
* Bug: Export crashes when any of the meshes contains texture coordinate names ...kovacsv2021-12-071-0/+20
* Increasing length of mDataLength if rewriting the texture index increases mag...Scott Baldric2021-06-041-2/+16
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-1/+1
* Fix: Removing double delete of texture items.Scott Baldric2021-04-221-2/+4
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* _dest may be destructed twice if _dest is not null in MergeScenes()wasd8452020-12-141-2/+3
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-471/+460
|\
| * fix warning, hopefully ...upstream/issue_3165kimkulling2020-06-151-9/+19
| * Remove dead codeKim Kulling2020-06-091-1/+0
| * Merge branch 'master' into issue_3165Kim Kulling2020-05-281-1/+1
| |\
| | * Use verbose debug logging in certain placesMalcolm Tyrrell2020-05-151-1/+1
| * | closes https://github.com/assimp/assimp/issues/3165: fix gcc build.kimkulling2020-05-281-1/+4
| |/
| * scenecombiner: fix leak.Kim Kulling2020-04-291-4/+1
| * build on Linux with gcc and clang; warning as error only for 'assimp' targetluca2020-04-271-11/+11
| * fix formatting.Kim Kulling2020-04-261-2/+1
|/
* Fixed mValues allocated twice.Marc-Antoine Lortie2020-01-311-1/+0
* Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* gltf2.0 importer - Support for mesh morph animations added.Victor Cebollada2019-09-251-0/+21
* A crash in the aiMesh descructorMike Samsonov2019-09-051-0/+29
* Reorg of code.Kim Kulling2019-06-061-0/+1300