summaryrefslogtreecommitdiffstats
path: root/scene/3d/voxel_gi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-15/+34
|\
| * Add VoxelGI bake cancelling and progress UI improvementBad Sector2024-11-231-15/+34
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix super call in various `get_configuration_warnings` methodsA Thousand Ships2024-09-051-1/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* [Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`A Thousand Ships2024-05-021-1/+1
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-1/+1
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-2/+2
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-1/+1
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-2/+2
* Fix VoxelGI MultiMesh and CSG mesh bakingbitsawer2023-10-251-3/+22
* Fix VoxelGI CameraAttributes exposure normalization handlingbitsawer2023-08-281-7/+17
* Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn2023-02-261-2/+2
* Replace Extents with Size in VoxelGI, ReflectionProbe, FogVolume, Decal and G...Marius Hanl2023-01-311-14/+32
* PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke2023-01-241-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Add safety-checks before some servers `free()`Adam Scott2022-12-291-0/+2
* Make some Image methods statickobewi2022-10-141-3/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+11
* Merge pull request #65807 from clayjohn/light-units-bugRémi Verschelde2022-09-291-1/+5
|\
| * Validate physical light units in GI classes.clayjohn2022-09-141-1/+5
* | Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-2/+2
|/
* Implement Physical Light Units as an optional setting.clayjohn2022-08-311-1/+22
* Clamp VoxelGI extents to reasonable values to avoid breaking bakingHugo Locurcio2022-07-051-1/+2
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-2/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-201-1/+1
|\
| * Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-141-1/+1
* | Merge pull request #55331 from Calinou/voxelgidata-fix-dynamic-range-propertyRémi Verschelde2022-01-041-1/+1
|\ \
| * | Fix VoxelGIData dynamic range property being treated as integerHugo Locurcio2021-11-261-1/+1
| |/
* / Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-031-1/+1
* Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde2021-11-031-1/+1
|\
| * Remove node_hrcr hackkobewi2021-10-281-1/+1
* | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3Hugo Locurcio2021-10-301-1/+1
|/
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Fix some unnecessary includesAaron Franke2021-08-131-2/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Node3D gizmo improvementsjfons2021-07-231-2/+2
* Clean up RenderingServer and its bindingsreduz2021-07-011-48/+0
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Rename GI Classesreduz2021-06-051-0/+549