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
/
resources
/
packed_scene.cpp
Age
Commit message (
Expand
)
Author
2021-10-05
Fix editable children errors when packing scene tree at runtime
PouleyKetchoupp
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-18
Fail at instantiating if the root node is instantiated
gyroninja
2021-08-27
Fix loading packed scene with editable children at runtime
PouleyKetchoupp
2021-08-13
Disable Node3D when compiling without 3D and fix disable_3d option
Aaron Franke
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-29
Merge pull request #49713 from nekomatata/fix-export-var-override-runtime
Rémi Verschelde
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
Remove side effects of scene save
Pedro J. Estébanez
2021-06-18
Fix export var override in PackedScene at runtime
PouleyKetchoupp
2021-02-25
Fix crash when loading a scene containing an uncreatable type
Delf Neumärker
2021-02-21
Merge pull request #38565 from nekomatata/export-default-values
Rémi Verschelde
2021-02-11
Improve resource load cache
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-09
Cleanup unused engine code
Tomasz Chabora
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-18
Fix typos with codespell
Rémi Verschelde
2020-06-08
PackedScene: Prevent crash when root node has `parent` attribute
Rémi Verschelde
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-08
Fixed export var default value in PackedScene when script is not loaded in ed...
PouleyKetchoupp
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-28
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-25
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-07
Fixes import of models as PackedScene
Haoyu Qiu
2020-01-06
Merge pull request #34020 from gytsen/unify-pack-version
Rémi Verschelde
2020-01-06
PCK: Set VERSION_PATCH in header, factor out header magic
Joost Heitbrink
2020-01-05
Fixes crash for bad property of PackedScene
Haoyu Qiu
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-05
Don't store index of root nodes
Tomasz Chabora
2019-08-09
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-06-11
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-04-25
Use approximate equallity methods in many places
Aaron Franke
2019-03-03
Skeletons can now choose between using local or world coords for processing, ...
Juan Linietsky
2019-03-01
Editor does not crash anymore if a non root node in escn is missing a parent
Ilaria Cislaghi
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-30
Add check in folding to see if the nodepath exists to avoid message spam.
K. S. Ernest (iFire) Lee
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-09
Use a more compatible (and certain to work) mechanism to check default value ...
Juan Linietsky
2018-11-08
-Moved EditorDefaultValue to ClassDB, made it core
Juan Linietsky
2018-10-25
Repaired mistyped of 'its' on several files.
M. Huri
[next]