index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
fbx
/
fbx_parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ad-hoc FBX importer
Rémi Verschelde
2022-03-30
27
-8445
/
+0
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-26
/
+0
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
4
-6
/
+5
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
25
-50
/
+50
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
9
-127
/
+74
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
2
-8
/
+8
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Fix various typos with codespell
luz paz
2021-07-25
2
-2
/
+2
*
Fix sub-optimal uses of is_equal_approx
Aaron Franke
2021-06-20
1
-1
/
+1
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
4
-4
/
+4
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
3
-11
/
+11
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
4
-8
/
+8
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
6
-11
/
+11
*
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-04-26
3
-3
/
+3
*
fbx: Fix include for zlib that broke unbundling
Rémi Verschelde
2021-04-22
1
-1
/
+1
*
This stops using FBXPropertyTable as a pointer.
Gordon MacPherson
2021-04-15
16
-337
/
+154
*
Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...
Rémi Verschelde
2021-04-07
3
-1
/
+7
|
\
|
*
Always dynamically allocate PropertyTable
Alex Hirsch
2021-03-10
3
-1
/
+7
*
|
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
3
-5
/
+10
*
|
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
3
-4
/
+4
*
|
Style: Apply clang-tidy's `modernize-use-default-member-init`
Rémi Verschelde
2021-04-05
7
-50
/
+38
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
25
-50
/
+50
*
Port FBX module from commit 68013d23932688e57b489600f4517dd280edc464
Gordon MacPherson
2020-12-23
27
-0
/
+8709