Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 4 | -1/+5 |
| | | | | | | 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 2018 | Rémi Verschelde | 2018-01-01 | 4 | -8/+8 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Reserved controller ids 1 and 2 for left and right hand controllers and ↵ | Bastiaan Olij | 2017-12-22 | 1 | -2/+21 |
| | | | | added new center on hmd option | ||||
* | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 2017-11-13 | 2 | -2/+2 |
| | |||||
* | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | 2017-11-01 | 2 | -0/+21 |
| | |||||
* | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij | 2017-10-14 | 2 | -188/+0 |
| | |||||
* | Made a few tweaks to the interface | BastiaanOlij | 2017-10-06 | 4 | -36/+133 |
| | |||||
* | Added ID to tracker signals and property for storing hand | Bastiaan Olij | 2017-09-10 | 2 | -0/+26 |
| | |||||
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 4 | -4/+4 |
| | |||||
* | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -3/+3 |
| | |||||
* | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | 2017-08-03 | 2 | -5/+36 |
| | |||||
* | Adding base classes and structures for ARVR support | BastiaanOlij | 2017-07-28 | 7 | -0/+579 |
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects |