virtualx-engine/platform/windows
bruvzg ac0ed9ce67
Windows icon export improvements.
Regenerate Windows icon on export to ensure correct icon size order.
Add support for using PNG/WebP/SVG files as an icon for Windows exports.
Allow using WebP/SVG files as icon for macOS exports.
Add option to select generated icons interpolation, and set default interpolation to Lanczos.
2022-11-18 19:42:07 +02:00
..
export Windows icon export improvements. 2022-11-18 19:42:07 +02:00
console_wrapper_windows.cpp Fix misc formatting issues 2022-11-14 19:00:48 +01:00
crash_handler_windows.cpp
crash_handler_windows.h
detect.py Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
display_server_windows.cpp Set vsync on window creation when using GLES3. 2022-11-15 14:14:21 -08:00
display_server_windows.h Merge pull request #67790 from kdada/fix-flash-window 2022-10-28 13:02:58 -07:00
gl_manager_windows.cpp Set vsync on window creation when using GLES3. 2022-11-15 14:14:21 -08:00
gl_manager_windows.h Set vsync on window creation when using GLES3. 2022-11-15 14:14:21 -08:00
godot.ico
godot.natvis
godot_res.rc
godot_res_wrap.rc [Windows] Add icon to the console wrapper, add option to set icon for the console wrapper on export. 2022-11-15 23:47:21 +02:00
godot_windows.cpp
joypad_windows.cpp Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
joypad_windows.h
key_mapping_windows.cpp
key_mapping_windows.h
lang_table.h
logo.png
os_windows.cpp [Windows] Use case-sensitive file names for the system fonts to avoid warnings. 2022-11-17 09:39:31 +02:00
os_windows.h Add console wrapper app to handle console i/o redirection on Windows. 2022-10-31 14:37:49 +02:00
platform_config.h Regenerate GL loader code with GLAD 2 2022-11-14 21:48:01 +01:00
platform_windows_builders.py
README.md
SCsub Add console wrapper app to handle console i/o redirection on Windows. 2022-10-31 14:37:49 +02:00
tts_windows.cpp
tts_windows.h
vulkan_context_win.cpp
vulkan_context_win.h Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
windows_terminal_logger.cpp
windows_terminal_logger.h

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