| .. |
|
action_map
|
Replace size() == 0 with is_empty().
|
2025-04-02 19:18:43 +08:00 |
|
doc_classes
|
Use Grisu2 algorithm in String::num_scientific to fix serializing
|
2025-05-22 09:13:16 -07:00 |
|
editor
|
Remove NOTIFICATION_ENTER_TREE when NOTIFICATION_THEME_CHANGED is used
|
2025-05-06 15:28:03 +02:00 |
|
extensions
|
RenderingDevice: introduce parameter 'mipmaps' for texture_create_from_extension()
|
2025-05-07 15:15:55 +03:00 |
|
scene
|
Fix cases where _get returned true erroneously
|
2025-04-25 19:06:09 +02:00 |
|
config.py
|
Adding support for the OpenXR futures extension
|
2025-03-18 18:59:36 +11:00 |
|
openxr_api.cpp
|
Merge pull request #104738 from YYF233333/cleanup_rid_owner
|
2025-04-22 10:44:25 -05:00 |
|
openxr_api.h
|
OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS
|
2025-03-31 07:21:58 -05:00 |
|
openxr_api_extension.compat.inc
|
OpenXR: Clean-up OpenXRExtensionWrapper by removing multiple inheritance and deprecating OpenXRExtensionWrapperExtension
|
2025-03-20 07:19:55 -05:00 |
|
openxr_api_extension.cpp
|
OpenXR: Support alternative reference spaces from extensions
|
2025-03-24 11:33:30 -05:00 |
|
openxr_api_extension.h
|
OpenXR: Support alternative reference spaces from extensions
|
2025-03-24 11:33:30 -05:00 |
|
openxr_interface.cpp
|
Merge pull request #99768 from dsnopek/openxr-vulkan-foveated-rendering
|
2025-04-17 09:14:23 -05:00 |
|
openxr_interface.h
|
OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS
|
2025-03-31 07:21:58 -05:00 |
|
openxr_platform_inc.h
|
Add support for Direct3D 12 OpenXR backend.
|
2025-04-19 20:39:33 -07:00 |
|
openxr_util.cpp
|
Core: Replace C math headers with C++ equivalents
|
2025-04-16 15:49:02 -05:00 |
|
openxr_util.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
register_types.cpp
|
Remove registration of deprecated classes
|
2025-05-05 20:16:50 +02:00 |
|
register_types.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |
|
SCsub
|
OpenXR: Fix building with Wayland support and opengl3=no
|
2025-04-24 09:17:19 -05:00 |
|
util.h
|
Style: Replace header guards with #pragma once
|
2025-03-07 17:33:47 -06:00 |