summaryrefslogtreecommitdiffstats
path: root/core/node_path.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-27/+54
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-35/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-51/+32
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix crash when using `Node.get_as_property_path()`Hugo Locurcio2019-10-091-1/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-5/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-11/+26
* Fixes logically dead code (Coverity)Crazy-P2018-04-211-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Make tween able to be used as before (without the need for ":...")Bojidar Marinov2017-11-221-7/+10
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-31/+45
* 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