summaryrefslogtreecommitdiffstats
path: root/servers/arvr
Commit message (Expand)AuthorAgeFilesLines
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-095-617/+0
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Exposing get_tracker_id for ARVRPositionalTracker to GDScriptBastiaan Olij2020-03-041-0/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Typo fix: "differt" -> "different"follower2019-08-281-1/+1
* Use reference to constant in functionsqarmin2019-07-102-2/+2
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-152-0/+8
* Send notifications to ARVRInterfacesBastiaan Olij2019-04-271-0/+1
* Merge pull request #27527 from BastiaanOlij/render_ext_targetRémi Verschelde2019-04-072-0/+6
|\
| * Add option to have viewport render into supplied textureBastiaan Olij2019-04-062-0/+6
* | Added a mesh interface to the arvr positional trackersBastiaan Olij2019-02-062-4/+18
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-1/+5
* Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
* Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij2017-12-221-2/+21
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-132-2/+2
* Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-012-0/+21
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-142-188/+0
* Made a few tweaks to the interfaceBastiaanOlij2017-10-064-36/+133
* Added ID to tracker signals and property for storing handBastiaan Olij2017-09-102-0/+26
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-3/+3
* Added ARVRAnchor support and a few small enhancementsBastiaanOlij2017-08-032-5/+36
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-287-0/+579