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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
node.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
Merge pull request #11007 from saltares/issue-9988
Rémi Verschelde
2017-09-12
1
-1
/
+1
|
\
\
|
*
|
Renames _add_child_below_node() to add_child_below_node(). Closes #9988.
David Saltares
2017-09-05
1
-1
/
+1
|
|
/
*
/
Fix duplication of nodes resulting in shared metadata
Bojidar Marinov
2017-09-11
1
-2
/
+19
|
/
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-92
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Node: Add debug info to add_child reparenting check
Rémi Verschelde
2017-08-26
1
-7
/
+11
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-8
/
+8
*
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-12
/
+12
|
\
|
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-12
/
+12
*
|
add "propagate_call" method to Node
Karroffel
2017-08-19
1
-0
/
+18
|
/
*
Allow zero-padded serial naming
Pedro J. Estébanez
2017-08-16
1
-1
/
+2
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-22
/
+22
*
Merge pull request #10141 from ISylvox/lower_case_godot_api
Rémi Verschelde
2017-08-07
1
-13
/
+13
|
\
|
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-13
/
+13
*
|
Merge pull request #9394 from supagu/sync-rpc-fix
Rémi Verschelde
2017-08-07
1
-34
/
+37
|
\
\
|
|
/
|
/
|
|
*
Queue RPC packet before calling method locally to ensure correct RPC packet o...
Fabian Mathews
2017-06-26
1
-34
/
+37
*
|
Fix Node::move_child() crash if moving to the end plus one
Pedro J. Estébanez
2017-07-25
1
-0
/
+5
*
|
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
1
-4
/
+4
*
|
Add object type hint for docs
Poommetee Ketson
2017-07-19
1
-1
/
+1
*
|
Clean up normalmapping, make sure tangents are imported correctly.
Juan Linietsky
2017-07-03
1
-78
/
+20
|
/
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-3
/
+3
*
Fix bug in pause mode propagation
Fabio Alessandrelli
2017-05-06
1
-1
/
+1
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
Reset display folded for an instanced scene if editable children is toggled off
Pedro J. Estébanez
2017-04-07
1
-2
/
+6
*
Add missing binding for DUPLICATE_USE_INSTANCING
Pedro J. Estébanez
2017-03-30
1
-0
/
+1
*
Merge pull request #8037 from RandomShaper/remove-warning
Rémi Verschelde
2017-03-18
1
-0
/
+3
|
\
|
*
Remove warning on owner re-assignment
Pedro J. Estébanez
2017-03-15
1
-0
/
+3
*
|
Merge pull request #8014 from AlexHolly/fix-remove-and-skip
Rémi Verschelde
2017-03-18
1
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
fix remove_and_skip()
AlexHolly
2017-03-12
1
-7
/
+8
*
|
Fix connection errors when replacing node
Ignacio Etcheverry
2017-03-11
1
-2
/
+5
|
/
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-989
/
+821
*
Add more options to Node.duplicate()
Pedro J. Estébanez
2017-02-20
1
-12
/
+22
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-78
/
+78
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-7
/
+7
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
no more errors related to missing GlobalConfig::Get (or so I hope)
Juan Linietsky
2017-01-14
1
-5
/
+5
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+3
*
Node name casing: fix mistake from previous commit
Rémi Verschelde
2017-01-13
1
-1
/
+1
*
Reenable node name case setting + code cleanups
Rémi Verschelde
2017-01-13
1
-7
/
+4
*
Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...
Juan Linietsky
2017-01-12
1
-0
/
+3
*
Project setting to control node name casing
Ray Koopa
2017-01-12
1
-1
/
+13
*
Renamed most signals so they refer to:
Juan Linietsky
2017-01-12
1
-4
/
+4
*
- _ready() callback only happens once now, if you want to receive it again, u...
Juan Linietsky
2017-01-10
1
-11
/
+98
*
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-3
/
+3
[next]