summaryrefslogtreecommitdiffstats
path: root/servers/arvr_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-386/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-1/+1
* Added StringName as a variant type.Juan Linietsky2020-02-211-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-5/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-111-0/+2
* A few fixes on the ARVR ServerBastiaan Olij2018-03-151-0/+50
* Remove a few debugging printsHugo Locurcio2018-02-051-2/+0
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* modify default param names in couple of signalsUnknown2018-01-121-4/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij2017-12-221-5/+16
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-131-3/+16
* Merge pull request #12290 from Noshyaar/enumRémi Verschelde2017-10-211-1/+1
|\
| * Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-1/+1
* | Cleanup unnecessary debug printsRémi Verschelde2017-10-211-1/+1
|/
* Fix argument names in method bindings.Andreas Haas2017-10-111-3/+3
* Made a few tweaks to the interfaceBastiaanOlij2017-10-061-2/+2
* Merge pull request #10908 from hpvb/fix-unused-variablesRémi Verschelde2017-09-121-1/+0
|\
| * Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+0
* | Added ID to tracker signals and property for storing handBastiaan Olij2017-09-101-4/+4
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-6/+6
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-3/+3
* Adding base classes and structures for ARVR supportBastiaanOlij2017-07-281-0/+313