summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_api.json
AgeCommit message (Expand)Author
2018-01-11[GDNative] updates to string API and const fixeskarroffel
2017-12-16Remove get_stack_bottomRuslan Mustakov
2017-12-15Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...Emmanuel Leblond
2017-12-05Fixed typo: substract to subtractIndah Sylvia
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRĂ©mi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Add bsearch and bsearch_custom to Arraypoke1024
2017-11-20[GDNative] add a way to register call typesKarroffel
2017-11-20[GDNative] removed godot_string_c_strKarroffel
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-10[GDNative] renamed nativearvr to arvr in api.jsonKarroffel
2017-11-10[GDNative] better API struct versioningKarroffel
2017-11-09[GDNative] refactored API struct into core and extensionsKarroffel
2017-11-07[GDNative] even more API fixesKarroffel
2017-11-04Merge pull request #12612 from karroffel/gdnative-poolarray-accessorsThomas Herzog
2017-11-04Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij
2017-11-03[GDNative] added Read and Write accessors to pool arraysKarroffel
2017-11-03[GDNative] small API bug fixesKarroffel
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij
2017-10-15Couple of small changes so our ARVRInterfaceGDNative gets constructed and reg...BastiaanOlij
2017-10-14update ARVRInterfaceGDNative to use API structKarroffel
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij
2017-10-08[GDnative] Add string_name apiEmmanuel Leblond
2017-10-07Store GDNative API in array instead of dictionarysheepandshepherd
2017-10-03[GDNative] added API struct wrapper generatorKarroffel
2017-10-03[GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond