summaryrefslogtreecommitdiff
path: root/scene/main/node.cpp
AgeCommit message (Expand)Author
2017-12-14-Add lightmapperJuan Linietsky
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev
2017-11-25Fix crash on node duplicationPedro J. Estébanez
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-21Node.duplicate(): instanced node's descendants' properties now updateWill Nations
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Preserve duplicate signal flagsChaosus
2017-11-19Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez
2017-11-19Remove out-of-logic assignment of instance's original scenePedro J. Estébanez
2017-11-19Fix duplication of signalsPedro J. Estébanez
2017-11-13fix signals disconnecting on changing target node typeIan
2017-11-13Duplicate signals fixesChaosus
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-19Added a node_added signal to the SceneTreeNathan Warden
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-21Merge pull request #11013 from MednauN/masterRémi Verschelde
2017-09-20Let queue_free() work on nodes which are not in the scene treeRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-20Fix duplication of node with scriptEvgeny Zuev
2017-09-12Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde
2017-09-12Merge pull request #11007 from saltares/issue-9988Rémi Verschelde
2017-09-11Fix duplication of nodes resulting in shared metadataBojidar Marinov
2017-09-08Fix unused variable warningsHein-Pieter van Braam
2017-09-05Renames _add_child_below_node() to add_child_below_node(). Closes #9988.David Saltares
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-26Node: Add debug info to add_child reparenting checkRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-21Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-19add "propagate_call" method to NodeKarroffel
2017-08-16Allow zero-padded serial namingPedro J. Estébanez
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-07Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-07Merge pull request #9394 from supagu/sync-rpc-fixRémi Verschelde
2017-07-25Fix Node::move_child() crash if moving to the end plus onePedro J. Estébanez
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Add object type hint for docsPoommetee Ketson
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky
2017-06-26Queue RPC packet before calling method locally to ensure correct RPC packet o...Fabian Mathews
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-06Fix bug in pause mode propagationFabio Alessandrelli
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-07Reset display folded for an instanced scene if editable children is toggled offPedro J. Estébanez
2017-03-30Add missing binding for DUPLICATE_USE_INSTANCINGPedro J. Estébanez
2017-03-18Merge pull request #8037 from RandomShaper/remove-warningRémi Verschelde
2017-03-18Merge pull request #8014 from AlexHolly/fix-remove-and-skipRémi Verschelde
2017-03-15Remove warning on owner re-assignmentPedro J. Estébanez