aboutsummaryrefslogtreecommitdiff
path: root/servers/arvr_server.h
Commit message (Collapse)AuthorAgeFilesLines
* A few fixes on the ARVR ServerBastiaan Olij2018-03-151-0/+17
|
* Fix typos with codespellluz.paz2018-02-211-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-2/+2
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* 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-5/+9
| | | | added new center on hmd option
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-131-0/+1
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-2/+5
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-7/+7
| | | | Fixes #10244.
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+167
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects