summaryrefslogtreecommitdiff
path: root/scene/3d/world_environment.cpp
AgeCommit message (Expand)Author
2022-05-05Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-02-15Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-03Fix WorldEnvironment node warning about unset resourcesPedro J. Estébanez
2021-08-13Fix some unnecessary includesAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-04-11Use Array for node configuration warningsNathan Franke
2021-02-22Add preview Sun and Environmentreduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-10-01Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde
2020-07-01Environment: Refactor code for readability + moreRémi Verschelde
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: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-18Change non-existent World to World3Dqarmin
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-02-11WIP CameraEffects implementation (bokeh not working for now)Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-09Improve the node configuration warning displayHugo Locurcio
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde