aboutsummaryrefslogtreecommitdiff
path: root/servers/arvr/arvr_positional_tracker.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Reserved controller ids 1 and 2 for left and right hand controllers and ↵Bastiaan Olij2017-12-221-2/+21
| | | | added new center on hmd option
* Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-011-0/+18
|
* Added ID to tracker signals and property for storing handBastiaan Olij2017-09-101-0/+14
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-031-2/+31
|
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+142
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects