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
*
Fix support for environment blend modes on `WebXRInterface`
David Snopek
2024-06-26
5
-3
/
+59
*
Improve WebXR API docs related to hand tracking support
David Snopek
2024-06-26
1
-6
/
+11
*
Merge pull request #93614 from Malcolmnixon/webxr-hand-tracking-palm-rotation
Rémi Verschelde
2024-06-26
1
-6
/
+14
|
\
|
*
This PR modifies how the WebXR palm joint transform is calculated so it also ...
Malcolm Nixon
2024-06-25
1
-6
/
+14
*
|
[WebXR] Fix closure compiler mangling `XRSession.enabledFeatures`
David Snopek
2024-06-25
2
-1
/
+7
|
/
*
Upgrade to eslint 9
patwork
2024-05-22
1
-5
/
+6
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+2
*
Remove the Hand enum from XRHandTracker to fix name-collision with the hand p...
Malcolm Nixon
2024-04-25
1
-1
/
+1
*
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...
Malcolm Nixon
2024-04-18
6
-12
/
+63
*
Fix lint errors in WebXR module
David Snopek
2024-02-23
1
-2
/
+2
*
WebXR: Add support for hand tracking
David Snopek
2024-02-23
8
-26
/
+182
*
Add screen-related attributes to mouse input events
Markus Sauermann
2024-02-05
1
-0
/
+1
*
Add MSAA support for WebXR
David Snopek
2023-12-11
1
-26
/
+12
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
3
-4
/
+6
*
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
1
-6
/
+6
*
Merge pull request #72938 from dsnopek/webxr-frame-rate
Rémi Verschelde
2023-04-11
8
-0
/
+129
|
\
|
*
[WebXR] Add support for getting and setting display refresh rate
David Snopek
2023-02-10
8
-0
/
+129
*
|
Add a get_system_info method to XRInterface
Bastiaan Olij
2023-03-15
2
-0
/
+11
*
|
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
|
Fix byte packing (and buffer overrun) in godot_webxr_get_bounds_geometry()
David Snopek
2023-02-10
1
-4
/
+3
|
/
*
Update WebXR tutorial link to point at the Godot 4 version
David Snopek
2023-01-25
1
-1
/
+1
*
Correctly apply world_scale in WebXR
David Snopek
2023-01-23
1
-9
/
+3
*
Class reference: snake_case .gd filenames, _on_*
Doug Thompson
2023-01-15
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+233
*
Get WebXR fully working in Godot 4!
David Snopek
2022-12-01
8
-408
/
+1560
*
Fix WebXR after changing Emscripten configuration noExitRuntime to false
David Snopek
2022-11-10
1
-1
/
+3
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Fixed signal connection examples to use new callable syntax in the docs
Anutrix
2022-10-30
1
-5
/
+5
*
Add multiview to the opengl3 driver
David Snopek
2022-10-21
3
-18
/
+28
*
Rename Projection `matrix` to `columns`
Aaron Franke
2022-10-04
1
-3
/
+3
*
Get WebXR minimally working again in Godot 4
David Snopek
2022-09-19
5
-194
/
+59
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
5
-10
/
+10
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
1
-11
/
+11
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
2
-3
/
+3
*
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
2
-4
/
+14
|
\
|
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-9
/
+9
|
/
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-2
/
+2
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
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
[next]