Pāvels Nadtočajevs ae61b2f655 [Windows] Fix missing argument in non-console logger call. 2 dienas atpakaļ
..
doc_classes f6d22da94b Update official export templates architecture list in docs 1 mēnesi atpakaļ
export b3f7c8f5d3 [Export] Respect icon/splash screen import settings. 2 nedēļas atpakaļ
README.md 491ded1898 Minor typo and docs URL fixes 1 gadu atpakaļ
SCsub 216488ad9b Delete old unused code for VS project generation 3 mēneši atpakaļ
console_wrapper_windows.cpp 2c8ab6e7eb Merge pull request #94839 from alvinhochun/win-set-console-mode 5 mēneši atpakaļ
crash_handler_windows.h 0d350e7108 Set clang-format `RemoveSemicolon` rule to `true` 3 mēneši atpakaļ
crash_handler_windows_seh.cpp 346cbc7f1f Add support for compiling with VS clang-cl toolset 5 mēneši atpakaļ
crash_handler_windows_signal.cpp a8c8eca74a [Windows] Fix loading debug symbol files over 2GB. 2 mēneši atpakaļ
detect.py 90208f7dd4 SCons: Fix handling of platform-specific tools, notably `mingw` 3 nedēļas atpakaļ
display_server_windows.cpp 3f2a29cd9d [Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab. 3 dienas atpakaļ
display_server_windows.h 3f2a29cd9d [Windows] Read Wacom config to check if Windows Ink is disabled and auto switch to WinTab. 3 dienas atpakaļ
drop_target_windows.cpp 2bd759964e fix drag-and-drop in windows 3 mēneši atpakaļ
drop_target_windows.h 2bd759964e fix drag-and-drop in windows 3 mēneši atpakaļ
gl_manager_windows_angle.cpp a1a0acff7c Windows: Update ANGLE surface size when window is resized 7 mēneši atpakaļ
gl_manager_windows_angle.h b37fc1014a Style: Apply new `clang-format` changes 4 mēneši atpakaļ
gl_manager_windows_native.cpp 91907a89f7 Thirdparty: Harmonize patches to document downstream changes 1 nedēļu atpakaļ
gl_manager_windows_native.h b8edc64379 [Windows] Disable G-SYNC in windowed mode 7 mēneši atpakaļ
godot.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 gadi atpakaļ
godot.natvis 9bf628891a Windows: Expand `godot.natvis` type coverage 3 mēneši atpakaļ
godot_console.ico 42c2c02acf [Windows] Optimize editor icon, use different icon for console executable. 2 gadi atpakaļ
godot_res.rc 99500611b2 Windows: Implement `DisplayServer::dialog_show` and `DisplayServer::dialog_input_text` 11 mēneši atpakaļ
godot_res_wrap.rc ae334e069c [Windows] Always use absolute UNC paths and long path aware APIs, add "long path aware" flag to the application manifest. 5 mēneši atpakaļ
godot_windows.cpp d9bba03392 [Windows] Remove unused code from `godot_windows.cpp`. 2 nedēļas atpakaļ
joypad_windows.cpp 01a2726c59 Get joypad's vendor ID, product ID, and name on Windows 2 mēneši atpakaļ
joypad_windows.h 01a2726c59 Get joypad's vendor ID, product ID, and name on Windows 2 mēneši atpakaļ
key_mapping_windows.cpp 8406e60522 Add InputEventKey.location to tell left from right 1 gadu atpakaļ
key_mapping_windows.h 8406e60522 Add InputEventKey.location to tell left from right 1 gadu atpakaļ
lang_table.h 9e4315bb50 Style: Harmonize header includes in platform ports 1 gadu atpakaļ
msvs.py 7638a6c981 Add new VS proj generation logic that supports any platform that wants to opt in 1 gadu atpakaļ
native_menu_windows.cpp 3bb2309f6b Feature adding Windows native menu close callback 1 mēnesi atpakaļ
native_menu_windows.h 3bb2309f6b Feature adding Windows native menu close callback 1 mēnesi atpakaļ
os_windows.cpp b38103e95d Windows: Normalize slashes in return of `OS.get_temp_dir()` 2 nedēļas atpakaļ
os_windows.h b77aa473a1 Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization 1 mēnesi atpakaļ
platform_config.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 1 gadu atpakaļ
platform_gl.h 1887a9df19 [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_ANDROID_blob_cache caching. 1 gadu atpakaļ
platform_windows_builders.py d4dddd00cb SCons: Extend `MinGW` support & checks 4 mēneši atpakaļ
rendering_context_driver_vulkan_windows.cpp 146ba4106f Move Vulkan includes to a central godot_vulkan.h header 4 mēneši atpakaļ
rendering_context_driver_vulkan_windows.h 761ee753bf Avoid compiler error with RenderingContextDriverVulkanWindows. 10 mēneši atpakaļ
tts_windows.cpp 24d51f7635 [Windows] Fix TTS events arriving out of order. 2 mēneši atpakaļ
tts_windows.h 24d51f7635 [Windows] Fix TTS events arriving out of order. 2 mēneši atpakaļ
wgl_detect_version.cpp 3b3e2374c9 clang-tidy: Enforce `modernize-use-nullptr` 11 mēneši atpakaļ
wgl_detect_version.h ac3fc2a8a1 [ANGLE] Add fallback control options and defaults. 1 gadu atpakaļ
windows_terminal_logger.cpp ae61b2f655 [Windows] Fix missing argument in non-console logger call. 2 dienas atpakaļ
windows_terminal_logger.h 9e4315bb50 Style: Harmonize header includes in platform ports 1 gadu atpakaļ
windows_utils.cpp 83d4bde0a2 When calling code has length of string, pass it to parse_utf8 2 mēneši atpakaļ
windows_utils.h b73e740786 Add renaming of PDB files to avoid blocking them 10 mēneši atpakaļ

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