summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative_api.json
Commit message (Expand)AuthorAgeFilesLines
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-117/+273
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-10/+3
* Update core documentation to match recent C# changesAaron Franke2020-07-211-7/+7
* Add sort and has methods to PackedArraysAaron Franke2020-07-061-11/+146
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-8/+0
* GDNative: merge API structs, bump version of merged structs.bruvzg2020-06-111-3452/+3421
* GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions.bruvzg2020-05-261-0/+126
* GDNative add new core types.bruvzg2020-05-181-89/+1207
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-2/+2
* Renamed plane's d to distanceMarcus Elg2020-05-101-2/+2
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-3/+3
* 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