index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
node.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing NULL checks for add_child_below_node
Marcelo Fernandez
2018-06-19
1
-0
/
+4
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-29
1
-120
/
+6
*
Revert "RPCMode refactor, more sync modes"
Max Hilbrunner
2018-05-29
1
-6
/
+120
*
Refactor RPCMode enum and checks
Fabio Alessandrelli
2018-05-26
1
-120
/
+6
*
-New inspector.
Juan Linietsky
2018-05-15
1
-0
/
+3
*
Rename multiplayer_api to just multiplayer.
Fabio Alessandrelli
2018-05-08
1
-16
/
+16
*
Merge pull request #15911 from Zephilinox/ready_signal
Juan Linietsky
2018-05-07
1
-1
/
+2
|
\
|
*
Add ready signal to Node
Zephilinox
2018-01-20
1
-1
/
+2
*
|
Merge pull request #18514 from neikeq/api-hash-fixes
Rémi Verschelde
2018-05-03
1
-6
/
+6
|
\
\
|
*
|
Fix binding some core API methods only in tools builds
Ignacio Etcheverry
2018-04-29
1
-6
/
+6
*
|
|
Check invalid node name
volzhs
2018-05-03
1
-1
/
+15
|
/
/
*
|
Made print_tree_pretty() function which displays scene tree graphically
Geoffrey
2018-04-09
1
-4
/
+18
*
|
Merge pull request #17227 from Faless/multiplayer_api
Juan Linietsky
2018-04-08
1
-188
/
+33
|
\
\
|
*
|
Use MultiplayerAPI class for high level networking
Fabio Alessandrelli
2018-03-03
1
-188
/
+33
*
|
|
Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved
Juan Linietsky
2018-04-08
1
-14
/
+2
|
\
\
\
|
*
|
|
Duplicate Arrays and Dictionaries when instancing scene in editor
Bojidar Marinov
2018-03-13
1
-14
/
+2
|
|
/
/
*
/
/
Fix switching WindowDialog types leaves garbage buttons
Link
2018-03-07
1
-1
/
+4
|
/
/
*
/
Fix typos with codespell
luz.paz
2018-02-21
1
-1
/
+1
|
/
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-5
/
+5
*
Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...
Juan Linietsky
2018-01-12
1
-1
/
+4
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-2
/
+5
*
Fixed crash on duplicate GIProbe baking
AndreaCatania
2018-01-11
1
-1
/
+10
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Fix crash from move_child at saving scene
volzhs
2017-12-25
1
-1
/
+2
*
Merge pull request #14754 from willnationsdev/dictionary-copy
Rémi Verschelde
2017-12-17
1
-2
/
+2
|
\
|
*
Dictionary::copy -> ::duplicate
Will Nations
2017-12-17
1
-2
/
+2
*
|
Improve duplication and saving of instanced scenes
Matthias Hoelzl
2017-12-16
1
-2
/
+36
|
/
*
-Add lightmapper
Juan Linietsky
2017-12-14
1
-1
/
+1
*
Fixed crash on duplicate instanced nodes (#13432)
Konstantin Zaitsev
2017-12-01
1
-1
/
+1
*
Fix crash on node duplication
Pedro J. Estébanez
2017-11-25
1
-3
/
+9
*
Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...
Juan Linietsky
2017-11-25
1
-1
/
+1
*
Node.duplicate(): instanced node's descendants' properties now update
Will Nations
2017-11-21
1
-21
/
+43
*
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
1
-14
/
+23
|
\
|
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-14
/
+23
*
|
Preserve duplicate signal flags
Chaosus
2017-11-21
1
-1
/
+1
*
|
Let SceneTreeDock duplicate nodes via Node::duplicate()
Pedro J. Estébanez
2017-11-19
1
-3
/
+35
*
|
Remove out-of-logic assignment of instance's original scene
Pedro J. Estébanez
2017-11-19
1
-4
/
+0
*
|
Fix duplication of signals
Pedro J. Estébanez
2017-11-19
1
-4
/
+21
*
|
fix signals disconnecting on changing target node type
Ian
2017-11-13
1
-1
/
+3
*
|
Duplicate signals fixes
Chaosus
2017-11-13
1
-12
/
+1
|
/
*
Bind unbound enums, rearrange some by value
Poommetee Ketson
2017-10-22
1
-2
/
+2
*
Added a node_added signal to the SceneTree
Nathan Warden
2017-10-19
1
-0
/
+2
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-38
/
+38
*
Merge pull request #11013 from MednauN/master
Rémi Verschelde
2017-09-21
1
-1
/
+12
|
\
|
*
Fix duplication of node with script
Evgeny Zuev
2017-09-20
1
-1
/
+12
*
|
Let queue_free() work on nodes which are not in the scene tree
Rémi Verschelde
2017-09-20
1
-2
/
+5
*
|
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-1
/
+1
|
/
*
Merge pull request #10908 from hpvb/fix-unused-variables
Rémi Verschelde
2017-09-12
1
-5
/
+0
|
\
|
*
Fix unused variable warnings
Hein-Pieter van Braam
2017-09-08
1
-5
/
+0
[next]