1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Commit Graph

50913 Commits

Author SHA1 Message Date
Ignacio Roldán Etcheverry
f4478843ca Merge pull request #57917 from raulsntos/csharp-signal-documentation
Support signals in C# generated documentation
2022-02-11 14:51:57 +01:00
BimDav
d39e416c61 has_setting now correctly returns true when the setting is present due to a feature tag 2022-02-11 14:35:30 +01:00
Rémi Verschelde
c576075972 Merge pull request #57963 from bruvzg/rtl_vis_chars 2022-02-11 14:08:02 +01:00
reduz
3ad3a43063 Fix Variant Ref<> assignment.
-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 12:30:49 +01:00
Marcus Brummer
55fda17742 Deselect nodes in the 3D editor when pressing ESC 2022-02-11 11:41:51 +01:00
bruvzg
2e01a0d7a3 [RTL / Label] Reorganize property order to ensure "visible_characters" / "percent_visible" are set after the "text". 2022-02-11 12:31:13 +02:00
JFonS
3aa7b7eaf2 Merge pull request #57919 from mbrlabs/region-select-fixes
Fixed issues with 3D region-select in the editor
2022-02-11 10:59:18 +01:00
Rémi Verschelde
2921cf6a99 Merge pull request #57888 from dusakus/depanoramize-spot-projector
remove normal_to_panorama from spotlight projector
2022-02-11 10:41:00 +01:00
Rémi Verschelde
7a7a695b27 Merge pull request #57961 from bruvzg/fix_win_drap_drop
[Windows] Fix drag-and-drop.
2022-02-11 09:55:08 +01:00
Marcus Brummer
3c4c73b100 Fixed issues with 3D region-select in the editor 2022-02-11 09:43:40 +01:00
Rémi Verschelde
0a4f8729d2 Merge pull request #57944 from Calinou/doc-audiostreamplayer-area-mask
Improve the `AudioStreamPlayer2D/3D.area_mask` documentation
2022-02-11 08:54:16 +01:00
bruvzg
65426f831f [Windows] Fix drag-and-drop. 2022-02-11 09:34:55 +02:00
Rémi Verschelde
fd3c9db578 Merge pull request #57946 from Razoric480/raz/fix_track_select
Fix selecting keys in Animation Track Editor
2022-02-11 08:22:20 +01:00
Rémi Verschelde
73f1312086 Merge pull request #57934 from Faless/js/4.x_fetch_creds 2022-02-11 00:06:07 +01:00
Rémi Verschelde
912c2062e6 spirv-reflect: Update to latest commit, adds SPIRV 1.6 support 2022-02-11 00:05:17 +01:00
Francois Belair
52649d5402 Fix selecting keys in Track Edit 2022-02-10 17:57:08 -05:00
Rémi Verschelde
d233908fb6 vulkan: Update volk, headers and glslang to 1.3.204 2022-02-10 23:57:03 +01:00
Hugo Locurcio
ab1eaac315 Improve the AudioStreamPlayer2D/3D.area_mask documentation
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 23:26:29 +01:00
Rémi Verschelde
80332049ee Merge pull request #57932 from pycbouh/docs-extract-links 2022-02-10 22:26:15 +01:00
Rémi Verschelde
ba8973d663 Merge pull request #57902 from aaronfranke/canvas-editor-scale 2022-02-10 22:24:22 +01:00
Fabio Alessandrelli
ffe248cbdf [HTML5] Fetch API now passes credentials.
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 22:22:03 +01:00
Rémi Verschelde
9abf5f01fd Merge pull request #55207 from ConteZero/rich_text_label_drag 2022-02-10 22:14:08 +01:00
Rémi Verschelde
69ddf2fd05 Merge pull request #55157 from pycbouh/control-inspector-reorg 2022-02-10 22:13:28 +01:00
Clay John
2362c58067 Merge pull request #57933 from Calinou/fix-sky-update-performance
Fix 3D sky update performance regression
2022-02-10 13:00:26 -08:00
Rémi Verschelde
3bcd3ee10d Merge pull request #57925 from akien-mga/shaderglobalsoverride-out-of-tree 2022-02-10 21:45:22 +01:00
JFonS
b2da1a5c20 Merge pull request #57889 from Calinou/doc-occlusion-culling
Document occlusion culling classes and settings
2022-02-10 20:35:38 +01:00
ConteZero
cb222f6c9d Add drag to RichTextLabel 2022-02-10 20:24:28 +01:00
Hugo Locurcio
66d27df12f Fix 3D sky update performance regression 2022-02-10 20:21:28 +01:00
Yuri Sizov
2b35ecaee4 Extract link titles for translation if available 2022-02-10 22:16:27 +03:00
Hugo Locurcio
09563e4bd8 Default to real-time radiance map filter for environment sky reflections
This makes radiance map updates much faster, which improves performance
when rotating the sun in the editor or at run-time.

