Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | Tweak default ProceduralSkyMaterial and PhysicalSkyMaterial appearance | Hugo Locurcio | |
- Tweak colors to be less saturated and more balanced (in terms of hue). The cool blue sky is balanced by a warm brown ground, which makes reflections look closer to how they'd look like when using an HDRI panorama texture. - Make the ground color dark on both ProceduralSkyMaterial and PhysicalSkyMaterial to reduce indoor light leaking, especially when using GI. - Tweak the PhysicalSkyMaterial colors to be as close as possible to ProceduralSkyMaterial (with the default sun orientation). - Tweak editor environment defaults to be identical to the default ProceduralSkyMaterial colors. Previously, the default editor sky color was different from the colors of a newly created ProceduralSkyMaterial resource. Both new skies were tested without GI, with SDFGI and with VoxelGI. They were tuned to look best when using ACES tonemapping with a whitepoint set to 6, but they still look good with other tonemapping operators. | |||
2022-02-11 | Merge pull request #57979 from akien-mga/revert-57948-vulkan-1.3 | Rémi Verschelde | |
2022-02-11 | Revert "vulkan: Update volk, headers and glslang to 1.3.204" | Rémi Verschelde | |
This reverts commit d233908fb6c02f96f13de8b627510a5149bfecc3. | |||
2022-02-11 | Revert "spirv-reflect: Update to latest commit, adds SPIRV 1.6 support" | Rémi Verschelde | |
This reverts commit 912c2062e6ce38b2aaff6b87920ef4d2ef307555. | |||
2022-02-11 | Merge pull request #57973 from pycbouh/editor-remove-theme-type | Rémi Verschelde | |
2022-02-11 | Add an explicit way to remove a theme type | Yuri Sizov | |
2022-02-11 | Merge pull request #57972 from BimDav/fix_has_setting4 | Rémi Verschelde | |
2022-02-11 | Merge pull request #57948 from akien-mga/vulkan-1.3.204 | Rémi Verschelde | |
2022-02-11 | Merge pull request #57968 from reduz/variant-ref-assignment-fix | Rémi Verschelde | |
2022-02-11 | Merge pull request #57917 from raulsntos/csharp-signal-documentation | Ignacio Roldán Etcheverry | |
Support signals in C# generated documentation | |||
2022-02-11 | has_setting now correctly returns true when the setting is present due to a ↵ | BimDav | |
feature tag | |||
2022-02-11 | Merge pull request #57963 from bruvzg/rtl_vis_chars | Rémi Verschelde | |
2022-02-11 | Fix Variant Ref<> assignment. | reduz | |
-Creating from object pointer via funcptr API was missing reference initialization. -Supersedes https://github.com/godotengine/godot-cpp/pull/662 -Fixes several crashes in GDExtension | |||
2022-02-11 | [RTL / Label] Reorganize property order to ensure "visible_characters" / ↵ | bruvzg | |
"percent_visible" are set after the "text". | |||
2022-02-11 | Merge pull request #57919 from mbrlabs/region-select-fixes | JFonS | |
Fixed issues with 3D region-select in the editor | |||
2022-02-11 | Merge pull request #57888 from dusakus/depanoramize-spot-projector | Rémi Verschelde | |
remove normal_to_panorama from spotlight projector | |||
2022-02-11 | Merge pull request #57961 from bruvzg/fix_win_drap_drop | Rémi Verschelde | |
[Windows] Fix drag-and-drop. | |||
2022-02-11 | Fixed issues with 3D region-select in the editor | Marcus Brummer | |
2022-02-11 | Merge pull request #57944 from Calinou/doc-audiostreamplayer-area-mask | Rémi Verschelde | |
Improve the `AudioStreamPlayer2D/3D.area_mask` documentation | |||
2022-02-11 | [Windows] Fix drag-and-drop. | bruvzg | |
2022-02-11 | Merge pull request #57946 from Razoric480/raz/fix_track_select | Rémi Verschelde | |
Fix selecting keys in Animation Track Editor | |||
2022-02-11 | Merge pull request #57934 from Faless/js/4.x_fetch_creds | Rémi Verschelde | |
2022-02-11 | spirv-reflect: Update to latest commit, adds SPIRV 1.6 support | Rémi Verschelde | |
2022-02-10 | Fix selecting keys in Track Edit | Francois Belair | |
2022-02-10 | vulkan: Update volk, headers and glslang to 1.3.204 | Rémi Verschelde | |
2022-02-10 | Improve the `AudioStreamPlayer2D/3D.area_mask` documentation | Hugo Locurcio | |
The documentation was stating that the area mask affects where sounds can be heard, which is not true. Instead, the area mask affects audio bus redirection. Thanks to Azedaxen on the Godot forums for providing this description :) | |||
2022-02-10 | Merge pull request #57932 from pycbouh/docs-extract-links | Rémi Verschelde | |
2022-02-10 | Merge pull request #57902 from aaronfranke/canvas-editor-scale | Rémi Verschelde | |
2022-02-10 | [HTML5] Fetch API now passes credentials. | Fabio Alessandrelli | |
Used default value before, i.e. "same-origin", now uses "include" (i.e. include for cross-origin if cross-origin is allowed). | |||
2022-02-10 | Merge pull request #55207 from ConteZero/rich_text_label_drag | Rémi Verschelde | |
2022-02-10 | Merge pull request #55157 from pycbouh/control-inspector-reorg | Rémi Verschelde | |
2022-02-10 | Merge pull request #57933 from Calinou/fix-sky-update-performance | Clay John | |
Fix 3D sky update performance regression | |||
2022-02-10 | Merge pull request #57925 from akien-mga/shaderglobalsoverride-out-of-tree | Rémi Verschelde | |
2022-02-10 | Merge pull request #57889 from Calinou/doc-occlusion-culling | JFonS | |
Document occlusion culling classes and settings | |||
2022-02-10 | Add drag to RichTextLabel | ConteZero | |
2022-02-10 | Fix 3D sky update performance regression | Hugo Locurcio | |
2022-02-10 | Extract link titles for translation if available | Yuri Sizov | |
2022-02-10 | Reorganize inspector layout workflow for Control nodes | Yuri Sizov | |
2022-02-10 | Merge pull request #57916 from akien-mga/doc-translations-exclude-DOCS_URL-links | Rémi Verschelde | |
2022-02-10 | Document occlusion culling classes and settings | Hugo Locurcio | |
2022-02-10 | Merge pull request #57873 from markdibarry/add_get_content_width_RichTextLabel | Rémi Verschelde | |
2022-02-10 | Fix crash calling `_activate()` on ShaderGlobalsOverride out of tree | Rémi Verschelde | |
Fixes #45984. | |||
2022-02-10 | Merge pull request #57535 from Calinou/visibility-range-fade-use-easing | Rémi Verschelde | |
2022-02-10 | Merge pull request #57104 from clayjohn/VULKAN-sky-conflict | Rémi Verschelde | |
2022-02-10 | Merge pull request #54158 from Calinou/decrease-default-soft-shadow-quality | Rémi Verschelde | |
2022-02-10 | Merge pull request #54677 from Calinou/voxelgi-default-low-quality | Rémi Verschelde | |
2022-02-10 | Merge pull request #39965 from Calinou/tweak-sdfgi-defaults | Rémi Verschelde | |
2022-02-10 | Merge pull request #57707 from Calinou/sdfgi-tweak-default-num-cascades | Rémi Verschelde | |
2022-02-10 | Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits | Rémi Verschelde | |
2022-02-10 | Add get_content_width method | markdibarry | |
Adds a get_content_width method to RichTextLabel |