jsjtxietian
4e3cd10173
Support immediately update ui after resizing placeholder* texture
...
(cherry picked from commit e896fbb638
)
2024-03-11 18:07:44 +01:00
Matthew Edwards
5cc432e7a1
Push p_original_path into load_paths_stack and sub_tasks instead of p_path.
...
(cherry picked from commit 7565d1f3ab
)
2024-03-11 18:03:24 +01:00
ACB
f4106e5fb3
Fix FileAccessMemory off by one error in eof_reached
...
(cherry picked from commit 2561f6fc52
)
2024-03-11 18:02:59 +01:00
nfrmtk
c00caa766e
add check for negative buffer_size inside start_(de)compression method.
...
(cherry picked from commit da886006a0
)
2024-03-11 18:02:44 +01:00
scgm0
2042283d32
Explicitly initialize all of FileAccess::create_func[ACCESS_MAX]
...
(cherry picked from commit 2dae53c316
)
2024-03-11 18:02:27 +01:00
Pedro J. Estébanez
16f3652d10
Fix inaccuracies in the report of leaked objects
...
(cherry picked from commit a04a67ead6
)
2024-03-11 18:01:54 +01:00
jsjtxietian
8d069c3f5c
Fix wrong fail contion in compressed texture and some clean up
...
(cherry picked from commit 6a3b63eb36
)
2024-03-11 18:01:31 +01:00
Pedro J. Estébanez
a5aa6910bc
Avoid regressing in progress reporting in resource load
...
(cherry picked from commit f5ca58d32f
)
2024-03-11 17:59:25 +01:00
bruvzg
e35e97f027
[Pseudolocalization] Prevent out of bounds reads.
...
(cherry picked from commit e7bdb60e56
)
2024-03-11 17:58:58 +01:00
rune-scape
7691c5fccd
Initialize pointers in a_star.cpp
...
(cherry picked from commit b6a53e62bc
)
2024-03-11 17:58:44 +01:00
LimestaX
1a8649fc3e
Ensure special characters are escaped in tscn connections and editable hint
...
(cherry picked from commit 0a32c160ac
)
2024-03-11 17:58:20 +01:00
Stuart Carnie
486998bee5
fix: data race in PagedArray
...
(cherry picked from commit 70bfd5d065
)
2024-03-11 17:58:04 +01:00
Jovan Gerodetti
04c312fbc9
Include name field in MethodInfo operator ==
...
(cherry picked from commit 179c92eb0b
)
2024-03-11 17:57:25 +01:00
Sofox
b3b961247f
Fix for RegEx.sub truncating string when 'end' is used
...
(cherry picked from commit 46b420f7ee
)
2024-03-11 17:57:00 +01:00
David Snopek
3971cbcff0
Fix gdextension_compat_hashes.cpp
for double precision builds
...
(cherry picked from commit 445e3018f5
)
2024-03-11 17:48:39 +01:00
Paul Joannon
630b0a00e2
Hint fallback property as node when it is a node
...
(cherry picked from commit e7c90e0884
)
2024-03-11 17:40:28 +01:00
Thaddeus Crews
d0a36f8111
C#: Match Core implementation of BinToInt
& HexToInt
...
(cherry picked from commit 48428bd087
)
2024-03-11 17:39:20 +01:00
Paul Joannon
f546d40367
Delay fs update when populating path bimap
...
(cherry picked from commit 999180d5b5
)
2024-03-11 17:37:14 +01:00
Michael Wörner
167b4c071c
Fixed ~CSharpScript() holding on to a mutex longer than necessary, creating potential for a deadlock.
...
(cherry picked from commit 9d50a486bf
)
2024-03-11 17:36:44 +01:00
Zae
587d689c5f
C#: Fix not assigning runtime_initialized
when initializing with AOT.
...
(cherry picked from commit e868a9f577
)
2024-03-11 17:36:20 +01:00
Mikael Klasson
bbc90d8c8a
fix: use correct number in GD0103 link
...
(cherry picked from commit a2b183067c
)
2024-03-11 17:35:25 +01:00
BZ1234567890
89a614c380
[Android 14] Fix GodotEditText white box showing during editor load
...
(cherry picked from commit 04798d6352
)
2024-03-11 17:28:56 +01:00
bruvzg
c1d946e3fe
[macOS] Fix color picker on HDR screens.
...
(cherry picked from commit d9b7075ba6
)
2024-03-11 17:28:56 +01:00
Faycal ElOuariachi
1f0cf81f57
Fix the fetching of images in CF_DIB format in DisplayServerWindows::clipboard_get_image
...
Fix the fetching of images from windows clipboard, if they're in CF_DIB format (e. g. by taking screenshots).
Image::create_from_data was used with an instance of Image, but it's a static function, returning a new instance.
(cherry picked from commit c1ec0360e9
)
2024-03-11 17:28:55 +01:00
bruvzg
1e55de9b8b
[Windows] Fix windows is_path_invalid, and apply it to directory creation.
...
(cherry picked from commit be8f60a78d
)
2024-03-11 17:28:55 +01:00
bruvzg
dea652d9a2
[macOS] Allow open_shell
to handle filenames without file://
.
...
(cherry picked from commit cc313a1c1c
)
2024-03-11 17:28:55 +01:00
bruvzg
4e12b70a90
[macOS] Enabled secure restorable state.
...
(cherry picked from commit 84380a94f7
)
2024-03-11 17:28:55 +01:00
Emanvidmaker
c13fc678ff
Added dark mode support for Windows 10, versions 1909(18363) and above
...
(cherry picked from commit a16ca4b96c
)
2024-03-11 17:28:55 +01:00
bruvzg
31bdc32b4d
[macOS] Update window visible state on deminiaturize.
...
(cherry picked from commit 7e5bce7090
)
2024-03-11 17:28:55 +01:00
Sassan Haradji
592fda3a8d
set provisioning style for both "iPhone Developer" and "iPhone Distribution" to automatic
...
(cherry picked from commit 4782cf92ad
)
2024-03-11 17:28:55 +01:00
David Snopek
3d6b0ef6f0
[X11] Don't re-set input focus if the given window already has it
...
(cherry picked from commit 64a52e08fe
)
2024-03-11 17:28:55 +01:00
Alexander Hartmann
3dee66d28f
Fix virtual keyboard for decimal values on Android
...
(cherry picked from commit 6f91c00056
)
2024-03-11 17:28:55 +01:00
Septian
970089337e
Fix OS.get_system_font_path
and OS.get_system_font_path_for_text
to return correct value
...
(cherry picked from commit 475c2fa1e7
)
2024-03-11 17:28:55 +01:00
Fredia Huya-Kouadio
b169bfc851
Specify the path to the Java SDK used for the Android gradle build
...
Introduce an editor setting to allow users the ability to specify the path to the Java SDK used for the Android gradle build.
(cherry picked from commit 85e98ef009
)
2024-03-11 17:28:55 +01:00
Chia-Hsiang Cheng
02c26e075b
Ensure the active window gains the keyboard focus
...
(cherry picked from commit 669ce39f95
)
2024-03-11 17:28:55 +01:00
Adam Scott
bf98ff67c6
Fix emscripten 3.1.51 breaking change about *glGetProcAddress()
...
(cherry picked from commit 5922ac0fb1
)
2024-03-11 17:28:55 +01:00
Adam Scott
80a0b4e0b6
Add workaround for emscripten >= 3.1.47 LTO build
...
(cherry picked from commit 656bc22e28
)
2024-03-11 17:28:55 +01:00
Mikael Hermansson
afa50c4d2b
Fix SoftBody3D
for double-precision builds
...
(cherry picked from commit 701ecd3a0d
)
2024-03-11 17:28:54 +01:00
A Thousand Ships
cc95f87b2b
[TileSet] Fix crash when deleting dragged polygon point
...
(cherry picked from commit 0ba7463803
)
2024-03-11 17:28:54 +01:00
Pedro J. Estébanez
583b48c43f
Fix leak of scene used for customization during export
...
(cherry picked from commit d103b5570f
)
2024-03-11 17:28:54 +01:00
Ivan Shakhov
b1b5cb9d6f
Bump Rider.PathLocator nuget version, which provides a fix for detecting Rider installations
...
(cherry picked from commit 703c34a788
)
2024-03-11 17:28:54 +01:00
Ivan Shakhov
76055c4268
bump the PackageReference "JetBrains.Rider.PathLocator" to 1.0.8
...
(cherry picked from commit 7f63f4a6bf
)
2024-03-11 17:28:54 +01:00
A Thousand Ships
1894129713
[Editor] Add missing ellipses to menu options that open dialogs
...
(cherry picked from commit dde5368dee
)
2024-03-11 17:28:54 +01:00
A Thousand Ships
ac4051f8a8
[Editor] Improve clarity and style of ResourcePicker
menu
...
* Adds ellipses to options opening a new menu
* Adds a descriptive tooltip to `Quick Load`
(cherry picked from commit e5b751b6eb
)
2024-03-11 17:28:54 +01:00
Danil Alexeev
5b25a115c8
Editor: Fix skipping normal category followed by custom one
...
(cherry picked from commit b2f62658a2
)
2024-03-11 16:42:34 +01:00
Robert Yevdokimov
3098b02e56
Show modifier key functionality on all the editor tools
...
(cherry picked from commit 433c22fb6f
)
2024-03-11 16:41:06 +01:00
Per Melin
a5e857019c
Fix frame number underflow in visual profiler
...
Unsigned subtraction underflow caused the frame counter to be locked at
2^64 in the visual profiler until debugger/profiler_frame_history_size
number of frames had passed.
(cherry picked from commit 27dc9fa4c0
)
2024-03-11 16:39:46 +01:00
Nông Văn Tình
ae6079dbdf
Fix incorrect condition for error filtering
...
Fixes : #87643
The original condition stopped immediately after checking for 'searchText' in the 'Message' field, resulting in premature termination of subsequent checks. This fix ensures that all relevant conditions are appropriately evaluated before determining the filtering outcome.
Additionally, accompanying changes include improved code readability for better comprehension. This adjustment enhances the maintainability of the error filtering mechanism, contributing to a more robust codebase overall.
(cherry picked from commit d81c9c32c5
)
2024-03-11 16:39:27 +01:00
baptr
82d2375382
Fix editor profiler script function sort order
...
The engine internally limits the number of functions reported back (to
16 by default). To this point, it's been sort the profiling info in
*ascending* order of time spent, then trimming the list. This meant
we may only see the best (fastest) functions, instead of the worst
that you probably want when profiling.
Now the servers_debugger sort more closely matches the local_debugger
one, which worked fine.
(cherry picked from commit 90a5f23e79
)
2024-03-11 16:39:14 +01:00
Robert Yevdokimov
93fdca17d0
Make viewport message dependent on framerate not physics step
...
(cherry picked from commit 17e9fd06ce
)
2024-03-11 16:36:47 +01:00