Rémi Verschelde
|
57e504ca42
|
Merge pull request #98582 from bruvzg/win_btn_count
Remove button number limit from Windows `dialog_show()` implementation.
|
2024-12-02 17:19:52 +01:00 |
|
Hei
|
b045523d58
|
Add the missing getter for sharp window corners
|
2024-11-30 19:24:25 +02:00 |
|
mrsaturnsan
|
b57ceefec1
|
[Windows] Improve frame pacing by busy waiting as needed
|
2024-11-29 14:04:18 +01:00 |
|
Thaddeus Crews
|
127738c08b
|
Merge pull request #99387 from 0x0ACB/direct_composition
Use direct composition for d3d12 backend
|
2024-11-26 13:04:53 -06:00 |
|
Thaddeus Crews
|
0045b1a513
|
Merge pull request #98862 from HuntJSparra/early-projsettings-registration
Register Engine, OS, ProjectSettings, and Time singletons in time for for `INITIZATION_LEVEL_CORE`
|
2024-11-26 13:04:51 -06:00 |
|
0x0ACB
|
a8cd0e9677
|
Use direct composition for d3d12 backend
|
2024-11-26 10:28:40 +01:00 |
|
Thaddeus Crews
|
0d88737a9f
|
Merge pull request #99542 from bruvzg/stdin_str
Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
|
2024-11-25 13:22:30 -06:00 |
|
Thaddeus Crews
|
fc6c8bb982
|
Merge pull request #99688 from akien-mga/revert-99178
Revert "Make `delay_usec` more precise on Windows to fix framepacing"
|
2024-11-25 13:22:24 -06:00 |
|
Rémi Verschelde
|
8e1a6ea431
|
Revert "Make delay_usec more precise"
This reverts commit df3367f334 .
Fixes #99593.
|
2024-11-25 19:43:21 +01:00 |
|
Pāvels Nadtočajevs
|
e9b57fce82
|
Convert line breaks to \n and strip line break from the end of string returned by OS::read_string_from_stdin /OS::get_stdin_string .
|
2024-11-23 15:11:50 +02:00 |
|
bruvzg
|
24d51f7635
|
[Windows] Fix TTS events arriving out of order.
|
2024-11-22 11:10:37 +02:00 |
|
Hunt J. Sparra
|
48fbe4172b
|
Register Engine, OS, ProjectSettings, and Time early.
|
2024-11-21 18:09:03 -05:00 |
|
Thaddeus Crews
|
449d90b64e
|
Merge pull request #99178 from mrsaturnsan/windows_sleep_precision
Make `delay_usec` more precise on Windows to fix framepacing
|
2024-11-18 09:23:50 -06:00 |
|
Thaddeus Crews
|
1dcb686325
|
Merge pull request #99026 from Faless/net/split_ip
[Net] Split Unix/Windows IP implementation
|
2024-11-18 09:23:43 -06:00 |
|
bruvzg
|
8bb3e5360e
|
Disable Nahimic code injection.
|
2024-11-18 13:00:55 +02:00 |
|
mrsaturnsan
|
df3367f334
|
Make delay_usec more precise
Comment fix
|
2024-11-16 09:15:46 -06:00 |
|
Thaddeus Crews
|
d9b458d4b0
|
Merge pull request #99280 from bruvzg/win32_build_fix
Fix 32-bit Windows build.
|
2024-11-15 10:42:41 -06:00 |
|
Pāvels Nadtočajevs
|
287b7543a0
|
Fix 32-bit Windows build.
|
2024-11-15 15:49:08 +02:00 |
|
Pāvels Nadtočajevs
|
f5fad7592f
|
Use processed filter list for native dialogs.
|
2024-11-15 12:08:33 +02:00 |
|
Thaddeus Crews
|
ddb2073c5c
|
Merge pull request #95972 from Hilderin/fix-mouse-move-over-unfocused-window
Fix mouse move over an unfocused window
|
2024-11-13 08:34:30 -06:00 |
|
Yevhen Babiichuk (DustDFG)
|
216488ad9b
|
Delete old unused code for VS project generation
Also ensured that sorting of files for hashing actually happens
Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
|
2024-11-12 21:26:12 +02:00 |
|
Thaddeus Crews
|
179321a0a3
|
Merge pull request #91201 from bruvzg/con_type
[OS] Add functions to determine standard I/O device type.
|
2024-11-12 12:13:12 -06:00 |
|
Thaddeus Crews
|
190670d16b
|
Merge pull request #99107 from RandomShaper/win_less_inheritance
Windows: Avoid child processes inheriting all file handles
|
2024-11-12 12:13:06 -06:00 |
|
Fabio Alessandrelli
|
168a2a1466
|
[Net] Split Unix/Windows IP implementation
|
2024-11-12 17:33:47 +01:00 |
|
Thaddeus Crews
|
316293ecc2
|
Merge pull request #99042 from Repiteo/windows/natvis-improvements
Windows: Expand `godot.natvis` type coverage
|
2024-11-12 09:28:05 -06:00 |
|
Thaddeus Crews
|
cb286da1dd
|
Merge pull request #99112 from bruvzg/get_model_name
Implement `get_model_name` on macOS and Windows.
|
2024-11-12 09:27:52 -06:00 |
|
Thaddeus Crews
|
1cbe9715ea
|
Merge pull request #98969 from Faless/net/split_sockets
[Net] Split Unix/Windows NetSocket implementation
|
2024-11-12 09:27:40 -06:00 |
|
Pedro J. Estébanez
|
7fcf3c491d
|
Windows: Avoid child processes inheriting all file handles
|
2024-11-12 12:25:28 +01:00 |
|
Pāvels Nadtočajevs
|
a6dfd1cf6e
|
Implement get_model_name on macOS and Windows.
|
2024-11-12 10:34:24 +02:00 |
|
Thaddeus Crews
|
9bf628891a
|
Windows: Expand godot.natvis type coverage
|
2024-11-11 13:47:14 -06:00 |
|
Thaddeus Crews
|
1789ad37bd
|
Merge pull request #98961 from mihe/natvis-improvements
Add `Ref` and `HashSet` to `godot.natvis`
|
2024-11-10 12:12:21 -06:00 |
|
Fabio Alessandrelli
|
0c620b29cd
|
[Net] Split Unix/Windows NetSocket implementation
|
2024-11-10 16:13:50 +01:00 |
|
Rémi Verschelde
|
6d326547da
|
Windows: Fix duplicate .exe extension with mingw on Linux/macOS
This old hack is no longer needed and now wrong after #98105.
Fixes #98967.
|
2024-11-08 16:46:35 +01:00 |
|
Mikael Hermansson
|
9b7c14718b
|
Add Ref and HashSet to godot.natvis
|
2024-11-08 14:37:43 +01:00 |
|
Thaddeus Crews
|
fa65b70494
|
Merge pull request #98105 from Repiteo/scons/mingw-shenanigans
SCons: Extend `MinGW` support & checks
|
2024-11-07 12:36:32 -06:00 |
|
bruvzg
|
76164c2aa9
|
[OS] Add functions to determine standard I/O device type.
|
2024-11-06 13:33:38 +02:00 |
|
bruvzg
|
fdde7713a8
|
Fix IME deactivation events not send on focus loss. Do not unset AltGr modifiers in non-IME input.
|
2024-11-06 09:47:26 +02:00 |
|
Thaddeus Crews
|
6071c7cd3b
|
Merge pull request #97250 from Garetonchick/windows-drag-and-drop-fix
Windows: Fix dragging and dropping files from compressed files into editor
|
2024-11-05 18:36:07 -06:00 |
|
Thaddeus Crews
|
bb5f390fb9
|
Style: Apply clang-tidy fixes (superficial)
• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
|
2024-11-04 12:11:14 -06:00 |
|
Anish Mishra
|
0dfd18c84b
|
[DisplayServer] Add feature flag for native file dialog access to user/res and options
|
2024-10-30 14:13:43 +05:30 |
|
Thaddeus Crews
|
05a4620e88
|
Merge pull request #98615 from Summersay415/three-opengls-please
Fix fallbacks to OpenGL
|
2024-10-29 19:25:48 -05:00 |
|
Thaddeus Crews
|
b7a0971ad2
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
[Codestyle] Set clang-format `RemoveSemicolon` rule to `true`
|
2024-10-29 19:25:36 -05:00 |
|
Summersay415
|
6d14cd6ff9
|
Fix fallbacks to OpenGL
|
2024-10-28 22:57:19 +07:00 |
|
bruvzg
|
335b42d437
|
Remove button number limit from Windows dialog_show() implementation.
|
2024-10-27 16:54:03 +02:00 |
|
Thaddeus Crews
|
07e759b74a
|
Merge pull request #97771 from dsnopek/openxr-linux-egl
OpenXR: Add support for Wayland on Linux
|
2024-10-25 13:04:08 -05:00 |
|
Thaddeus Crews
|
17f06f6dae
|
Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch
Build System: Extract `validate_arch` helper functions
|
2024-10-25 13:03:48 -05:00 |
|
Adam Scott
|
0d350e7108
|
Set clang-format RemoveSemicolon rule to true
- Set clang-format `Standard` rule to `c++20`
|
2024-10-25 13:49:43 -04:00 |
|
Thaddeus Crews
|
14d201ab54
|
Merge pull request #97556 from dustdfg/platforms/windows_detect_extract_common_checks
Extract common check functions in windows_detect.py file
|
2024-10-24 13:22:40 -05:00 |
|
Garetonchick
|
2bd759964e
|
fix drag-and-drop in windows
|
2024-10-24 19:43:30 +03:00 |
|
dan
|
403e53e1d3
|
Fix window exiting with no message to user if _create_window fails
|
2024-10-21 17:31:30 -07:00 |
|