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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
2024-11-15
1
-1
/
+1
|
\
|
*
Windows: Avoid child processes inheriting all file handles
Pedro J. Estébanez
2024-11-12
1
-1
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
|
/
*
Collapse the gdextension arguments into the `GDExtensionData` struct
Fredia Huya-Kouadio
2024-04-19
1
-1
/
+1
*
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
-0
/
+4
*
Add renaming of PDB files to avoid blocking them
DmitriySalnikov
2024-04-05
1
-1
/
+4
*
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
bruvzg
2024-03-27
1
-0
/
+1
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-3
/
+3
*
Finish splitting functionality of the Vulkan and D3D12 backends into Renderin...
Dario
2024-02-12
1
-7
/
+0
*
Split RenderingDevice into API-agnostic and RenderingDeviceDriver parts
Pedro J. Estébanez
2023-12-20
1
-4
/
+5
*
Add Direct3D 12 RenderingDevice implementation
Pedro J. Estébanez
2023-12-12
1
-0
/
+4
*
Style: Harmonize header includes in platform ports
Rémi Verschelde
2023-06-08
1
-3
/
+5
*
[TLS] Add support for platform-specific CA bundles.
Fabio Alessandrelli
2023-05-12
1
-0
/
+2
*
Merge pull request #69698 from Daylily-Zeleen/daylily-zeleen/show_in_explorer
Rémi Verschelde
2023-04-25
1
-0
/
+1
|
\
|
*
Implement and expose OS::shell_show_in_file_manager()
Daylily-Zeleen
2023-04-25
1
-0
/
+1
*
|
[OS] Implement and expose to scripting APIs `get_memory_info` method instead ...
bruvzg
2023-04-24
1
-0
/
+2
|
/
*
OS: Add `unset_environment`, better validate input
Rémi Verschelde
2023-01-16
1
-1
/
+2
*
Merge pull request #70714 from Calinou/doc-os-stdin
Rémi Verschelde
2023-01-12
1
-1
/
+1
|
\
|
*
Improve documentation for `OS.read_string_from_stdin()`
Hugo Locurcio
2023-01-11
1
-1
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-1
/
+19
*
Add console wrapper app to handle console i/o redirection on Windows.
bruvzg
2022-10-31
1
-0
/
+4
*
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
1
-0
/
+2
|
\
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
1
-0
/
+2
*
|
Cleanup unused defines in platform code
Rémi Verschelde
2022-10-11
1
-7
/
+4
*
|
Merge pull request #64815 from RandomShaper/default_cpu_count
Rémi Verschelde
2022-10-06
1
-1
/
+0
|
\
\
|
*
|
Keep a single, portable implementation of `OS::get_processor_count()`
Pedro J. Estébanez
2022-10-05
1
-1
/
+0
|
|
/
*
/
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-1
/
+2
|
/
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
1
-0
/
+2
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
1
-2
/
+1
*
Remove unused force_quit variable from many OS abstractions
Pedro J. Estébanez
2022-08-27
1
-1
/
+0
*
Implement support for loading system fonts on Linux, macOS / iOS and Windows.
bruvzg
2022-07-26
1
-0
/
+23
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
opengl3 driver now works on windows including multi window
derammo
2022-05-11
1
-0
/
+9
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
1
-0
/
+1
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
1
-1
/
+1
*
Improve embedded PCK loading and exporting.
bruvzg
2022-04-20
1
-0
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-2
/
+2
*
Add an `OS.get_processor_name()` method
Hugo Locurcio
2022-02-15
1
-0
/
+1
*
[OS/Crypto] Add get_entropy to OS.
Fabio Alessandrelli
2022-02-14
1
-0
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+0
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
1
-3
/
+2
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
1
-3
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
[Windows] Detect new Windows Terminal and disable unsupported set_console_vis...
bruvzg
2021-12-15
1
-0
/
+1
*
Add GLES2 2D renderer + Linux display manager
lawnjelly
2021-10-30
1
-4
/
+0
[next]