summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_api.json
Commit message (Expand)AuthorAgeFilesLines
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-14/+14
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-773/+269
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-7/+0
* GDNative: Make godot_int an int64_tRémi Verschelde2020-02-121-1/+1
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-7/+0
* Expose instance_from_id to GDNativetoasteater2020-01-101-0/+7
* Expose cast_to to GDNative for dynamic castssheepandshepherd2020-01-031-0/+15
* Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg2019-11-021-49/+49
* Added empty() function to pool array typesPouleyKetchoupp2019-10-311-0/+49
* Add array slice methodCameron Reikes2019-09-141-0/+11
* Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde2019-07-291-8/+8
* Added direction_to to GDNativeChaosus2019-07-241-0/+16
* Added count method to StringChaosus2019-07-231-0/+20
* Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde2019-06-161-1/+13
|\
| * Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-301-1/+13
* | Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-281-0/+18
|/
* Merge pull request #28738 from 2shady4u/masterRémi Verschelde2019-05-231-1/+18
|\
| * Added native binding for dictionary duplicationshaderbeast2019-05-231-1/+18
* | WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli2019-05-161-2/+17
|/
* Add WebRTC GDNative interfaceFabio Alessandrelli2019-04-121-1/+18
* 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