index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
node_path.cpp
Age
Commit message (
Expand
)
Author
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-09
Fix crash when using `Node.get_as_property_path()`
Hugo Locurcio
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-27
Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-07-26
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-02
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-04-21
Fixes logically dead code (Coverity)
Crazy-P
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-11-22
Make tween able to be used as before (without the need for ":...")
Bojidar Marinov
2017-11-21
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-07
renames leftover 'path_db' to node_path
Indah Sylvia
2017-08-05
renamed node path, closes #5691
Juan Linietsky