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
/
mobile_vr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
2
-31
/
+31
|
\
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
2
-31
/
+31
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Fix type-o in `MobileVRInterface` sample code in docs: `xr` -> `use_xr`
David Snopek
2024-07-31
1
-1
/
+1
*
Improvements to VRS/Foveated rendering
Bastiaan Olij
2024-05-03
3
-3
/
+70
*
Merge pull request #91140 from RadiantUwU/add-mobile-vr-screen-rect
Rémi Verschelde
2024-05-02
3
-3
/
+25
|
\
|
*
Implement offset_rect property to MobileVRInterface to allow changing screen ...
Radiant
2024-05-02
3
-3
/
+25
*
|
MobileVR: orientation is progressive and needs to be initialised
Bastiaan Olij
2024-04-29
1
-1
/
+1
|
/
*
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
*
Add a get_system_info method to XRInterface
Bastiaan Olij
2023-03-15
2
-0
/
+10
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
3
-3
/
+3
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
2
-3
/
+3
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
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 get_axis to get_column, remove redundant methods
Aaron Franke
2022-05-03
1
-3
/
+3
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-3
/
+3
|
/
*
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
*
Adding a tracking confidence state to XRPose
Bastiaan Olij
2022-01-20
2
-1
/
+4
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-3
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Make overridden properties link to parent definition
Yuri Sizov
2021-12-03
1
-1
/
+1
*
Add support for returning the play area from XRInterface
Bastiaan Olij
2021-10-19
3
-0
/
+18
*
Rework XR positional trackers
Bastiaan Olij
2021-10-17
2
-17
/
+44
*
Improve unregistering XR interfaces so we don't get crashes in GDExtensions b...
Bastiaan Olij
2021-09-28
1
-1
/
+16
*
Change to using doubles in XR classes
Bastiaan Olij
2021-09-21
2
-38
/
+38
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
1
-4
/
+0
*
Add source rectangle to blit
Bastiaan Olij
2021-08-29
1
-5
/
+5
*
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-26
2
-35
/
+13
*
Add constant to vector function parameters that don't actually modify their i...
Ricard Rovira Cubeles
2021-08-15
1
-4
/
+4
*
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
1
-1
/
+1
*
Add stereoscopic rendering through multiview
Bastiaan Olij
2021-06-13
2
-22
/
+79
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-2
/
+2
*
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
-4
/
+4
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-6
/
+6
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-25
/
+15
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
Port ClassDB tests to use doctest
Andrii Doroshenko (Xrayez)
2020-08-16
1
-3
/
+5
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-12
/
+12
*
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-19
2
-7
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-6
/
+12
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-7
/
+13
[next]