Rémi Verschelde dac17215ad Windows: Add missing `extern "C"` for `hidsdi.h` on MinGW < 12.0.0 1 týždeň pred
..
doc_classes 09f9dc157a Disable shader baker when exporting as dedicated server 2 mesiacov pred
export 10c7cb878a Add new monospace related hint strings 1 mesiac pred
README.md 4c0026b053 Update links to the contributing section of the docs to the appropriate new sections. 4 mesiacov pred
SCsub 6dfd822390 [Windows] Use separate resource files for export templates. 3 mesiacov pred
console_wrapper_windows.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 mesiacov pred
cpu_feature_validation.c 7c81d43b10 [Windows] Additionally use `cpuid` instruction to detect SSE4.2 support. 5 mesiacov pred
crash_handler_windows.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
crash_handler_windows_seh.cpp 5935a32e32 Core: Cleanup headers in `core/config` 3 mesiacov pred
crash_handler_windows_signal.cpp f81f08e5bf [Windows] Fix MinGW build 3 mesiacov pred
detect.py 61940e40ea Check for unprefixed compilers when building on Windows. 1 mesiac pred
display_server_windows.cpp a45074e692 [Windows] Fix icon leak. 3 týždňov pred
display_server_windows.h a45074e692 [Windows] Fix icon leak. 3 týždňov pred
drop_target_windows.cpp 0b3496fb4f Add support for SDL3 joystick input driver 7 mesiacov pred
drop_target_windows.h 207a2b6472 Core: Integrate warning suppression macro helpers 10 mesiacov pred
gl_manager_windows_angle.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 mesiacov pred
gl_manager_windows_angle.h 3d1c9fd5de Move server files into their subfolders 4 mesiacov pred
gl_manager_windows_native.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 mesiacov pred
gl_manager_windows_native.h 3d1c9fd5de Move server files into their subfolders 4 mesiacov pred
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 3 rokov pred
godot.manifest d48f255074 Windows: Migrate `godot.manifest` to `platform/windows` 4 mesiacov pred
godot.natvis a75e6be6fb Fix HashMap/HashSet in natvis after member renames 4 mesiacov pred
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 3 rokov pred
godot_res.rc d48f255074 Windows: Migrate `godot.manifest` to `platform/windows` 4 mesiacov pred
godot_res_template.rc 6dfd822390 [Windows] Use separate resource files for export templates. 3 mesiacov pred
godot_res_wrap.rc d48f255074 Windows: Migrate `godot.manifest` to `platform/windows` 4 mesiacov pred
godot_res_wrap_template.rc 6dfd822390 [Windows] Use separate resource files for export templates. 3 mesiacov pred
godot_windows.cpp acefbbbbcd Add support for profiling GDScript with tracy. 2 mesiacov pred
key_mapping_windows.cpp 8406e60522 Add InputEventKey.location to tell left from right 2 rokov pred
key_mapping_windows.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
lang_table.h 796281f62f Add missing includes 3 mesiacov pred
libgodot_windows.cpp 6c44c80c62 LibGodot: Core - Build Godot Engine as a Library 3 mesiacov pred
msvs.py 6ff86e49cf Fix .sln project generation logic for Rider to support all OS and all C++ toolchains 9 mesiacov pred
native_menu_windows.cpp b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 7 mesiacov pred
native_menu_windows.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
os_windows.cpp dac17215ad Windows: Add missing `extern "C"` for `hidsdi.h` on MinGW < 12.0.0 1 týždeň pred
os_windows.h a7358ddd12 Add error message when trying to load project from CWD. 2 mesiacov pred
platform_config.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
platform_gl.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
platform_windows_builders.py d4dddd00cb SCons: Extend `MinGW` support & checks 1 rok pred
rendering_context_driver_vulkan_windows.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header 1 rok pred
rendering_context_driver_vulkan_windows.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
tts_windows.cpp 281c74550a Make `utterance_id` 64-bit. 2 mesiacov pred
tts_windows.h 281c74550a Make `utterance_id` 64-bit. 2 mesiacov pred
uiautomationcore.arm32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 9 mesiacov pred
uiautomationcore.arm64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 9 mesiacov pred
uiautomationcore.x86_32.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 9 mesiacov pred
uiautomationcore.x86_64.def 4310cb82b8 AccessKit integration for macOS, Linux, and Windows. 9 mesiacov pred
wgl_detect_version.cpp 01fc9aee6c Core: Modernize C headers with C++ equivalents 9 mesiacov pred
wgl_detect_version.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred
windows_terminal_logger.cpp ead282ff13 Remove `file_access.h` and `script_backtrace.h` includes from `logger.h`. 3 mesiacov pred
windows_terminal_logger.h d1dcb40d56 Ability to print and log script backtraces 9 mesiacov pred
windows_utils.cpp 41150710ec Fix `WindowUtils::copy_and_rename_pdb` path shortening regression 4 mesiacov pred
windows_utils.h 324512e11c Style: Replace header guards with `#pragma once` 10 mesiacov pred

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