Rémi Verschelde 048a164083 Merge pull request #79693 from bruvzg/com_ath 2 years ago
..
doc_classes dc6ea03101 Merge pull request #35555 from Calinou/add-version-project-setting 2 years ago
export ad4480bf2e Add a "version" project setting and use it in new export presets 2 years ago
README.md 491ded1898 Minor typo and docs URL fixes 2 years ago
SCsub 9a33c97c2a Add console wrapper app to handle console i/o redirection on Windows. 2 years ago
console_wrapper_windows.cpp d95794ec8a One Copyright Update to rule them all 2 years ago
crash_handler_windows.cpp 68163f5643 [Windows] Detect missing DLL dependencies and list them in the open_dynamic_library error message. 2 years ago
crash_handler_windows.h d95794ec8a One Copyright Update to rule them all 2 years ago
detect.py 90446fe9f3 SCons: Move platform logo/run icon to `export` folder 2 years ago
display_server_windows.cpp 048a164083 Merge pull request #79693 from bruvzg/com_ath 2 years ago
display_server_windows.h 0c2399d6ec Merge pull request #63826 from deakcor/dev_clipboard 2 years ago
gl_manager_windows.cpp d848c95748 Fix gcc builds failing on windows 2 years ago
gl_manager_windows.h 938a837056 Disable NVIDIA's threaded optimization on Windows 2 years ago
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 years ago
godot.natvis 0c46b5f8e9 added more data structures to Natvis for msdev 3 years ago
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 years ago
godot_res.rc dc61323b2c PCK: Set VERSION_PATCH in header, factor out header magic 5 years ago
godot_res_wrap.rc 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 years ago
godot_windows.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
joypad_windows.cpp 3aa340d081 Add the ability to get per-platform information for joypads. 2 years ago
joypad_windows.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
key_mapping_windows.cpp 5d35c600d5 [Linux/X11] Add some missing keycodes/scancodes. 2 years ago
key_mapping_windows.h daad4aed62 Cleanup and unify keyboard input. 2 years ago
lang_table.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
os_windows.cpp 4bfb820d32 [Windows] Initialize COM as apartment-threaded. 2 years ago
os_windows.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
platform_config.h d95794ec8a One Copyright Update to rule them all 2 years ago
platform_windows_builders.py 865c637279 SCons: Fix `separate_debug_symbols` option for Windows/MinGW 2 years ago
tts_windows.cpp c2edf14faf Merge pull request #75881 from bruvzg/win_coinit 2 years ago
tts_windows.h 92b9806dcc Windows TTS: Use HashMap instead of RBMap for ids 2 years ago
vulkan_context_win.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
vulkan_context_win.h d95794ec8a One Copyright Update to rule them all 2 years ago
windows_terminal_logger.cpp 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago
windows_terminal_logger.h 9e4315bb50 Style: Harmonize header includes in platform ports 2 years ago

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