summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_api.json
Commit message (Expand)AuthorAgeFilesLines
* Fixing C compatiblity for GDNative NET moduleFabio Alessandrelli2019-02-241-0/+35
* added godot_dictionary_get_with_default to GDNativekarroffel2019-02-211-8/+17
* Merge pull request #20552 from KidRigger/gsoc-peerRémi Verschelde2019-01-091-0/+36
|\
| * Added interface for GDNative Videodecoder.Anish2018-12-131-0/+36
* | Reduce String CoWHein-Pieter van Braam2018-12-161-1/+1
|/
* Update GDNantive APIlupoDharkael2018-10-261-0/+177
* [GDNative] add Variant::OperatorThomas Herzog2018-09-131-0/+18
* [GDNative] add initial core 1.1 extensionThomas Herzog2018-08-301-19/+110
* Implemented profiling functions for NativeScriptMarcelo Fernandez2018-08-221-0/+8
* Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-191-0/+23
* [WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij2018-05-271-1/+1
* changed GDNative API json formatkarroffel2018-05-101-5/+8
* Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-0/+14
* Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-071-14/+0
|\
| * Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-14/+0
* | [NativeScript] added global type tag systemkarroffel2018-04-051-0/+17
|/
* gdnative_api.json: Change argument name to r_desttilpner2018-02-111-1/+1
* add initial NativeScript 1.1 extensionkarroffel2018-02-091-0/+101
* Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-181-0/+98
* [GDNative] updates to string API and const fixeskarroffel2018-01-111-29/+53
* Remove get_stack_bottomRuslan Mustakov2017-12-161-6/+0
* Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative...Emmanuel Leblond2017-12-151-0/+12
* Fixed typo: substract to subtractIndah Sylvia2017-12-051-4/+4
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-1/+1
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-1/+1
* | Add bsearch and bsearch_custom to Arraypoke10242017-11-211-0/+20
* | [GDNative] add a way to register call typesKarroffel2017-11-201-0/+8
* | [GDNative] removed godot_string_c_strKarroffel2017-11-201-7/+0
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-73/+73
|/
* [GDNative] renamed nativearvr to arvr in api.jsonKarroffel2017-11-101-2/+2
* [GDNative] better API struct versioningKarroffel2017-11-101-4/+20
* [GDNative] refactored API struct into core and extensionsKarroffel2017-11-091-5753/+5772
* [GDNative] even more API fixesKarroffel2017-11-071-0/+23
* Merge pull request #12612 from karroffel/gdnative-poolarray-accessorsThomas Herzog2017-11-041-0/+406
|\
| * [GDNative] added Read and Write accessors to pool arraysKarroffel2017-11-031-0/+406
* | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij2017-11-041-0/+7
|\ \
| * | Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-011-0/+7
| |/
* / [GDNative] small API bug fixesKarroffel2017-11-031-1/+9
|/
* Couple of small changes so our ARVRInterfaceGDNative gets constructed and reg...BastiaanOlij2017-10-151-1/+0
* update ARVRInterfaceGDNative to use API structKarroffel2017-10-141-0/+8
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-0/+72
* [GDnative] Add string_name apiEmmanuel Leblond2017-10-081-0/+60
* Store GDNative API in array instead of dictionarysheepandshepherd2017-10-071-664/+1326
* [GDNative] added API struct wrapper generatorKarroffel2017-10-031-4/+4
* [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-031-0/+4512