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
/
3d
/
decal.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-18
Remove outdated comments related to the 20-layer editor limitation
Hugo Locurcio
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-25
Refactored Node3D rotation modes
reduz
2021-08-03
Use real_t in 3D nodes
Aaron Franke
2021-07-23
Node3D gizmo improvements
jfons
2021-07-13
Add node configuration warnings for the Decal node
Hugo Locurcio
2021-03-03
Hide more options of disabled properties
Michael Alexsander
2021-03-02
Hide extra options from various nodes if they're not enabled
Michael Alexsander
2021-02-10
Removed _change_notify
reduz
2021-02-07
Initialize class variables with default values in scene/ [1/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
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-04-15
Fix texture check in decal setup
clayjohn
2020-04-15
Change DecalTexture bind from BIND_CONSTANT to BIND_ENUM_CONSTANT
NutmegStudio
2020-04-14
Implement decals
Juan Linietsky