Nintorch 0b3496fb4f Add support for SDL3 joystick input driver 2 månader sedan
..
doc_classes 5a30a7e7cd Add shader baker to project exporter. 2 månader sedan
export b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 1 månad sedan
README.md 491ded1898 Minor typo and docs URL fixes 2 år sedan
SCsub 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
console_wrapper_windows.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
crash_handler_windows.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
crash_handler_windows_seh.cpp 6929823838 Fix various race conditions with capturing of script backtraces 2 månader sedan
crash_handler_windows_signal.cpp 6929823838 Fix various race conditions with capturing of script backtraces 2 månader sedan
detect.py 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
display_server_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
display_server_windows.h 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
drop_target_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
drop_target_windows.h 207a2b6472 Core: Integrate warning suppression macro helpers 4 månader sedan
gl_manager_windows_angle.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
gl_manager_windows_angle.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 4 månader sedan
gl_manager_windows_native.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
gl_manager_windows_native.h f09ee0171a Style: Begin integrating simple `.clangd` fixes 4 månader sedan
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 år sedan
godot.natvis 9bf628891a Windows: Expand `godot.natvis` type coverage 8 månader sedan
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 år sedan
godot_res.rc 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 4 månader sedan
godot_res_wrap.rc 97ee05e9b7 Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp 4 månader sedan
godot_windows.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
key_mapping_windows.cpp 8406e60522 Add InputEventKey.location to tell left from right 1 år sedan
key_mapping_windows.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
lang_table.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
msvs.py 6ff86e49cf Fix .sln project generation logic for Rider to support all OS and all C++ toolchains 4 månader sedan
native_menu_windows.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 1 månad sedan
native_menu_windows.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
os_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
os_windows.h 0b3496fb4f Add support for SDL3 joystick input driver 1 månad sedan
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
platform_windows_builders.py d4dddd00cb SCons: Extend `MinGW` support & checks 9 månader sedan
rendering_context_driver_vulkan_windows.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header 10 månader sedan
rendering_context_driver_vulkan_windows.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
tts_windows.cpp ad40939b6f Core: Replace C math headers with C++ equivalents 3 månader sedan
tts_windows.h 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
uiautomationcore.arm32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 4 månader sedan
uiautomationcore.arm64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 4 månader sedan
uiautomationcore.x86_32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 4 månader sedan
uiautomationcore.x86_64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 4 månader sedan
wgl_detect_version.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 3 månader sedan
wgl_detect_version.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan
windows_terminal_logger.cpp 24494d840e Core: Unify display of error type prefixes 1 månad sedan
windows_terminal_logger.h d1dcb40d56 Ability to print and log script backtraces 3 månader sedan
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. 2 månader sedan
windows_utils.h 324512e11c Style: Replace header guards with `#pragma once` 5 månader sedan

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