Aaron Franke 10a56981dc Rename String `plus_file` to `path_join` 3 lat temu
..
export 8dab4a2aa3 [Windows] Improve build environment detection, add support for Windows on ARM. 3 lat temu
README.md d20b32186f [Web] Rename JavaScript platform to Web. 3 lat temu
SCsub 6ab672d1ef Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 3 lat temu
crash_handler_windows.cpp 8dab4a2aa3 [Windows] Improve build environment detection, add support for Windows on ARM. 3 lat temu
crash_handler_windows.h fe52458154 Update copyright statements to 2022 4 lat temu
detect.py 8dab4a2aa3 [Windows] Improve build environment detection, add support for Windows on ARM. 3 lat temu
display_server_windows.cpp 8be27dc59e Replace Array return types with TypedArray 3 lat temu
display_server_windows.h 8be27dc59e Replace Array return types with TypedArray 3 lat temu
gl_manager_windows.cpp 96c21bc749 opengl3 driver now works on windows including multi window 3 lat temu
gl_manager_windows.h 746dddc067 Replace most uses of Map by HashMap 3 lat temu
godot.ico d469cfb2ab Change godot.ico to uncompressed/fixed size 3 lat temu
godot.natvis 77b31ea365 Visual Studio Natvis file works for Variant again 3 lat temu
godot_res.rc dc61323b2c PCK: Set VERSION_PATCH in header, factor out header magic 6 lat temu
godot_windows.cpp d38d76d039 Fix exit code of --help and --version, and test them in CI 3 lat temu
joypad_windows.cpp f851c4aa33 Fix some issues found by cppcheck. 3 lat temu
joypad_windows.h f8ab79e68a Zero initialize all pointer class and struct members 3 lat temu
key_mapping_windows.cpp 42e619c01e Adding function key support from F17 to F35 3 lat temu
key_mapping_windows.h fe52458154 Update copyright statements to 2022 4 lat temu
lang_table.h fe52458154 Update copyright statements to 2022 4 lat temu
logo.png 53e94a1ce1 Optimize images losslessly using `oxipng -o6 --strip all --zopfli` 7 lat temu
os_windows.cpp 10a56981dc Rename String `plus_file` to `path_join` 3 lat temu
os_windows.h 6e647dea24 Remove unused force_quit variable from many OS abstractions 3 lat temu
platform_config.h fe52458154 Update copyright statements to 2022 4 lat temu
platform_windows_builders.py 27b0f18275 Unify bits, arch, and android_arch into env["arch"] 3 lat temu
tts_windows.cpp 9923851370 Fix typos with codespell 3 lat temu
tts_windows.h 746dddc067 Replace most uses of Map by HashMap 3 lat temu
vulkan_context_win.cpp 96c21bc749 opengl3 driver now works on windows including multi window 3 lat temu
vulkan_context_win.h 90019676b0 Code quality: Fix header guards consistency 3 lat temu
windows_terminal_logger.cpp b8b4580448 Style: Cleanup single-line blocks, semicolons, dead code 3 lat temu
windows_terminal_logger.h 90019676b0 Code quality: Fix header guards consistency 3 lat temu

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