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
/
scene
/
3d
/
xr_nodes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-7
/
+7
|
\
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-7
/
+7
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Fix super call in various `get_configuration_warnings` methods
A Thousand Ships
2024-09-05
1
-3
/
+3
*
Change hand tracking project settings and finetune show_when_tracked
Bastiaan Olij
2024-08-20
1
-1
/
+19
*
Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to d...
Malcolm Nixon
2024-04-18
1
-9
/
+28
*
Improve warning when XR shaders are not enabled
clayjohn
2024-03-11
1
-1
/
+1
*
Expose profile_changed signal to XRController3D
Logan Lang
2024-03-06
1
-4
/
+7
*
Revert "Update Node::get_configuration_warnings signature"
Rémi Verschelde
2024-02-17
1
-6
/
+6
*
Update Node::get_configuration_warnings signature
RedMser
2024-02-08
1
-6
/
+6
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-6
/
+6
*
Added XR tracking-state change signals
Malcolm Nixon
2023-09-03
1
-7
/
+26
*
Rename getters and signals on XR nodes to be consistant with input types
Bastiaan Olij
2023-01-23
1
-14
/
+23
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix recurrense issue with setting current origin node
Bastiaan Olij
2022-12-05
1
-15
/
+25
*
Update XRServer with starting position of (new) current XROrigin3D
Bastiaan Olij
2022-11-06
1
-0
/
+6
*
Fix two typos in tracker names and a bug in OpenXR haptic feedback
Bastiaan Olij
2022-10-17
1
-2
/
+2
*
Add current setting to XROrigin3D and fix double positioning HMD
Bastiaan Olij
2022-10-13
1
-59
/
+108
*
Change return type of `get_configuration_warnings` to `PackedStringArray`
Marc Gilleron
2022-09-19
1
-6
/
+6
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-7
/
+5
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-4
/
+4
*
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-1
/
+1
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-6
/
+6
*
Implementing OpenXR driver
Bastiaan Olij
2022-02-23
1
-20
/
+1
*
Use `switch` consistently in `_notification` (`scene` folder)
Rémi Verschelde
2022-02-15
1
-11
/
+12
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Refactored Node3D rotation modes
reduz
2021-10-25
1
-0
/
+2
*
Rework XR positional trackers
Bastiaan Olij
2021-10-17
1
-270
/
+357
*
Swap args of Plane(point, normal) constructor
mennomax
2021-10-15
1
-1
/
+1
*
Fix some unnecessary includes
Aaron Franke
2021-08-13
1
-2
/
+1
*
Use real_t in 3D nodes
Aaron Franke
2021-08-03
1
-3
/
+3
*
Optimize StringName usage
reduz
2021-07-18
1
-4
/
+4
*
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
1
-3
/
+3
*
Fixed error spam when XR mode is not enabled and a missed setting rename
Bastiaan Olij
2021-06-14
1
-3
/
+3
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
1
-5
/
+14
*
Rename Node3D's property translation to position
Marcel Admiraal
2021-06-04
1
-1
/
+1
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-2
/
+2
*
Use Array for node configuration warnings
Nathan Franke
2021-04-11
1
-66
/
+40
*
Change XRPositionalTracker to a reference and better expose it to GDNative
Bastiaan Olij
2021-03-29
1
-16
/
+16
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44434 from madmiraal/rename-camera3d-near-and-far
Rémi Verschelde
2020-12-28
1
-5
/
+5
|
\
|
*
Rename Camera3D near and far getters and setters
Marcel Admiraal
2020-12-20
1
-5
/
+5
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-6
/
+6
*
|
Rename XRPositionalTracker methods
Marcel Admiraal
2020-12-21
1
-3
/
+3
|
/
*
Rename XRController signal button_release to button_released
Marcel Admiraal
2020-12-08
1
-2
/
+2
*
Rename XR get_type and get_name
Aaron Franke
2020-12-04
1
-2
/
+2
*
Merge pull request #38743 from arrowinaknee/node-config-warnings
Rémi Verschelde
2020-10-01
1
-10
/
+36
|
\
[next]