summaryrefslogtreecommitdiffstats
path: root/modules/fbx/fbx_parser
Commit message (Expand)AuthorAgeFilesLines
* Remove ad-hoc FBX importerRémi Verschelde2022-03-3027-8445/+0
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-26/+0
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-294-6/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-0325-50/+50
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-289-127/+74
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-282-8/+8
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Fix various typos with codespellluz paz2021-07-252-2/+2
* Fix sub-optimal uses of is_equal_approxAaron Franke2021-06-201-1/+1
* Rename files and the exposed name for Transform3DAaron Franke2021-06-034-4/+4
* Rename Transform to Transform3D in coreAaron Franke2021-06-033-11/+11
* Fix typos with codespellRémi Verschelde2021-05-204-8/+8
* Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde2021-04-296-11/+11
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-263-3/+3
* fbx: Fix include for zlib that broke unbundlingRémi Verschelde2021-04-221-1/+1
* This stops using FBXPropertyTable as a pointer.Gordon MacPherson2021-04-1516-337/+154
* Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...Rémi Verschelde2021-04-073-1/+7
|\
| * Always dynamically allocate PropertyTableAlex Hirsch2021-03-103-1/+7
* | Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-053-5/+10
* | Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-053-4/+4
* | Style: Apply clang-tidy's `modernize-use-default-member-init`Rémi Verschelde2021-04-057-50/+38
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-0125-50/+50
* Port FBX module from commit 68013d23932688e57b489600f4517dd280edc464Gordon MacPherson2020-12-2327-0/+8709