index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
openxr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
2
-2
/
+2
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
3
-13
/
+4
*
Add startup flag to override XR mode settings
Bastiaan Olij
2022-07-28
1
-10
/
+5
*
Fix unnamed arguments in XML docs
RedMser
2022-07-26
2
-2
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
19
-23
/
+23
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
7
-10
/
+10
*
Fix tutorial links in XR classes docs
python273
2022-07-22
1
-2
/
+2
*
Improve `linuxbsd` headless building, cleanup build scripts
Riteo
2022-07-20
1
-1
/
+5
*
Split dependency logic
Bastiaan Olij
2022-06-28
1
-2
/
+0
*
Adding HTC tracker support
Bastiaan Olij
2022-06-16
8
-4
/
+387
*
Expose XRPose's get angular velocity.
K. S. Ernest (iFire) Lee
2022-06-14
2
-6
/
+6
*
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-0
/
+1
*
use ERR_FAIL_INDEX when preferred
Nathan Franke
2022-05-25
1
-2
/
+1
*
fix OpenXRAPI::is_extension_supported returning opposite result
Saenoe
2022-05-18
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
4
-15
/
+21
*
Merge pull request #60949 from derammo/derammo_openxr_wrong_conditional
Rémi Verschelde
2022-05-11
1
-1
/
+1
|
\
|
*
corrected conditional compile of OpenXR with/without opengl3 driver
derammo
2022-05-11
1
-1
/
+1
*
|
Split out bokeh_dof and copy effects
Bastiaan Olij
2022-05-11
1
-5
/
+4
|
/
*
Refactor module initialization
reduz
2022-05-04
2
-31
/
+38
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
2
-7
/
+7
*
Fix cppcheck const parameters
Markus Sauermann
2022-04-28
2
-4
/
+4
*
Validate input in OpenXR array setter
Haoyu Qiu
2022-04-20
1
-2
/
+16
*
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-04-17
1
-1
/
+2
*
catch null profile_def causing crash on startup
Josh Kabo
2022-04-11
1
-0
/
+2
*
Merge pull request #59940 from BastiaanOlij/xr_new_controllers_20220405
Rémi Verschelde
2022-04-11
6
-22
/
+305
|
\
|
*
Added missing interaction profiles and making sure related extensions are ena...
Bastiaan Olij
2022-04-06
6
-22
/
+305
*
|
CI: Update black formatter and apply changes
Rémi Verschelde
2022-04-05
1
-1
/
+0
*
|
Style: Apply clang-tidy to current code, add `readability-redundant-member-init`
Rémi Verschelde
2022-04-04
1
-5
/
+5
*
|
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
2
-2
/
+2
|
/
*
Add action map editor for OpenXR
Bastiaan Olij
2022-04-04
34
-55
/
+2692
*
Fix typos with codespell
Rémi Verschelde
2022-03-31
5
-6
/
+6
*
Move OpenXR project settings to the main, to make them visible on unsupported...
bruvzg
2022-03-29
3
-28
/
+0
*
Cleanup OpenXR on initialisation failure
Bastiaan Olij
2022-03-25
5
-28
/
+25
*
Only uninitialise OpenXR on destruct if it was initialised
Bastiaan Olij
2022-03-11
1
-2
/
+3
*
Adding signals and events to OpenXR interface
Bastiaan Olij
2022-03-10
8
-197
/
+668
*
Fix color issues with OpenXR
Bastiaan Olij
2022-02-28
2
-3
/
+58
*
Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR
Bastiaan Olij
2022-02-27
1
-1
/
+1
*
Fix llvm compilation by adding missing override
Gilles Roudière
2022-02-23
1
-3
/
+3
*
Implementing OpenXR driver
Bastiaan Olij
2022-02-23
30
-0
/
+5948