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
/
webxr
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+2
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
1
-1
/
+1
*
Improve XRInterface hooks into rendering
Bastiaan Olij
2022-01-26
2
-2
/
+2
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
2
-4
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
7
-14
/
+14
*
Rework XR positional trackers
Bastiaan Olij
2021-10-17
3
-22
/
+69
*
Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...
Bastiaan Olij
2021-09-28
1
-1
/
+20
*
Change to using doubles in XR classes
Bastiaan Olij
2021-09-21
2
-2
/
+2
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-2
/
+0
*
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-26
4
-32
/
+11
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
1
-26
/
+13
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
WebXR: Fix build after SNAME addition
Rémi Verschelde
2021-07-21
1
-2
/
+2
*
Merge pull request #50563 from dsnopek/webxr-enable-ci
Rémi Verschelde
2021-07-21
2
-0
/
+18
|
\
|
*
Re-enable building WebXR in GitHub Actions
David Snopek
2021-07-17
2
-0
/
+18
*
|
Optimize StringName usage
reduz
2021-07-18
1
-6
/
+6
|
/
*
[HTML5] Fix build (with module_webxr_enabled=no).
Fabio Alessandrelli
2021-07-15
2
-5
/
+5
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-2
/
+2
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
2
-7
/
+25
*
Disable 3D-only modules when 3D is disabled
Aaron Franke
2021-06-03
1
-1
/
+1
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
2
-6
/
+6
*
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
Fixes #48178: WebXR broken when built with Emscripten 2.0.13 or later
David Snopek
2021-04-28
1
-2
/
+0
*
Change XRPositionalTracker to a reference and better expose it to GDNative
Bastiaan Olij
2021-03-29
3
-7
/
+7
*
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
1
-1
/
+1
*
Add missing semicolons to webxr.eterns.js
Marcel Admiraal
2021-02-21
1
-2
/
+2
*
Fix WebXRInterface code sample in the class reference
Hugo Locurcio
2021-01-30
1
-61
/
+63
*
Remove reference to CanvasLayer in WebXR example, because it can cause render...
David Snopek
2021-01-28
1
-2
/
+4
*
Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking
David Snopek
2021-01-27
3
-10
/
+32
*
Support mono devices in WebXR
David Snopek
2021-01-25
3
-3
/
+12
*
Merge pull request #45054 from dsnopek/webxr-yaxis-master
Rémi Verschelde
2021-01-10
1
-1
/
+7
|
\
|
*
Invert the Y-axis on thumbsticks and trackpads in WebXR
David Snopek
2021-01-09
1
-1
/
+7
*
|
Fix WebXR module.
Fabio Alessandrelli
2021-01-10
1
-3
/
+3
|
/
*
doc: Sync classref with current source
Rémi Verschelde
2021-01-06
2
-71
/
+71
*
Add support for WebXR
David Snopek
2021-01-04
12
-0
/
+2280
[prev]