virtualx-engine/modules/openxr
rsjtdrjgfuzkfg 20c192cc2d OpenXR: fix casts and loop in action map editor
This commit replaces potentially unsafe static casts with
Object::cast_to and fixes the order in which UI elements are looped over
when removing controls. This fixes crashes and wrong data being
displayed in the OpenXR action map editor when saving or resetting
action maps.
2022-12-16 21:32:43 +01:00
..
action_map Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
doc_classes Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
editor OpenXR: fix casts and loop in action map editor 2022-12-16 21:32:43 +01:00
extensions Fix typos with codespell 2022-12-15 12:24:08 +01:00
scene Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
config.py SCons: Disable openxr module with disable_3d=yes 2022-12-02 11:40:24 +01:00
openxr_api.cpp Merge pull request #68528 from BastiaanOlij/openxr_actionmap_changes 2022-12-13 10:16:19 +01:00
openxr_api.h Merge pull request #68528 from BastiaanOlij/openxr_actionmap_changes 2022-12-13 10:16:19 +01:00
openxr_interface.cpp Merge pull request #68528 from BastiaanOlij/openxr_actionmap_changes 2022-12-13 10:16:19 +01:00
openxr_interface.h Filter out HTC OpenXR paths based on extension 2022-10-19 00:09:54 +11:00
openxr_util.cpp Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
openxr_util.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
register_types.cpp Various fixes for OpenXR action map meta data and editing 2022-11-25 20:26:30 +11:00
register_types.h Refactor module initialization 2022-05-04 17:34:51 +02:00
SCsub Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
util.h Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2022-10-07 11:32:33 +03:00