summaryrefslogtreecommitdiffstats
path: root/scene/3d/xr_nodes.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
|
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-201-0/+2
|
* Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵Malcolm Nixon2024-04-181-0/+4
| | | | drive node positions and visibility.
* Expose profile_changed signal to XRController3DLogan Lang2024-03-061-0/+1
|
* Revert "Update Node::get_configuration_warnings signature"Rémi Verschelde2024-02-171-3/+3
| | | | This reverts commit d3852deaa450d77edb30df2bb1c77bd7bc45befc.
* Update Node::get_configuration_warnings signatureRedMser2024-02-081-3/+3
|
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-6/+6
|
* Added XR tracking-state change signalsMalcolm Nixon2023-09-031-1/+3
| | | | | Add "pose_lost_tracking" signal to XRPositionalTracker. Add "tracking_changed" signal to XRNode3D.
* Rename getters and signals on XR nodes to be consistant with input typesBastiaan Olij2023-01-231-4/+5
|
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix recurrense issue with setting current origin nodeBastiaan Olij2022-12-051-0/+2
|
* Add current setting to XROrigin3D and fix double positioning HMDBastiaan Olij2022-10-131-6/+7
|
* Change return type of `get_configuration_warnings` to `PackedStringArray`Marc Gilleron2022-09-191-3/+3
|
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-1/+1
|
* Implementing OpenXR driverBastiaan Olij2022-02-231-3/+0
|
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-5/+3
| | | | | | | | | | Each file in Godot has had multiple contributors who co-authored it over the years, and the information of who was the original person to create that file is not very relevant, especially when used so inconsistently. `git blame` is a much better way to know who initially authored or later modified a given chunk of code, and most IDEs now have good integration to show this information.
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Rework XR positional trackersBastiaan Olij2021-10-171-37/+73
|
* Fix some unnecessary includesAaron Franke2021-08-131-2/+0
|
* Use real_t in 3D nodesAaron Franke2021-08-031-3/+3
|
* Use Array for node configuration warningsNathan Franke2021-04-111-4/+4
| | | | Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
| | | | | | | | | | | | | | Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆
* Rename XRPositionalTracker methodsMarcel Admiraal2020-12-211-1/+1
| | | | | | | | | | Renames: - set_type() -> set_tracker_type() - set_name() -> set_tracker_name() - get_tracks_orientation() - `is_tracking_orientation() - get_tracks_position() -> `is_tracking_position() - get_hand() -> get_tracker_hand() - set_hand() -> set_tracker_hand()
* Add override keywords.Marcel Admiraal2020-07-101-8/+8
|
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-14/+14
|
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+0
| | | | | | | | | | | | | | Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027.
* Remove redundant void argument listsRémi Verschelde2020-05-141-6/+6
| | | | | Using clang-tidy's `modernize-redundant-void-arg`. https://clang.llvm.org/extra/clang-tidy/checks/modernize-redundant-void-arg.html
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-0/+176