aboutsummaryrefslogtreecommitdiff
path: root/modules/mobile_vr/mobile_interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+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!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-0/+2
|
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-131-1/+1
|
* Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-111-11/+0
|
* Fix has_gyro and has_grav mixupBastiaan Olij2017-11-081-3/+7
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-18/+11
|
* reintroduce generic mobile vr interfaceBastiaanOlij2017-09-281-0/+511