aboutsummaryrefslogtreecommitdiff
path: root/servers/arvr/arvr_interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | 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!
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-131-1/+1
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-9/+59
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
|
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+82
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects