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
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-02-13
Clamp Decal size to positive values
Hugo Locurcio
2023-01-31
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-20
Sort decals and lights based on camera origin
clayjohn
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-29
Add safety-checks before some servers `free()`
Adam Scott
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-07-27
Tweak Decal distance fade defaults and add property hints
Hugo Locurcio
2022-07-01
Clamp Decal's upper/lower fade to positive values
Hugo Locurcio
2022-05-19
Use suffixes for units in nodes and resources
Aaron Franke
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-10
Discern between virtual and abstract class bindings
reduz
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