summaryrefslogtreecommitdiff
path: root/modules/mobile_vr/mobile_interface.cpp
AgeCommit message (Collapse)Author
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
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.
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-13Removed add/remove interface bindings and added get_interfacesBastiaanOlij
2017-11-11Align sensors and implement gravity sensor for AndroidBastiaan Olij
2017-11-08Fix has_gyro and has_grav mixupBastiaan Olij
2017-10-06Made a few tweaks to the interfaceBastiaanOlij
2017-09-28reintroduce generic mobile vr interfaceBastiaanOlij