index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
windows
/
os_windows.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix 32-bit Windows build.
Pāvels Nadtočajevs
2024-11-17
1
-2
/
+2
*
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
2024-11-15
1
-23
/
+66
|
\
|
*
Windows: Avoid child processes inheriting all file handles
Pedro J. Estébanez
2024-11-12
1
-23
/
+66
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
|
/
*
[Windows] Use the same API for all `OS_Windows::*_environment` functions.
bruvzg
2024-09-17
1
-10
/
+1
*
Windows: Call `AddDllDirectory()` with an absolute path
David Snopek
2024-09-16
1
-1
/
+2
*
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-09-16
1
-15
/
+15
*
Remove unused `is_wow64` method in `OS_Windows`
Rémi Verschelde
2024-07-11
1
-20
/
+0
*
[Windows] Improve console IO redirection.
bruvzg
2024-04-27
1
-7
/
+27
*
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-8
/
+8
*
Fix loading GDExtension dependencies on Android
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+1
*
Add get_process_exit_code() method
kobewi
2024-04-16
1
-1
/
+40
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-3
/
+60
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-0
/
+101
*
clang-tidy: Enforce `modernize-use-nullptr`
Thaddeus Crews
2024-03-12
1
-14
/
+14
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-3
/
+3
*
Merge pull request #86682 from Daylily-Zeleen/daylily-zeleen/distinguish_betw...
Rémi Verschelde
2024-01-02
1
-0
/
+2
|
\
|
*
Distinguishs between dynamic library not found and can't be opened.
Daylily-Zeleen
2024-01-01
1
-0
/
+2
*
|
Fix `OS.get_system_font_path` and `OS.get_system_font_path_for_text` to retur...
Septian
2023-12-27
1
-2
/
+2
|
/
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-2
/
+2
*
Windows: Always double-quote path when launching explorer.exe to browse
Brecht Kuppens
2023-08-28
1
-7
/
+2
*
[Windows] Initialize COM as apartment-threaded.
bruvzg
2023-07-20
1
-1
/
+1
*
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-3
/
+3
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-4
/
+5
*
Replace get_rendering_device() call to prevent crashes on OpenGL.
MJacred
2023-06-06
1
-2
/
+2
*
Copy system info to clipboard + Update bug_report.yml
MJacred
2023-05-27
1
-3
/
+7
*
[TLS/Windows] Skip disallowed certs in the trusted CA list.
Fabio Alessandrelli
2023-05-14
1
-1
/
+11
*
Merge pull request #76836 from Faless/tls/system_certs
Rémi Verschelde
2023-05-12
1
-0
/
+21
|
\
|
*
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-0
/
+21
*
|
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-8
/
+6
|
/
*
Fix building the Windows x86_32 target
Davi
2023-05-07
1
-4
/
+4
*
Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorer
Rémi Verschelde
2023-04-25
1
-0
/
+45
|
\
|
*
Implement and expose OS::shell_show_in_file_manager()
Daylily-Zeleen
2023-04-25
1
-0
/
+45
*
|
[OS] Implement and expose to scripting APIs `get_memory_info` method instead ...
bruvzg
2023-04-24
1
-0
/
+38
|
/
*
Merge pull request #75881 from bruvzg/win_coinit
Rémi Verschelde
2023-04-18
1
-3
/
+3
|
\
|
*
[Windows] Cleanup COM library initialization/uninitialization.
bruvzg
2023-04-10
1
-3
/
+3
*
|
[Windows] Detect missing DLL dependencies and list them in the open_dynamic_l...
bruvzg
2023-03-27
1
-3
/
+98
|
/
*
Windows: Workaround missing DWRITE_FONT_WEIGHT value in old MinGW
Rémi Verschelde
2023-03-05
1
-0
/
+5
*
Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.
bruvzg
2023-02-27
1
-2
/
+1
*
Fixed a few godot engine 4 warnings on clang with Opengl and Windows apis.
K. S. Ernest (iFire) Lee
2023-01-30
1
-3
/
+3
*
Merge pull request #71220 from reduz/prevent-opening-windows-console-files
Rémi Verschelde
2023-01-21
1
-0
/
+4
|
\
|
*
Prevent opening Windows console files
Juan Linietsky
2023-01-11
1
-0
/
+4
*
|
OS: Add `unset_environment`, better validate input
Rémi Verschelde
2023-01-16
1
-2
/
+11
*
|
[Windows] Allow OS::kill method to terminate non-child processes.
bruvzg
2023-01-12
1
-6
/
+14
*
|
Merge pull request #70714 from Calinou/doc-os-stdin
Rémi Verschelde
2023-01-12
1
-7
/
+5
|
\
\
|
|
/
|
/
|
|
*
Improve documentation for `OS.read_string_from_stdin()`
Hugo Locurcio
2023-01-11
1
-7
/
+5
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Fix reading Unicode from stdio.
bruvzg
2022-12-21
1
-2
/
+5
*
Windows: Validate that the font family name exists before trying to get the f...
oOjor-elOo
2022-12-12
1
-1
/
+1
[next]