summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative_api.json
AgeCommit message (Expand)Author
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-21Update core documentation to match recent C# changesAaron Franke
2020-07-06Add sort and has methods to PackedArraysAaron Franke
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-11GDNative: merge API structs, bump version of merged structs.bruvzg
2020-05-26GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions.bruvzg
2020-05-18GDNative add new core types.bruvzg
2020-05-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-12GDNative: Make godot_int an int64_tRémi Verschelde
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
2020-01-10Expose instance_from_id to GDNativetoasteater
2020-01-03Expose cast_to to GDNative for dynamic castssheepandshepherd
2019-11-02Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-09-14Add array slice methodCameron Reikes
2019-07-29Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde
2019-07-24Added direction_to to GDNativeChaosus
2019-07-23Added count method to StringChaosus
2019-06-16Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde
2019-05-30Setup Godot to support the Oculus Mobile SDK.fhuya
2019-05-28Added move_toward functions for float, Vector2 and Vector3Giacom
2019-05-23Merge pull request #28738 from 2shady4u/masterRémi Verschelde
2019-05-23Added native binding for dictionary duplicationshaderbeast
2019-05-16WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli
2019-04-12Add WebRTC GDNative interfaceFabio Alessandrelli
2019-02-24Fixing C compatiblity for GDNative NET moduleFabio Alessandrelli
2019-02-21added godot_dictionary_get_with_default to GDNativekarroffel
2019-01-09Merge pull request #20552 from KidRigger/gsoc-peerRémi Verschelde
2018-12-16Reduce String CoWHein-Pieter van Braam
2018-12-13Added interface for GDNative Videodecoder.Anish
2018-10-26Update GDNantive APIlupoDharkael
2018-09-13[GDNative] add Variant::OperatorThomas Herzog
2018-08-30[GDNative] add initial core 1.1 extensionThomas Herzog
2018-08-22Implemented profiling functions for NativeScriptMarcelo Fernandez
2018-06-19Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij
2018-05-27[WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij
2018-05-10changed GDNative API json formatkarroffel
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-04-07Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky
2018-04-05[NativeScript] added global type tag systemkarroffel
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-02-11gdnative_api.json: Change argument name to r_desttilpner
2018-02-09add initial NativeScript 1.1 extensionkarroffel
2018-01-18Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron
2018-01-11[GDNative] updates to string API and const fixeskarroffel