Rémi Verschelde
63153c9d36
Linux: Remove hardcoded lib path for x86 cross-compilation
...
This breaks the build with our updated i686 Linux SDK which doesn't contain
this path, and may not be needed at all.
This might need further work to be robust, and there's an open PR already
adding -march flags for all supported architectures, but for now we're
playing it safe for 4.2.
2023-11-01 14:14:01 +01:00
Yuri Sizov
8c39a2d169
Disconnect `EditorNode` from file dialogs on destruction
2023-11-01 13:01:28 +01:00
jsjtxietian
fd751f9b21
Clarify get_time_zone_from_system will return a localized timezone name
2023-11-01 19:47:30 +08:00
Thomas ten Cate
2263d94cc3
Add comment why off-by-one error is hard to fix
...
See #83843
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2023-11-01 11:14:13 +01:00
Boris The Brave
a390996a61
Document that `resource_name` is not always supported
...
Closes #82333 .
Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
2023-11-01 10:43:41 +01:00
bruvzg
a0bd5f8568
[Export] Improve app / file version validation.
2023-11-01 11:25:44 +02:00
jsjtxietian
255db4df68
Fix press save in Import Defaults did not save the changed setting
2023-11-01 15:45:51 +08:00
bruvzg
4c74c7d11a
[macOS] Improve ANGLE support detection.
...
Try opening EGL display when checking if ANGLE is supported.
2023-11-01 08:34:35 +02:00
jsjtxietian
137b25cf53
Fix `activate_item_by_event` infinite recursion crash
2023-11-01 10:29:59 +08:00
Jakub Marcowski
201e5bab35
Add a description for the `velocity_pivot` parameter
2023-11-01 03:15:05 +01:00
bitsawer
1ec97a7b91
Fix several Material texture parameter updates
2023-11-01 03:10:46 +02:00
Matt Loesby
c10921b5d1
Fix documentation in MultiplayerAPIExtension
...
Fix documentation in MultiplayerAPIExtension.xml
In implementing a MultiplayerAPIExtension, I found that the example from documentation did not function even in the Multiplayer tutorial example.
Eventually, I found that the issue was that base_multiplayer will not poll unless told to by the LogMultiplayer implementation.
I also corrected a spelling issue and a few out-of-date return types.
2023-10-31 18:39:45 -06:00
David Snopek
67d8102f95
Fix WebXR on desktop emulator by reseting active texture unit
2023-10-31 16:18:38 -05:00
bruvzg
9ad55dc32d
[TextServer] Fix line breaks for dropcap and resizing embedded objects.
2023-10-31 22:39:42 +02:00
Rémi Verschelde
6afd320984
Merge pull request #78157 from RedworkDE/net-shutting-down-abruptly
...
C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`
2023-10-31 20:52:27 +01:00
Rémi Verschelde
8fc215893a
Merge pull request #84257 from KoBeWi/eradicate_folding_2-coiled_agony_returns_under_moonlight
...
Make remote inspector groups not foldable
2023-10-31 20:16:40 +01:00
Rémi Verschelde
7c2acfdf17
Merge pull request #84208 from YuriSizov/editor-animation-that-pops
...
Avoid popping up dialogs excessively in the Animation editor
2023-10-31 20:16:16 +01:00
Rémi Verschelde
8c7f836c19
Merge pull request #84191 from akien-mga/scons-gdscript-fix-no-lsp-build
...
SCons: Fix build with GDScript LSP disabled
2023-10-31 20:15:53 +01:00
Rémi Verschelde
f1f92bdb30
Merge pull request #84049 from kleonc/node3d-editor-plugin-snapping
...
Fix some `Node3DEditor` snapping issues
2023-10-31 20:15:30 +01:00
Rémi Verschelde
868392faed
Merge pull request #84042 from akien-mga/mbedtls-backport-windows-entropy-bcrypt
...
mbedtls: Backport Windows fix to use bcrypt for entropy
2023-10-31 20:15:06 +01:00
Rémi Verschelde
799d30c306
Merge pull request #83753 from bruvzg/mac_angle_fb
...
[macOS] Fallback to native OpenGL renderer if ANGLE initialization failed.
2023-10-31 20:14:42 +01:00
Rémi Verschelde
2bc35308fc
Merge pull request #81494 from jsjtxietian/Fix-int-to-uint-implicit-cast-error-when-use-uniform-mat3-in-gles3
...
Fix int to uint implicit cast error when use mat3 uniform in compatibility renderer
2023-10-31 20:14:14 +01:00
kobewi
b63533bf3f
Fix rotated tile collision not working at runtime
2023-10-31 18:22:26 +01:00
kobewi
a92ed50777
Make remote inspector groups not foldable
2023-10-31 17:29:53 +01:00
Rémi Verschelde
4363ae34fa
Merge pull request #84233 from bruvzg/rtl_ul_ol_color
...
[RTL] Fix underline/strikethrough line color changes.
2023-10-31 13:48:12 +01:00
Rémi Verschelde
508b4b4b57
Merge pull request #84232 from bruvzg/old_bug_waits_behind_the_wall
...
[TextServer] Fix glyph comparator ambiguous output.
2023-10-31 13:47:49 +01:00
Rémi Verschelde
c942297410
Merge pull request #84224 from ershn/patch-1
...
Add missing word in `NOTIFICATION_POST_ENTER_TREE` documentation
2023-10-31 13:47:25 +01:00
Rémi Verschelde
3196135b75
Merge pull request #84223 from BastiaanOlij/fix_mobile_radiance_sky
...
Fix cubemap downsampler logic
2023-10-31 13:47:02 +01:00
Rémi Verschelde
6271f91a8f
Merge pull request #84218 from SaracenOne/naming_conflict_crash
...
Fix crash on rename collision in thumbnail grid
2023-10-31 13:46:38 +01:00
Rémi Verschelde
cf16c69e7d
Merge pull request #82609 from jsjtxietian/document-localized-timezone-name
...
Document `get_time_zone_from_system` will return a localized timezone name
2023-10-31 13:46:14 +01:00
Rémi Verschelde
a4efb5a974
Merge pull request #81622 from Calinou/doc-dictionary-merge
...
Add an example for `Dictionary.merge()`, mention lack of recursion
2023-10-31 13:45:47 +01:00
Yuri Sizov
60355889f8
Avoid popping up dialogs excessively in the Animation editor
2023-10-31 11:54:02 +01:00
Hugo Locurcio
0396e12a47
Add an example for `Dictionary.merge()`, mention lack of recursion
2023-10-31 10:16:11 +01:00
bruvzg
75d22aa816
[RTL] Fix underline/strikethrough line color changes.
2023-10-31 09:34:43 +02:00
bruvzg
f52559bf98
[TextServer] Fix glyph comparator ambiguous output, causing "bad comparison function" error spam when processing text with excessive use of combining diacritics.
2023-10-31 08:41:35 +02:00
jsjtxietian
5eeb1518a8
Document get_time_zone_from_system will return a localized timezone name
2023-10-31 12:29:10 +08:00
Steven Le Boëdec
47258411da
Add missing word in `NOTIFICATION_POST_ENTER_TREE` documentation
2023-10-31 09:07:00 +09:00
Bastiaan Olij
e3b8af723e
Fix cubemap downsampler logic
2023-10-31 10:36:42 +11:00
Saracen
c640018b88
Fix crash on rename collision in thumbnail grid
2023-10-30 22:52:12 +00:00
Rémi Verschelde
93cdacbb0a
Merge pull request #84211 from clayjohn/a2c
...
Fix bug with alpha to coverage by enabling depth discard when using alpha to coverage
2023-10-30 23:24:12 +01:00
Rémi Verschelde
4c87145066
Merge pull request #84210 from dsnopek/gdextension-san-no-deepbind
...
Linux: Disable `RTLD_DEEPBIND` mode for `dlopen()` in sanitizer builds
2023-10-30 23:20:13 +01:00
Rémi Verschelde
17a575625e
Merge pull request #84159 from clayjohn/uv-compression
...
Fix multiple issues with UV compression
2023-10-30 23:19:45 +01:00
Rémi Verschelde
a3e4c4f41c
Merge pull request #84155 from AThousandShips/encode_fix
...
Prevent `encode_variant` doing `memcpy` from `nullptr`
2023-10-30 23:19:22 +01:00
Rémi Verschelde
bb997d787d
Merge pull request #84127 from quirkylemon/get-type-variations
...
Include empty type variations in `Theme::get_type_list`
2023-10-30 23:18:58 +01:00
Rémi Verschelde
befc5a9120
Merge pull request #83954 from m4gr3d/update_godot_app_launch_mode
...
Update the `launchMode` for the `GodotApp` activity
2023-10-30 23:18:34 +01:00
Rémi Verschelde
608226a097
Merge pull request #82801 from allenwp/82587-untyped-declaration-usability
...
Add a recommendation to turn on type hints with untyped declaration warning
2023-10-30 23:18:10 +01:00
Rémi Verschelde
ec5bfbd176
Merge pull request #82707 from BrianMacIntosh/find-highlight-fix
...
Search terms are now highlighted when the bar opens with a selection.
2023-10-30 23:17:45 +01:00
Rémi Verschelde
be8761a801
Merge pull request #81176 from Jordyfel/integer-scaling-docs
...
Document integer scaling functionality and limitation
2023-10-30 23:17:21 +01:00
Rémi Verschelde
ca6b404739
Merge pull request #79725 from Calinou/editor-export-mode-clarify-heading
...
Improve headings for the export mode in the Export dialog
2023-10-30 23:16:54 +01:00
Rémi Verschelde
fa54bc3eca
Merge pull request #79571 from Calinou/doc-richtextlabel-padding
...
Clarify the purpose of RichTextLabel text highlight padding
2023-10-30 23:16:24 +01:00