Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias | |
2021-06-05 | Rename GI Classes | reduz | |
* GIProbe is now VoxelGI * BakedLightmap is now LightmapGI As godot adds more ways to provide GI (as an example, SDFGI in 4.0), the different techniques (which have different pros/cons) need to be properly named to avoid confusion. | |||
2021-03-19 | class reference proofreading | Paul Joannon | |
2021-02-08 | doc: Sync classref with current source | Rémi Verschelde | |
2020-10-01 | Link to demos from within the class reference | Aaron Franke | |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-08-31 | doc: Sync classref with current source | Rémi Verschelde | |
2020-07-01 | Environment: Refactor code for readability + more | Rémi Verschelde | |
- Makes all boolean setters/getters consistent. - Fixes bug where `glow_hdr_bleed_scale` was not used. - Split CameraEffects to their own source file. - Reorder all Environment method and properties declarations, definitions and bindings to be consistent with each other and with the order of property bindings. - Bind missing enum values added with SDFGI. - Remove unused SDFGI enhance_ssr boolean. - Sync doc changes after SDFGI merge and other misc changes. | |||
2020-06-25 | doc: Sync classref with current source | Rémi Verschelde | |
2020-06-10 | Improve the 3D light documentations | Hugo Locurcio | |
See https://github.com/godotengine/godot-docs/issues/3670. | |||
2020-04-20 | doc: Sync classref with current source | Rémi Verschelde | |
Add missing enum bindings. | |||
2020-04-17 | Update many docs with recent rendering changes | clayjohn | |
2020-04-10 | Add proper quality settings to soft shadows | clayjohn | |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. |