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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Filament specular models and parametrization
clayjohn
2022-02-22
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-26
/
+0
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
4
-6
/
+5
*
Fix crash on importing FBX file
Haoyu Qiu
2022-01-10
1
-2
/
+2
*
options dict is now passed to _import_scene.
K. S. Ernest (iFire) Lee
2022-01-05
2
-2
/
+10
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
47
-94
/
+94
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
2
-5
/
+5
*
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-11-03
1
-1
/
+1
|
\
|
*
Remove node_hrcr hack
kobewi
2021-10-28
1
-1
/
+1
*
|
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
10
-137
/
+84
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
2
-8
/
+8
*
|
Refactored Node3D rotation modes
reduz
2021-10-25
1
-12
/
+12
|
/
*
Add scene Post-Import Plugin support.
reduz
2021-10-15
4
-49
/
+17
*
Fix specific warnings issues by Clang
K. S. Ernest (iFire) Lee
2021-10-14
1
-3
/
+0
*
Remove REST transform influence in skeleton bones
reduz
2021-10-13
2
-14
/
+7
*
Remove animation 3D transform track, replace by loc/rot/scale tracks.
reduz
2021-10-12
1
-7
/
+36
*
GLTF for game templates.
K. S. Ernest (iFire) Lee
2021-10-03
3
-9
/
+10
*
Use range iterators for `Map`
Lightning_A
2021-09-30
3
-23
/
+23
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-4
/
+0
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
1
-3
/
+3
*
Some work on double support
Aaron Franke
2021-08-09
2
-3
/
+3
*
Fix various typos with codespell
luz paz
2021-07-25
2
-2
/
+2
*
Use is_equal_approx in more places
Aaron Franke
2021-07-21
1
-2
/
+2
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
3
-2
/
+4
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Merge pull request #49754 from aaronfranke/is-eq-approx-sub-opt
Rémi Verschelde
2021-06-20
3
-6
/
+6
|
\
|
*
Fix sub-optimal uses of is_equal_approx
Aaron Franke
2021-06-20
3
-6
/
+6
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
5
-23
/
+23
|
/
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-2
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
6
-10
/
+10
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-07
1
-2
/
+2
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
5
-47
/
+47
*
Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3D
Aaron Franke
2021-06-03
1
-1
/
+1
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
5
-5
/
+5
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
9
-77
/
+77
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
9
-13
/
+13
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
8
-14
/
+14
*
Merge pull request #48187 from brakhane/remove-dupe-comments
Rémi Verschelde
2021-04-27
1
-1
/
+0
|
\
|
*
Remove duplicate comments
Dennis Brakhane
2021-04-25
1
-1
/
+0
*
|
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
2
-1
/
+4
*
This stops using FBXPropertyTable as a pointer.
Gordon MacPherson
2021-04-15
21
-375
/
+221
*
Fix crash on importing empty .fbx file
Lyuma
2021-04-08
1
-0
/
+3
*
Merge pull request #46877 from W4RH4WK/always-dynamically-allocate-property-t...
Rémi Verschelde
2021-04-07
3
-1
/
+7
|
\
[next]