| .. |
|
doc_classes
|
Add shader baker to project exporter.
|
2025-05-27 12:45:27 -03:00 |
|
export
|
Fix editor one-click icons not showing.
|
2025-07-21 12:18:44 +03:00 |
|
README.md
|
…
|
|
|
SCsub
|
[Windows] Add SSE4.2 support runtime check.
|
2025-07-13 12:58:29 +03:00 |
|
console_wrapper_windows.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
cpu_feature_validation.c
|
[Windows] Fix SSE4.2 detection with LTO build.
|
2025-07-15 17:23:35 +03:00 |
|
crash_handler_windows.h
|
…
|
|
|
crash_handler_windows_seh.cpp
|
Fix various race conditions with capturing of script backtraces
|
2025-06-02 19:46:19 +02:00 |
|
crash_handler_windows_signal.cpp
|
Fix various race conditions with capturing of script backtraces
|
2025-06-02 19:46:19 +02:00 |
|
detect.py
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
display_server_windows.cpp
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
display_server_windows.h
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
drop_target_windows.cpp
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
drop_target_windows.h
|
…
|
|
|
gl_manager_windows_angle.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
gl_manager_windows_angle.h
|
…
|
|
|
gl_manager_windows_native.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
gl_manager_windows_native.h
|
…
|
|
|
godot.ico
|
…
|
|
|
godot.natvis
|
…
|
|
|
godot_console.ico
|
…
|
|
|
godot_res.rc
|
…
|
|
|
godot_res_wrap.rc
|
…
|
|
|
godot_windows.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
key_mapping_windows.cpp
|
…
|
|
|
key_mapping_windows.h
|
…
|
|
|
lang_table.h
|
…
|
|
|
msvs.py
|
…
|
|
|
native_menu_windows.cpp
|
Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized.
|
2025-06-11 18:13:02 +02:00 |
|
native_menu_windows.h
|
…
|
|
|
os_windows.cpp
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
os_windows.h
|
Add support for SDL3 joystick input driver
|
2025-06-25 01:28:50 +02:00 |
|
platform_config.h
|
…
|
|
|
platform_gl.h
|
…
|
|
|
platform_windows_builders.py
|
…
|
|
|
rendering_context_driver_vulkan_windows.cpp
|
…
|
|
|
rendering_context_driver_vulkan_windows.h
|
…
|
|
|
tts_windows.cpp
|
…
|
|
|
tts_windows.h
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
uiautomationcore.arm32.def
|
…
|
|
|
uiautomationcore.arm64.def
|
…
|
|
|
uiautomationcore.x86_32.def
|
…
|
|
|
uiautomationcore.x86_64.def
|
…
|
|
|
wgl_detect_version.cpp
|
Core: Modernize C headers with C++ equivalents
|
2025-05-02 08:23:01 -05:00 |
|
wgl_detect_version.h
|
…
|
|
|
windows_terminal_logger.cpp
|
Core: Unify display of error type prefixes
|
2025-06-09 20:18:51 +03:00 |
|
windows_terminal_logger.h
|
…
|
|
|
windows_utils.cpp
|
Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
2025-05-26 18:35:41 +02:00 |
|
windows_utils.h
|
…
|
|