Age | Commit message (Expand) | Author |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-25 | Fix crash from move_child at saving scene | volzhs |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde |
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations |
2017-12-16 | Improve duplication and saving of instanced scenes | Matthias Hoelzl |
2017-12-14 | -Add lightmapper | Juan Linietsky |
2017-12-01 | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev |
2017-11-25 | Fix crash on node duplication | Pedro J. Estébanez |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-21 | Node.duplicate(): instanced node's descendants' properties now update | Will Nations |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-11-21 | Preserve duplicate signal flags | Chaosus |
2017-11-19 | Let SceneTreeDock duplicate nodes via Node::duplicate() | Pedro J. Estébanez |
2017-11-19 | Remove out-of-logic assignment of instance's original scene | Pedro J. Estébanez |
2017-11-19 | Fix duplication of signals | Pedro J. Estébanez |
2017-11-13 | fix signals disconnecting on changing target node type | Ian |
2017-11-13 | Duplicate signals fixes | Chaosus |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson |
2017-10-19 | Added a node_added signal to the SceneTree | Nathan Warden |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-09-21 | Merge pull request #11013 from MednauN/master | Rémi Verschelde |
2017-09-20 | Let queue_free() work on nodes which are not in the scene tree | Rémi Verschelde |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-20 | Fix duplication of node with script | Evgeny Zuev |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde |
2017-09-12 | Merge pull request #11007 from saltares/issue-9988 | Rémi Verschelde |
2017-09-11 | Fix duplication of nodes resulting in shared metadata | Bojidar Marinov |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-09-05 | Renames _add_child_below_node() to add_child_below_node(). Closes #9988. | David Saltares |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | Node: Add debug info to add_child reparenting check | Rémi Verschelde |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-19 | add "propagate_call" method to Node | Karroffel |
2017-08-16 | Allow zero-padded serial naming | Pedro J. Estébanez |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-07 | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde |
2017-07-25 | Fix Node::move_child() crash if moving to the end plus one | Pedro J. Estébanez |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-07-03 | Clean up normalmapping, make sure tangents are imported correctly. | Juan Linietsky |
2017-06-26 | Queue RPC packet before calling method locally to ensure correct RPC packet o... | Fabian Mathews |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-06 | Fix bug in pause mode propagation | Fabio Alessandrelli |