index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
main
/
instance_placeholder.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-06
Remove Node.get_position_in_parent()
Tomasz Chabora
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-13
Remove more deprecated methods and code
Rémi Verschelde
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-07-23
Fix some code found by Coverity Scan and PVS Studio
qarmin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-03-05
Added create_instance
eon-s
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-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-10
Removes type information from method binds
Ignacio Etcheverry
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-01-11
Type renames:
Juan Linietsky
2017-01-02
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-18
adding get_stored_values method
Ariel Manzur
2016-06-18
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-01-22
-make sure instance placeholder works with duplicate(), fixes #3378
Juan Linietsky
2015-11-13
-better integration of ndee's theme
Juan Linietsky
2015-10-16
-fixes and more fixes to new scene system, seems stable now..
reduz