summaryrefslogtreecommitdiff
path: root/scene/3d/gi_probe.cpp
AgeCommit message (Expand)Author
2021-05-16Fix accessing scene tree without checking: MeshInstance3D::create_debug_tange...kleonc
2021-04-14Rename get_surface_material to get_surface_override_materialclayjohn
2021-04-11Use Array for node configuration warningsNathan Franke
2021-02-28Fix crash in GIProbe::bakePedro Rodrigues
2021-02-18Reorganize Project Settingsreduz
2021-02-10Removed _change_notifyreduz
2021-02-10Make Servers truly Thread Safereduz
2021-02-07Initialize class variables with default values in scene/ [1/2]Rafał Mikrut
2021-01-24Several GI related optimizations and fixesreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-05-16Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10New lightmapperJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12doc: Sync classref with current sourceRémi Verschelde
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Improved Voxel AO settings.Juan Linietsky
2020-02-11Several fixes to GIProbesJuan Linietsky
2020-02-11Fix export template compilationPedro J. Estébanez
2020-02-11AO support for GIProbe (right on time for Godot Sprint!)Juan Linietsky
2020-02-11GIProbe now generates a distance field on bake using CPU, for better compatib...Juan Linietsky
2020-02-11More GIProbe work and fixesJuan Linietsky
2020-02-11GIProbes working.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-21GIProbe::bake: Remove check for ownershipPtrMan
2019-07-10Notify changes in properties that can be edited by 3D gizmosHugo Locurcio
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-06-16Tweak some editor property hints to be more flexible and consistentHugo Locurcio
2019-03-03add warning to GIProbe when using GLES2clayjohn
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-07-18Ability to disable scale in nodes, closes #19927Juan Linietsky
2018-01-11Fixed crash on duplicate GIProbe bakingAndreaCatania
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-14-Add lightmapperJuan Linietsky
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-09Update GIProbe data instead of creating a new one on bakeMarc Gilleron
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-22change default propagation valueJuan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn