Pāvels Nadtočajevs 2dcdbd3416 [Windows export] Move debug symbol sections on export. 5 gün önce
..
doc_classes 5a30a7e7cd Add shader baker to project exporter. 1 ay önce
export 2dcdbd3416 [Windows export] Move debug symbol sections on export. 4 gün önce
README.md 491ded1898 Minor typo and docs URL fixes 2 yıl önce
SCsub 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
console_wrapper_windows.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
crash_handler_windows.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
crash_handler_windows_seh.cpp 6929823838 Fix various race conditions with capturing of script backtraces 1 ay önce
crash_handler_windows_signal.cpp 6929823838 Fix various race conditions with capturing of script backtraces 1 ay önce
detect.py 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
display_server_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
display_server_windows.h 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
drop_target_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
drop_target_windows.h 207a2b6472 Core: Integrate warning suppression macro helpers 3 ay önce
gl_manager_windows_angle.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
gl_manager_windows_angle.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 3 ay önce
gl_manager_windows_native.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
gl_manager_windows_native.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 3 ay önce
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 yıl önce
godot.natvis 9bf628891a Windows: Expand `godot.natvis` type coverage 8 ay önce
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 yıl önce
godot_res.rc 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 4 ay önce
godot_res_wrap.rc 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 4 ay önce
godot_windows.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
key_mapping_windows.cpp 8406e60522 Add InputEventKey.location to tell left from right 1 yıl önce
key_mapping_windows.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
lang_table.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
msvs.py 6ff86e49cf Fix .sln project generation logic for Rider to support all OS and all C++ toolchains 3 ay önce
native_menu_windows.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 1 ay önce
native_menu_windows.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
os_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
os_windows.h 0b3496fb4f Add support for SDL3 joystick input driver 2 hafta önce
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
platform_windows_builders.py d4dddd00cb SCons: Extend `MinGW` support & checks 9 ay önce
rendering_context_driver_vulkan_windows.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header 9 ay önce
rendering_context_driver_vulkan_windows.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
tts_windows.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 2 ay önce
tts_windows.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
uiautomationcore.arm32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 3 ay önce
uiautomationcore.arm64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 3 ay önce
uiautomationcore.x86_32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 3 ay önce
uiautomationcore.x86_64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 3 ay önce
wgl_detect_version.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 2 ay önce
wgl_detect_version.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce
windows_terminal_logger.cpp 24494d840e Core: Unify display of error type prefixes 1 ay önce
windows_terminal_logger.h d1dcb40d56 Ability to print and log script backtraces 2 ay önce
windows_utils.cpp 4cb8a0c77e Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call. 1 ay önce
windows_utils.h 324512e11c Style: Replace header guards with `#pragma once` 4 ay önce

README.md

Windows platform port

This folder contains the C++ code for the Windows platform port.

See also misc/dist/windows folder for additional files used by this platform.

Documentation