Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | |
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes. | |||
2018-01-05 | Add missing copyright headers and fix formatting | Ré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-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | |
2017-09-10 | Added ID to tracker signals and property for storing hand | Bastiaan Olij | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | |
2017-07-28 | Adding base classes and structures for ARVR support | BastiaanOlij | |
Added ArVrScriptInterface Added ARVRCamera, ARVRController and ARVROrigin helper objects |