summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/FBX/FBXDocument.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Whitespace (#6063)krishty2025-03-261-1/+1
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Bugfix/cosmetic code cleanup (#5947)Kim Kulling2025-01-071-0/+8
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Use the correct allocator for deleting objects in case of duplicate animation...Florian Born2023-11-161-1/+1
* Merge branch 'SmallAllocationFixInFBXLoader' of https://github.com/FlorianBor...Kim Kulling2023-05-151-11/+19
|\
| * Merge branch 'master' into SmallAllocationFixInFBXLoaderKim Kulling2022-09-081-2/+2
| |\
| * | Proper destruction of individual objectsFlorian Born2022-04-201-1/+12
| * | All allocation changesFlorian Born2022-04-201-13/+10
* | | Fix a leak in FBXDocument when duplicate object IDs are foundAnton Vaneev2023-02-161-1/+3
* | | Merge branch 'master' into modernize-smartptrs-literalsKim Kulling2022-11-291-0/+8
|\ \ \
| * | | Don't hide out-of-memory during FBX importJan Krassnigg2022-11-181-0/+8
* | | | Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-2/+2
|/ / /
* | / add missing std movesAaron Gokaslan2022-11-031-1/+1
| |/ |/|
* | Merge branch 'master' into kimkulling/create_skeleton_data_issue_4015Kim Kulling2022-06-021-54/+23
|\|
| * Fix missing members and do some small refactorings.kimkulling2022-03-091-93/+32
* | Generate container for skeleton during FBX-ImportKim Kulling2022-04-281-40/+10
|/
* Update copyrightsKim Kulling2022-01-101-1/+1
* removed trailing spaces and tabs from source and textKrishty2021-07-291-1/+1
* Apply various performance fixes from clang-tidyAaron Gokaslan2021-06-221-5/+4
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-1/+1
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-2/+2
* No need for bespoke macrosMalcolm Tyrrell2020-05-151-2/+2
* Initial pass at adding loggingMalcolm Tyrrell2020-05-151-0/+5
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+718