summaryrefslogtreecommitdiffstats
path: root/code/AssetLib/FBX/FBXMaterial.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Bugfix/cosmetic code cleanup (#5947)Kim Kulling2025-01-071-4/+0
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Fix double free in Video::~Video()Maksim Kostin2023-12-011-1/+3
* Fix warning related to missing-variable-declarations, remove unused global va...Jackie95272023-04-191-14/+0
* Apply various clang-tidy checks for smartprs and modern C++ typesAaron Gokaslan2022-11-081-4/+3
* Manually fix up 100 more instances where it should be defaultedAaron Gokaslan2022-08-251-9/+3
* Fix missing members and do some small refactorings.kimkulling2022-03-091-1/+22
* Update copyrightsKim Kulling2022-01-101-1/+1
* removed trailing spaces and tabs from source and textKrishty2021-07-291-4/+4
* Fixed:Pankaj Tyagi2021-06-231-0/+5
* No need to distinguish formatting log functions.Malcolm Tyrrell2021-05-131-1/+1
* [assimp] Make sure ctype calls use unsigned char.Jason C2021-05-041-1/+1
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* fix typoKim Kulling2021-01-271-1/+1
* Update FBXMaterial.cppKim Kulling2021-01-271-80/+46
* Fix VS compiler warning: convertig int to charKim Kulling2021-01-271-1/+1
* Fix compiler bug for VS2019Kim Kulling2021-01-261-7/+7
* replaced data with taking address of first element#Momo2020-10-211-1/+1
* MSVC crash workaround#Momo2020-10-211-1/+1
* More verbose loggingMalcolm Tyrrell2020-05-151-1/+1
* Move format importer and exporter into its won folder.Kim Kulling2020-05-021-0/+405