aboutsummaryrefslogtreecommitdiff
path: root/core/node_path.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Make tween able to be used as before (without the need for ":...")Bojidar Marinov2017-11-221-7/+10
| | | | Fixes #13174
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-31/+45
| | | | Performance is around the same as using pure set() through GDScript.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* renames leftover 'path_db' to node_pathIndah Sylvia2017-08-071-1/+1
|
* renamed node path, closes #5691Juan Linietsky2017-08-051-0/+418