godot/modules/openxr
Rémi Verschelde c273ddc3ee Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init
Didn't commit all the changes where it wants to initialize a struct
with `{}`. Should be reviewed in a separate PR.

Option `IgnoreArrays` enabled for now to be conservative, can be
disabled to see if it proposes more useful changes.

Also fixed manually a handful of other missing initializations / moved
some from constructors.
2022-05-02 16:28:25 +02:00
..
action_map Validate input in OpenXR array setter 2022-04-20 11:00:58 +08:00
doc_classes Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
editor catch null profile_def causing crash on startup 2022-04-11 08:55:23 -07:00
extensions Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
config.py Implementing OpenXR driver 2022-02-23 12:02:24 +01:00
openxr_api.cpp Fix cppcheck const parameters 2022-04-28 11:35:39 +02:00
openxr_api.h Style: Partially apply clang-tidy's cppcoreguidelines-pro-type-member-init 2022-05-02 16:28:25 +02:00
openxr_interface.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
openxr_interface.h Cleanup OpenXR on initialisation failure 2022-03-25 18:30:47 +11:00
openxr_util.cpp Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
openxr_util.h Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
register_types.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
register_types.h Implementing OpenXR driver 2022-02-23 12:02:24 +01:00
SCsub CI: Update black formatter and apply changes 2022-04-05 17:43:12 +02:00