This real-time filter is also much less prone to "fireflies" that can
appear when using a sky with a bright sun.
2022-02-10 20:12:33 +01:00
lawnjelly
5298e16e80 Float literals - fix main primitives to use .f
Converts float literals from double format (e.g. 0.0) to float format (e.g. 0.0f) where appropriate for 32 bit calculations.
2022-02-10 18:43:19 +00:00
Yuri Sizov
107b6f299c Reorganize inspector layout workflow for Control nodes 2022-02-10 20:29:34 +03:00
Rémi Verschelde
38c851a3fa Merge pull request #57916 from akien-mga/doc-translations-exclude-DOCS_URL-links 2022-02-10 18:26:23 +01:00
Hugo Locurcio
dee43ea650 Document occlusion culling classes and settings 2022-02-10 18:24:32 +01:00
Rémi Verschelde
d6abf8f158 Merge pull request #57873 from markdibarry/add_get_content_width_RichTextLabel 2022-02-10 18:24:13 +01:00
Rémi Verschelde
4be8f200f0 Fix crash calling _activate() on ShaderGlobalsOverride out of tree
Fixes #45984.
2022-02-10 18:22:20 +01:00
Rémi Verschelde
e4e6813baf Merge pull request #57535 from Calinou/visibility-range-fade-use-easing 2022-02-10 18:18:53 +01:00
Rémi Verschelde
11cefc2b28 Merge pull request #57104 from clayjohn/VULKAN-sky-conflict 2022-02-10 17:46:42 +01:00
Rémi Verschelde
d2fa379f2b Merge pull request #54158 from Calinou/decrease-default-soft-shadow-quality 2022-02-10 17:38:24 +01:00
Rémi Verschelde
7332aff3fd Merge pull request #54677 from Calinou/voxelgi-default-low-quality 2022-02-10 17:35:52 +01:00
Rémi Verschelde
c6199da8b8 Merge pull request #39965 from Calinou/tweak-sdfgi-defaults 2022-02-10 17:31:54 +01:00
Rémi Verschelde
2fafcfebdf Merge pull request #57707 from Calinou/sdfgi-tweak-default-num-cascades 2022-02-10 17:27:42 +01:00
Rémi Verschelde
67c6442844 Merge pull request #57628 from Calinou/shadow-atlas-default-enable-16-bits 2022-02-10 17:19:37 +01:00
markdibarry
29c21ac590 Add get_content_width method
Adds a get_content_width method to RichTextLabel
2022-02-10 10:56:11 -05:00
Rémi Verschelde
519075cf41 Merge pull request #57912 from rcorre/fix-blender 2022-02-10 16:53:01 +01:00
Rémi Verschelde
52a7ecf821 Merge pull request #57886 from KoBeWi/icon.png_drop 2022-02-10 16:12:36 +01:00
Raul Santos
f380a8e0ec Support signals in C# documentation 2022-02-10 16:02:31 +01:00
Rémi Verschelde
40691b2ebe i18n: Exclude $DOCS_URL links from classref translations 2022-02-10 15:38:21 +01:00
Rémi Verschelde
242c636a63 Merge pull request #57909 from akien-mga/codespell 2022-02-10 15:16:04 +01:00
kobewi
283ec9e640 Fix texture file dropping in 2D editor 2022-02-10 15:06:13 +01:00