1
0
Fork 0
godot/platform/windows
jsjtxietian 126874bb38 Check nullptr in `_nvapi_disable_threaded_optimization` to prevent crash
update outdated link

(cherry picked from commit a3f44cd67e)
2024-01-23 19:57:34 +01:00
..
doc_classes Fix docs after renaming export option 2023-06-12 23:59:55 +02:00
export Fix Windows console wrapper and icon being swapped 2023-09-21 15:43:10 +02:00
README.md
SCsub [Windows] Add main executable to the console wrapper dependencies to prevent simultaneous linking. 2023-09-20 22:44:04 +02:00
console_wrapper_windows.cpp
crash_handler_windows.cpp
crash_handler_windows.h
detect.py Fix invalid Python escape sequences 2024-01-16 17:17:29 +01:00
display_server_windows.cpp Fix bug where maximized->fullscreen->windowed mode stays maximized. 2024-01-23 19:09:45 +01:00
display_server_windows.h [DisplayServer] Add method to check if native window is focused. 2023-06-16 10:27:52 +03:00
gl_manager_windows.cpp Check nullptr in `_nvapi_disable_threaded_optimization` to prevent crash 2024-01-23 19:57:34 +01:00
gl_manager_windows.h Disable NVIDIA's threaded optimization on Windows 2023-06-13 11:47:40 +02:00
godot.ico
godot.natvis
godot_console.ico
godot_res.rc
godot_res_wrap.rc
godot_windows.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
joypad_windows.cpp Update joypad_windows.cpp 2023-10-24 19:50:22 +02:00
joypad_windows.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
key_mapping_windows.cpp
key_mapping_windows.h
lang_table.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
os_windows.cpp Windows: Always double-quote path when launching explorer.exe to browse 2023-10-24 16:05:00 +02:00
os_windows.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
platform_config.h
platform_windows_builders.py
tts_windows.cpp
tts_windows.h
vulkan_context_win.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
vulkan_context_win.h
windows_terminal_logger.cpp Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00
windows_terminal_logger.h Style: Harmonize header includes in platform ports 2023-06-08 15:19:19 +02:00

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