summaryrefslogtreecommitdiff
path: root/modules/gdnative/arvr
AgeCommit message (Expand)Author
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-06-27Add default values to the editor help, docs, and generated RSTBojidar Marinov
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-04-30Forgot a parameter in the ARVR gdnative bindings for notificationsBastiaan Olij
2019-04-27Send notifications to ARVRInterfacesBastiaan Olij
2019-04-06Add option to have viewport render into supplied textureBastiaan Olij
2019-02-21Fix warnings seen with -Wignored-qualifiers.marxin
2019-02-12Drivers, main, servers: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-09-18SCons: Fix ARVR can_build arityRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-05-27[WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-28Set real world position, not virtual world position!Bastiaan Olij
2017-11-13Removed add/remove interface bindings and added get_interfacesBastiaanOlij
2017-11-10[GDNative] rename nativearvr extension to arvrKarroffel