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
/
doc
/
classes
/
Node3D.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-0
/
+8
*
Merge pull request #89036 from Mickeon/documentation-uncommon-words-2
Rémi Verschelde
2024-03-01
1
-1
/
+1
|
\
|
*
Overhaul some "uncommon" wording in class reference
Micky
2024-03-01
1
-1
/
+1
*
|
Add necessary elaboration to documentation for Node3D::get_parent_node_3d
Zi Ye
2024-02-29
1
-1
/
+2
|
/
*
Add docs for Node3DGizmo to clarify its link to EditorNode3DGizmo
Rémi Verschelde
2023-10-02
1
-10
/
+12
*
Add `global_basis` property to `Node3D`
Mikael Hermansson
2023-08-11
1
-0
/
+3
*
Clarify relationship between `basis` and `transform` properties of Node3D
João Marcos
2023-08-07
1
-1
/
+1
*
Fix many typos in documentation
Septian
2023-07-19
1
-1
/
+1
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Fix Pathfollow direction
Silc Renew
2023-05-24
1
-1
/
+2
*
Add the ability to look-at in model-space.
Juan Linietsky
2023-05-24
1
-1
/
+3
*
Mention "Spatial" rename to "Node3D" in Godot 4
Patrick
2023-05-12
1
-0
/
+1
*
Fix small mistake in docs, "antecedents" -> "ancestors"
Aaron Franke
2023-05-03
1
-2
/
+2
*
Fill random docs
kobewi
2023-04-03
1
-0
/
+3
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
Clarify rotation degrees
kobewi
2023-02-20
1
-0
/
+1
*
Fix a few typos in the class reference
Haoyu Qiu
2023-02-16
1
-1
/
+1
*
Restore 'rotation_degrees' properties.
Juan Linietsky
2022-12-19
1
-0
/
+6
*
Unify Node3D RotationOrder with global EulerOrder
Aaron Franke
2022-11-02
1
-13
/
+1
*
Document (Omni/Spot)Light3D ignoring Node3D's `scale` property
Hugo Locurcio
2022-10-24
1
-0
/
+1
*
Fail look_at() if not inside tree
kobewi
2022-09-29
1
-1
/
+1
*
Expose `NOTIFICATION_LOCAL_TRANSFORM_CHANGED`
Marc Gilleron
2022-09-19
1
-0
/
+4
*
Rename `str2var` to `str_to_var` and similar
Micky
2022-08-26
1
-1
/
+1
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-1
/
+1
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-14
/
+0
*
[doc] Use "param" instead of "code" to refer to parameters (5)
Andy Maloney
2022-08-15
1
-9
/
+9
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-31
/
+31
*
Add global_position and global_rotation to Node3D
foxydevloper
2022-07-01
1
-0
/
+7
*
Document limitations of negative scales in 2D and 3D
Aaron Franke
2022-06-10
1
-0
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Fix incorrect default transform values on foreign 3D nodes
SaracenOne
2022-01-06
1
-0
/
+14
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-1
/
+1
*
Refactored Node3D rotation modes
reduz
2021-10-25
1
-1
/
+31
*
Implemented SkeletonEditorGizmo
Silc Renew
2021-10-07
1
-0
/
+9
*
Revert "Display a matrix for Node2D and don't display a duplicate origin"
Juan Linietsky
2021-08-29
1
-3
/
+0
*
Display a matrix for Node2D and don't display a duplicate origin
Aaron Franke
2021-08-29
1
-0
/
+3
*
Move code for looking_at to Basis
Aaron Franke
2021-08-01
1
-3
/
+4
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-122
/
+61
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Node3D gizmo improvements
jfons
2021-07-23
1
-6
/
+33
*
Fix editor suffixes and degrees conversion
reduz
2021-06-30
1
-4
/
+1
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-6
/
+6
*
Merge pull request #49458 from JFonS/fix_unwrap_xform
Rémi Verschelde
2021-06-14
1
-1
/
+1
|
\
|
*
Rename get_parent_spatial() to get_parent_node3d()
jfons
2021-06-14
1
-1
/
+1
*
|
Implement visibility range and dependencies.
jfons
2021-06-14
1
-0
/
+3
|
/
*
Rename Node3D's property translation to position
Marcel Admiraal
2021-06-04
1
-3
/
+3
*
Update documentation for Transform3D
Aaron Franke
2021-06-03
1
-7
/
+7
*
doc: Sync classref with current source
Rémi Verschelde
2021-02-19
1
-2
/
+2
*
Merge pull request #38578 from Phischermen/transform-notification-doc_update
Rémi Verschelde
2021-01-15
1
-2
/
+2
|
\
[next]