bruvzg
bf8d0672f6
Update linker flags for Xcode 15.0 - 15.2. Bump min. iOS version to 12.
2024-02-08 14:30:10 +01:00
Rémi Verschelde
c27a3cf9bc
UWP: Fix VS 2017 build with new get_unique_id
method
...
Fixes this error:
```
platform\uwp\os_uwp.cpp(715): error C3149: 'Windows::Storage::Streams::IBuffer': cannot use this type here without a top-level '^'
```
2024-02-08 14:19:32 +01:00
Caroline Joy Bell
0f099eca32
Fix #if *_ENABLED
inconsistencies, should check if defined
...
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2024-02-08 14:16:03 +01:00
Alessandro Famà
57c4c9455a
Fix Dummy audio driver initialization issue on WASAPI output device initialization failure
2024-02-08 14:09:49 +01:00
Cody Roberts
eb8ca6d2ed
Add project settings for AVAudioSessionCategory on iOS
...
Co-authored-by: Georg Wacker <contact@georgwacker.com>
2024-02-08 14:06:59 +01:00
A Thousand Ships
8341ddc450
Fix AABB.encloses failing on shared upper bound
...
This differs from `Rect2` and was fixed for those classes in the past
2024-02-08 14:00:08 +01:00
DylanCheetah
d04de8ef62
Implement UWP version of OS.get_unique_id
function.
2024-02-08 13:59:32 +01:00
James
4d93f4434d
Prevent using name with leading dot when create/rename/duplicate scene/folder/script/resource Fixes #62497
2024-02-08 13:58:32 +01:00
Bastien JAUNY
15cccb331f
Fix unitialized variables in core
2024-02-08 13:43:25 +01:00
08895824aa
Fix typo.
2024-02-08 13:42:46 +01:00
5049db8c63
Added a backport helper script.
2024-02-08 13:38:38 +01:00
Micky
4e68cd0251
Remove unused struct in GradientTexture1D
2024-02-08 13:25:47 +01:00
Danil Alexeev
a70e3ce4b3
GDScript: Prevent native class shadowing
2024-02-08 13:23:04 +01:00
8ddf92681e
Fixed smaller issues in VariantOP.
2024-01-20 12:50:13 +01:00
c03536414c
Fixed typo.
2024-01-19 15:32:17 +01:00
441c52afd3
Implemented clearing custom fonts in the editor's text editor module. Also small improvements.
2024-01-12 14:45:07 +01:00
2a0b2b696a
Fixed custom font support in the editor's text editor module.
2024-01-12 14:25:37 +01:00
b9a0b8253f
Fixed reopening files from the previous session in the editor's text editor module. Also small cleanups.
2024-01-12 14:05:34 +01:00
7747a4ee36
Added more extensions to the editor's text editor module.
2024-01-12 13:45:24 +01:00
caa3c095cd
Fixed all the crashes (and potential crashed) in the editor's text editor module I could find. Also fixed some smaller usability issues.
2024-01-12 13:41:19 +01:00
810711bc89
Re-enabled previews in the editor's text editor module.
2024-01-12 13:08:46 +01:00
03b1de9564
Fix lots of potential crashes in the editor's text editor module. Now it also won't add an additional newline to the end of files.
2024-01-12 13:06:15 +01:00
41aa3cbd67
Removed the delete file option from the editor's text editor module.
2024-01-12 12:56:23 +01:00
929461fb08
Temporarily disabled the Preview menu in the Editor's Text File Editor module. It was not working properly anyways.
2024-01-12 12:51:46 +01:00
2b26a8a1de
Disabled syntax highlighting in the editor's text editor module. It will need to be reworked.
2024-01-12 12:48:14 +01:00
1d8e1f7065
Fixed TextEdit width calculation after it's font changes. This fixes lines being too long to scroll to in the editor.
2024-01-12 12:43:39 +01:00
8d67178204
Backported from godot4: Fix TextEdit.get_rect_at_line_column returning negative pos even though cursor is in viewable area of the control
...
- MJacred
6170381bd7
2024-01-12 12:24:09 +01:00
a38d3e5d61
Fix typo.
2024-01-12 12:18:05 +01:00
e9f7ef263f
Fix build on windows.
2024-01-11 01:31:54 +01:00
b08959ab59
Fixed issues with the SMTPClient and EMail.
2024-01-11 01:24:16 +01:00
40e20146f6
Also use the queue in SMTPClient when not threading.
2024-01-11 00:39:52 +01:00
4a35fb9b44
Docs for the new classes.
2024-01-11 00:32:10 +01:00
2f44da6c00
Bind missing enum constants.
2024-01-11 00:05:42 +01:00
db36151c18
Re-extracted class docs.
2024-01-11 00:03:31 +01:00
92f1ab9e3e
Fixed property.
2024-01-11 00:02:57 +01:00
8541890a78
Ported SMTPClient.
2024-01-11 00:02:48 +01:00
fb4fe82c63
Ported EMail.
2024-01-10 22:01:42 +01:00
f6c504534a
Set up a new smtp module. It will be based on https://github.com/Relintai/gdMail .
2024-01-10 20:15:05 +01:00
b324675489
Removed the old SMTPClient class docs.
2024-01-10 20:12:36 +01:00
bef218d7e4
Fix some of the missing docs for String.
2024-01-10 20:11:04 +01:00
8e5ffcc9f1
Removed SMTPClient as the original code's license is unknown.
2024-01-10 19:37:39 +01:00
585358e91b
Added missing setters to VariantOP.
2024-01-07 11:46:05 +01:00
8f7ee38377
Fix running standalone scripts in non-editor builds.
2024-01-02 13:56:15 +01:00
562fe84f67
Don't print error when there is no default NavigationMeshGenerator.
2024-01-02 13:05:52 +01:00
7a6f6aa8ef
Fix non tools build.
2024-01-02 12:43:12 +01:00
00a199ab21
Allow running standalone scripts in non-editor builds.
2024-01-02 12:28:55 +01:00
20ec9e2043
Fixed generating urls in BrowsableFolderServeWebPage.
2024-01-02 10:56:10 +01:00
2effb794fd
Fixed typo.
2024-01-02 10:55:42 +01:00
7c216fd161
Don't warn when falling back to NavigationMeshGeneratorDummy.
2023-12-30 10:02:09 +01:00
70d3d54386
Also added the new helper method to the gdnative api.
2023-12-27 13:48:01 +01:00