aboutsummaryrefslogtreecommitdiff
path: root/scene/main/node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-4/+4
* | Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* | Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-031-78/+20
|/
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-3/+3
* Fix bug in pause mode propagationFabio Alessandrelli2017-05-061-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Reset display folded for an instanced scene if editable children is toggled offPedro J. Estébanez2017-04-071-2/+6
* Add missing binding for DUPLICATE_USE_INSTANCINGPedro J. Estébanez2017-03-301-0/+1
* Merge pull request #8037 from RandomShaper/remove-warningRémi Verschelde2017-03-181-0/+3
|\
| * Remove warning on owner re-assignmentPedro J. Estébanez2017-03-151-0/+3
* | Merge pull request #8014 from AlexHolly/fix-remove-and-skipRémi Verschelde2017-03-181-7/+8
|\ \ | |/ |/|
| * fix remove_and_skip()AlexHolly2017-03-121-7/+8
* | Fix connection errors when replacing nodeIgnacio Etcheverry2017-03-111-2/+5
|/