summaryrefslogtreecommitdiffstats
path: root/code/Material/MaterialSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* feat: created the aiGetStringC_Str() function. (#6059)leliel2025-03-251-0/+6
* Refactorings: glTF cleanups (#6028)Kim Kulling2025-03-051-1/+1
* Remove strcpy. (#5802)Kim Kulling2024-11-181-2/+1
* Kimkulling/fix double precision tests (#5660)Kim Kulling2024-07-121-0/+89
* Draft: Update init of aiString (#5623)Kim Kulling2024-06-171-1/+1
* Add 2024 to copyright infos (#5475)Kim Kulling2024-02-231-1/+1
* Add missing includeAlex2023-06-031-0/+1
* Fix memory leaksAlex2023-06-031-4/+3
* Update copyrightsKim Kulling2022-01-101-1/+1
* Fixes issues our internal compliance and code quality tool found:Max Vollmer (Microsoft Havok)2021-08-301-3/+9
* Improve use of loggingMalcolm Tyrrell2021-05-131-4/+3
* Update copyrights to 2021.Kim Kulling2021-02-281-1/+1
* closes https://github.com/assimp/assimp/issues/3198: make aiMaterial::GetName...Kim Kulling2020-11-101-1/+1
* replace NULL and avoid ai_assert with more than 2 tests.Kim Kulling2020-06-231-242/+219
|\
| * Merge branch 'master' into kimkulling_devKim Kulling2020-03-231-3/+3
| |\ | |/ |/|
| * Merge branch 'master' into kimkulling_devKim Kulling2020-02-161-1/+1
| |\
| * | fix irrreader leak.Kim Kulling2020-01-161-1/+1
* | | next warnings.Kim Kulling2020-02-181-1/+2
* | | fix more warnings.Kim Kulling2020-02-161-2/+1
| |/ |/|
* | Updated copyright dates.Marc-Antoine Lortie2020-01-201-1/+1
* | Suppressed MSVC++ warning C4267Matthias Moulin2020-01-161-1/+1
|/
* Fix aiGetMaterialUVTransform which assumed the data was 4 floats when in fact...Paul Arden2019-11-261-2/+2
* just a try, i dunno have a clue ...Kim Kulling2019-11-161-3/+3
* Cleanup the public headers.kimkulling2019-10-111-1/+0
* Ensure that the aiString lenght is 4 bytes independent which platform and add...Kim Kulling2019-09-211-17/+1
* closes https://github.com/assimp/assimp/issues/2431: use irrXml directly for ...Kim Kulling2019-06-121-5/+7
* Reorg of code.Kim Kulling2019-06-061-0/+647