Rémi Verschelde
|
2c8ab6e7eb
Merge pull request #94839 from alvinhochun/win-set-console-mode
|
1 年之前 |
bruvzg
|
2c991a727b
[Windows] Only use long executable path when necessary, fix broken apksigner detection.
|
1 年之前 |
bruvzg
|
10f3c1f587
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
|
1 年之前 |
bruvzg
|
319bfa9965
[Windows] Use the same API for all `OS_Windows::*_environment` functions.
|
1 年之前 |
bruvzg
|
d528f28275
[Windows] Fix OS.open_dynamic_library
|
1 年之前 |
bruvzg
|
ae334e069c
[Windows] Always use absolute UNC paths and long path aware APIs, add "long path aware" flag to the application manifest.
|
1 年之前 |
Rémi Verschelde
|
96159ebc5d
Merge pull request #96192 from dsnopek/windows-gdext-adddlldirectory
|
1 年之前 |
David Snopek
|
e8bd385f53
Windows: Call `AddDllDirectory()` with an absolute path
|
1 年之前 |
Rémi Verschelde
|
330fca1ffd
Merge pull request #93985 from alvinhochun/windows-gpu-pref
|
1 年之前 |
Sébastien Dunne Fulmer
|
c3ed8a842c
Remove confusing USER prefix from script-logged errors
|
1 年之前 |
Joel Croteau
|
f44d6a235f
Fix reload of GDExtension libraries in framework package on macos
|
1 年之前 |
Alvin Wong
|
28c60a5ff9
Combine existing modes when calling SetConsoleMode
|
1 年之前 |
Alvin Wong
|
88581a7705
Support GPU preference for MS Store packaged apps
|
1 年之前 |
Alvin Wong
|
4091abd727
Respect integrated GPU preference in Windows Settings
|
1 年之前 |
Rémi Verschelde
|
c349f0d6a7
Remove unused `is_wow64` method in `OS_Windows`
|
1 年之前 |
bruvzg
|
874814794b
[Windows] Improve console IO redirection.
|
1 年之前 |
Fredia Huya-Kouadio
|
764de7fe31
Collapse the gdextension arguments into the `GDExtensionData` struct
|
1 年之前 |
Fredia Huya-Kouadio
|
ede88cf59d
Fix loading GDExtension dependencies on Android
|
1 年之前 |
kobewi
|
dce4a3e4c2
Add get_process_exit_code() method
|
1 年之前 |
DmitriySalnikov
|
b73e740786
Add renaming of PDB files to avoid blocking them
|
1 年之前 |
bruvzg
|
082b420c0a
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
|
2 年之前 |
Thaddeus Crews
|
3b3e2374c9
clang-tidy: Enforce `modernize-use-nullptr`
|
1 年之前 |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 年之前 |
Rémi Verschelde
|
37df2ff387
Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_between_dynamic_libaray_not_found_and_can't_open
|
1 年之前 |
Daylily-Zeleen
|
fe6b073811
Distinguishs between dynamic library not found and can't be opened.
|
1 年之前 |
Septian
|
475c2fa1e7
Fix `OS.get_system_font_path` and `OS.get_system_font_path_for_text` to return correct value
|
1 年之前 |
A Thousand Ships
|
3565d1bf7e
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
2 年之前 |
Brecht Kuppens
|
5608b1d411
Windows: Always double-quote path when launching explorer.exe to browse
|
2 年之前 |
bruvzg
|
4bfb820d32
[Windows] Initialize COM as apartment-threaded.
|
2 年之前 |
Kamil Brzoskowski
|
3cd865dbe8
Fix formatting of dlopen error message on Windows
|
2 年之前 |