| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde | 2022-09-02 | 1 | -2/+2 |
|\ |
|
| * | Change Array arguments to TypedArray | kobewi | 2022-09-01 | 1 | -2/+2 |
* | | Merge pull request #64952 from Chaosus/vs_rename_uniform_to_param | Rémi Verschelde | 2022-09-02 | 1 | -55/+55 |
|\ \ |
|
| * | | Rename `uniform` to `parameter` across the engine | Yuri Rubinsky | 2022-09-01 | 1 | -55/+55 |
| |/ |
|
* | | Merge pull request #60185 from Calinou/environment-fog-and-sky-affect | Rémi Verschelde | 2022-09-01 | 1 | -0/+2 |
|\ \ |
|
| * | | Add Environment properties to control fog rendering on background sky | Hugo Locurcio | 2022-09-01 | 1 | -0/+2 |
* | | | Implement Physical Light Units as an optional setting. | clayjohn | 2022-08-31 | 1 | -23/+59 |
| |/
|/| |
|
* | | Add a per-light volumetric fog energy property | Hugo Locurcio | 2022-08-30 | 1 | -19/+20 |
|/ |
|
* | Merge pull request #63003 from Geometror/msaa-2d | Rémi Verschelde | 2022-08-30 | 1 | -2/+10 |
|\ |
|
| * | Implement MSAA for 2D [Vulkan only] | Hendrik Brucker | 2022-08-13 | 1 | -2/+10 |
* | | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | 2022-08-26 | 1 | -0/+10 |
|\ \ |
|
| * | | Add font LCD sub-pixel anti-aliasing support. | bruvzg | 2022-08-23 | 1 | -0/+10 |
* | | | Replace Array return types with TypedArray 3 | kobewi | 2022-08-24 | 1 | -4/+4 |
* | | | Replace Array return types with TypedArray 2 | kobewi | 2022-08-23 | 1 | -1/+1 |
|/ / |
|
* / | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | 2022-08-17 | 1 | -1/+1 |
|/ |
|
* | [doc] Use "param" instead of "code" to refer to parameters (4) | Andy Maloney | 2022-08-11 | 1 | -11/+11 |
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -976/+976 |
* | Add a shadow opacity property to Light3D | Hugo Locurcio | 2022-08-07 | 1 | -4/+8 |
* | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | 2022-08-04 | 1 | -5/+5 |
* | Add Nearest Mipmap Anisotropic filter option to decals and projectors | Hugo Locurcio | 2022-08-03 | 1 | -6/+22 |
* | Merge pull request #59840 from Calinou/renderingserver-global-uniform-rename | Rémi Verschelde | 2022-07-28 | 1 | -38/+38 |
|\ |
|
| * | Rename RenderingServer global shader uniform methods to be more explicit | Hugo Locurcio | 2022-07-28 | 1 | -38/+38 |
* | | Allow changing mipmap LOD bias when FSR 1.0 scaling is not used | Hugo Locurcio | 2022-07-28 | 1 | -8/+9 |
|/ |
|
* | Clean up Shader Preprocessor | reduz | 2022-07-22 | 1 | -0/+14 |
* | Adding Variable Rate Shading support to Godot | Bastiaan Olij | 2022-07-17 | 1 | -0/+28 |
* | Rename soft shadow quality project settings for easier searching | Hugo Locurcio | 2022-07-13 | 1 | -25/+26 |
* | i18n: Misc fixes translation strings | Rémi Verschelde | 2022-06-08 | 1 | -1/+1 |
* | Initial TAA implementation | jfons | 2022-06-07 | 1 | -0/+10 |
* | Add Cone and Cylinder shapes to FogVolume | Hugo Locurcio | 2022-05-25 | 1 | -5/+13 |
* | Add `get_video_adapter_api_version()` to RenderingServer | Hugo Locurcio | 2022-05-03 | 1 | -0/+7 |
* | Merge pull request #59411 from Calinou/doc-tonemap | Rémi Verschelde | 2022-04-29 | 1 | -4/+5 |
|\ |
|
| * | Improve documentation for tonemapping operators | Hugo Locurcio | 2022-03-22 | 1 | -4/+5 |
* | | Merge pull request #60171 from Chaosus/restore_aa | Yuri Rubinsky | 2022-04-12 | 1 | -0/+1 |
|\ \ |
|
| * | | Restore antialiasing for `draw_line` | Yuri Roubinsky | 2022-04-12 | 1 | -0/+1 |
| |/ |
|
* / | Fix 3D scaling enum size in the editor and improve descriptions | Hugo Locurcio | 2022-04-09 | 1 | -2/+2 |
|/ |
|
* | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio | 2022-03-17 | 1 | -2/+11 |
* | Expose `RenderingServer::canvas_item_add_animation_slice` in GDScript | Xavier Loh | 2022-03-13 | 1 | -0/+11 |
* | Remove unused `shadow_color` property from Light3D | Hugo Locurcio | 2022-03-04 | 1 | -8/+0 |
* | Merge pull request #58512 from Calinou/light3d-add-distance-fade | Rémi Verschelde | 2022-03-04 | 1 | -0/+11 |
|\ |
|
| * | Implement distance fade properties in OmniLight3D and SpotLight3D | Hugo Locurcio | 2022-02-25 | 1 | -0/+11 |
* | | Fix typo in SSR roughness quality enum value names | Hugo Locurcio | 2022-02-28 | 1 | -4/+8 |
|/ |
|
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
* | Improve documentation for `GeometryInstance3D.transparency` | Hugo Locurcio | 2022-02-12 | 1 | -0/+3 |
* | Merge pull request #39965 from Calinou/tweak-sdfgi-defaults | Rémi Verschelde | 2022-02-10 | 1 | -2/+2 |
|\ |
|
| * | Tweak default SDFGI settings for better quality | Hugo Locurcio | 2022-02-06 | 1 | -2/+2 |
* | | Fix BLEND_SHAPE_MASK | reduz | 2022-02-08 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #54574 from Ansraer/glow_map | Rémi Verschelde | 2022-01-26 | 1 | -0/+2 |
|\ |
|
| * | add support for glow maps | Ansraer | 2022-01-20 | 1 | -0/+2 |
* | | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde | 2022-01-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Rename and reorder bake mode properties for consistency | Hugo Locurcio | 2021-12-14 | 1 | -2/+2 |