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
/
scene
/
main
/
node.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect data
Danil Alexeev
2024-11-04
1
-4
/
+5
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-1
/
+12
*
[Core] Add way to check if a signal has any connections
A Thousand Ships
2024-09-20
1
-0
/
+5
*
Allow configuring which translation domain Object.tr uses
Haoyu Qiu
2024-09-17
1
-0
/
+47
*
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Rémi Verschelde
2024-09-16
1
-1
/
+2
|
\
|
*
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
1
-1
/
+2
*
|
StringName Dictionary keys
rune-scape
2024-08-29
1
-6
/
+4
|
/
*
Merge pull request #90992 from RadiantUwU/fix_node_duplicate
Rémi Verschelde
2024-08-19
1
-1
/
+5
|
\
|
*
Fix node.duplicate, return nullptr if this operation fails.
Radiant
2024-08-02
1
-1
/
+5
*
|
Fixed Timestep Interpolation (3D)
Ricardo Buring
2024-07-07
1
-3
/
+32
|
/
*
Fixed Timestep Interpolation: Fix behaviour on pause
Ricardo Buring
2024-07-07
1
-0
/
+6
*
Fix duplicating nodes with Array properties
kobewi
2024-06-27
1
-2
/
+1
*
Merge pull request #92678 from warriormaster12/dup_prop_before_remap_resources
Rémi Verschelde
2024-06-18
1
-4
/
+4
|
\
|
*
Duplicate properties first before remapping resources
warriormaster12
2024-06-02
1
-4
/
+4
*
|
Use GDExtension `to_string` in Node
Raul Santos
2024-06-11
1
-1
/
+7
|
/
*
Cleanup unused/underused singleton StringNames
kobewi
2024-05-14
1
-4
/
+2
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-2
/
+0
*
Fix outdated name for `script` `StringName`
A Thousand Ships
2024-05-13
1
-3
/
+1
*
Merge pull request #91329 from warriormaster12/dont-do-things-twice
Rémi Verschelde
2024-05-13
1
-62
/
+48
|
\
|
*
Fix a performance regression when duplicating a node
warriormaster12
2024-05-12
1
-62
/
+48
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-8
/
+8
|
/
*
Fix crash when adding a child while duplicating a node
kobewi
2024-05-07
1
-2
/
+4
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-1
/
+1
*
Expose is_part_of_edited_scene()
kobewi
2024-04-26
1
-0
/
+1
*
Revert what needs to be reverted
ajreckof
2024-04-10
1
-27
/
+24
*
Fix per-node physics interpolation setting
Ricardo Buring
2024-04-05
1
-2
/
+2
*
Merge pull request #89992 from ajreckof/fix-my-mistake-with-replace-in-update...
Rémi Verschelde
2024-04-04
1
-24
/
+27
|
\
|
*
fix node duplication in update after external changes.
ajreckof
2024-04-03
1
-24
/
+27
*
|
Merge pull request #89957 from warriormaster12/regress-dup
Rémi Verschelde
2024-03-28
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix duplicating resources regression
warriormaster12
2024-03-27
1
-3
/
+1
*
|
Merge pull request #89686 from kleonc/unique-node-names-check-owned-then-in-o...
Rémi Verschelde
2024-03-24
1
-15
/
+6
|
\
\
|
*
|
Always look for unique node names in owner if not found in owned nodes
kleonc
2024-03-19
1
-15
/
+6
*
|
|
Merge pull request #89628 from twobitadder/whoops_no_internals_pls
Rémi Verschelde
2024-03-24
1
-1
/
+1
|
\
\
\
|
*
|
|
fixes crash on nodes with internal children
twobit
2024-03-17
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #88424 from rburing/fti_2d
Rémi Verschelde
2024-03-24
1
-0
/
+119
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed Timestep Interpolation (2D)
Ricardo Buring
2024-03-23
1
-0
/
+119
|
|
/
*
/
Fix property duplication when duplicating a parent node
warriormaster12
2024-03-17
1
-18
/
+44
|
/
*
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-1
/
+3
|
\
|
*
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-1
/
+3
*
|
Fix owner when importing meshes
Markus Sauermann
2024-02-26
1
-2
/
+9
|
/
*
Fix inefficient list iteration in Node
kobewi
2024-02-24
1
-4
/
+4
*
Fix AnimationMixer breaking animations with redundant check
Travis Lange
2024-02-19
1
-1
/
+1
*
Merge pull request #88521 from YeldhamDev/atr_regression
Rémi Verschelde
2024-02-19
1
-4
/
+2
|
\
|
*
Fix regression in auto translation overhaul
Michael Alexsander
2024-02-18
1
-4
/
+2
*
|
Merge pull request #87743 from WhalesState/camera2d
Rémi Verschelde
2024-02-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix dragging scene files to the `CanvasItemEditor`
Mounir Tohami
2024-02-18
1
-1
/
+1
*
|
Revert "Allow configuration warnings to refer to a property"
Rémi Verschelde
2024-02-17
1
-91
/
+6
*
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-2
/
+85
*
|
Merge pull request #84824 from Rindbee/fix-double-internal-node
Rémi Verschelde
2024-02-09
1
-0
/
+5
|
\
\
|
*
|
Fix duplicating sub-scene may get two copies of internal node
风青山
2023-12-20
1
-0
/
+5
[next]