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
/
voxel_gi.cpp
Age
Commit message (
Expand
)
Author
2023-02-26
Add warnings for unsupported features in mobile and gl_compatibility backends
clayjohn
2023-01-31
Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...
Marius Hanl
2023-01-24
PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"
Aaron Franke
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-10-14
Make some Image methods static
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-29
Merge pull request #65807 from clayjohn/light-units-bug
Rémi Verschelde
2022-09-19
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-14
Validate physical light units in GI classes.
clayjohn
2022-08-31
Implement Physical Light Units as an optional setting.
clayjohn
2022-07-05
Clamp VoxelGI extents to reasonable values to avoid breaking baking
Hugo Locurcio
2022-06-11
Add suffixes to all nodes and resources
FireForge
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-20
Merge pull request #55360 from Calinou/rename-bake-mode-properties
Rémi Verschelde
2022-01-04
Merge pull request #55331 from Calinou/voxelgidata-fix-dynamic-range-property
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-14
Rename and reorder bake mode properties for consistency
Hugo Locurcio
2021-11-26
Fix VoxelGIData dynamic range property being treated as integer
Hugo Locurcio
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
Merge pull request #54072 from KoBeWi/hrcr_is_ded
Rémi Verschelde
2021-10-30
Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3
Hugo Locurcio
2021-10-28
Remove node_hrcr hack
kobewi
2021-10-07
Replace references to VisualServer in code comments with RenderingServer
Hugo Locurcio
2021-08-13
Fix some unnecessary includes
Aaron Franke
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
Node3D gizmo improvements
jfons
2021-07-01
Clean up RenderingServer and its bindings
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-05
Rename GI Classes
reduz