aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix typos with codespellluz.paz2018-02-221-1/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-5/+5
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky2018-01-121-1/+4
* Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+5
* Fixed crash on duplicate GIProbe bakingAndreaCatania2018-01-111-1/+10
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix crash from move_child at saving scenevolzhs2017-12-251-1/+2
* Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-2/+2
|\
| * Dictionary::copy -> ::duplicateWill Nations2017-12-171-2/+2
* | Improve duplication and saving of instanced scenesMatthias Hoelzl2017-12-161-2/+36
|/
* -Add lightmapperJuan Linietsky2017-12-141-1/+1
* Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev2017-12-011-1/+1
* Fix crash on node duplicationPedro J. Estébanez2017-11-251-3/+9
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Node.duplicate(): instanced node's descendants' properties now updateWill Nations2017-11-211-21/+43
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-14/+23
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-14/+23
* | Preserve duplicate signal flagsChaosus2017-11-211-1/+1
* | Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez2017-11-191-3/+35
* | Remove out-of-logic assignment of instance's original scenePedro J. Estébanez2017-11-191-4/+0
* | Fix duplication of signalsPedro J. Estébanez2017-11-191-4/+21
* | fix signals disconnecting on changing target node typeIan2017-11-131-1/+3
* | Duplicate signals fixesChaosus2017-11-131-12/+1
|/
* Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-2/+2
* Added a node_added signal to the SceneTreeNathan Warden2017-10-191-0/+2
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-38/+38
* Merge pull request #11013 from MednauN/masterRémi Verschelde2017-09-211-1/+12
|\
| * Fix duplication of node with scriptEvgeny Zuev2017-09-201-1/+12
* | Let queue_free() work on nodes which are not in the scene treeRémi Verschelde2017-09-201-2/+5
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-1/+1
|/
* Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-5/+0
|\
| * Fix unused variable warningsHein-Pieter van Braam2017-09-081-5/+0
* | Merge pull request #11007 from saltares/issue-9988Rémi Verschelde2017-09-121-1/+1
|\ \
| * | Renames _add_child_below_node() to add_child_below_node(). Closes #9988.David Saltares2017-09-051-1/+1
| |/
* / Fix duplication of nodes resulting in shared metadataBojidar Marinov2017-09-111-2/+19
|/
* Dead code tells no talesRémi Verschelde2017-08-271-92/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Node: Add debug info to add_child reparenting checkRémi Verschelde2017-08-261-7/+11
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-8/+8
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-211-12/+12
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-12/+12
* | add "propagate_call" method to NodeKarroffel2017-08-191-0/+18
|/
* Allow zero-padded serial namingPedro J. Estébanez2017-08-161-1/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-22/+22
* Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde2017-08-071-13/+13
|\
| * Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-13/+13
* | Merge pull request #9394 from supagu/sync-rpc-fixRémi Verschelde2017-08-071-34/+37
|\ \ | |/ |/|
| * Queue RPC packet before calling method locally to ensure correct RPC packet o...Fabian Mathews2017-06-261-34/+37
* | Fix Node::move_child() crash if moving to the end plus onePedro J. Estébanez2017-07-251-0/+5