summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include
Commit message (Expand)AuthorAgeFilesLines
* Forgot a parameter in the ARVR gdnative bindings for notificationsBastiaan Olij2019-04-301-1/+1
* Send notifications to ARVRInterfacesBastiaan Olij2019-04-271-0/+1
* Add WebRTC GDNative interfaceFabio Alessandrelli2019-04-121-0/+29
* Add option to have viewport render into supplied textureBastiaan Olij2019-04-061-1/+3
* Fixing C compatiblity for GDNative NET moduleFabio Alessandrelli2019-02-241-5/+5
* added godot_dictionary_get_with_default to GDNativekarroffel2019-02-211-0/+4
* Fix copyright year in VideoStreamGDNativeRémi Verschelde2019-02-121-2/+2
* Merge pull request #20552 from KidRigger/gsoc-peerRémi Verschelde2019-01-091-0/+75
|\
| * Added interface for GDNative Videodecoder.Anish2018-12-131-0/+75
* | Update copyright statements to 2019Rémi Verschelde2019-01-0124-48/+48
* | Reduce String CoWHein-Pieter van Braam2018-12-161-1/+1
|/
* Update GDNantive APIlupoDharkael2018-10-267-0/+40
* Fix GDNative build warning on Android [-Wignored-attributes]Rémi Verschelde2018-10-031-2/+2
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-2/+3
* [GDNative] add Variant::OperatorThomas Herzog2018-09-131-0/+44
* [NativeScript] implement refcount instance binding funcsThomas Herzog2018-08-301-0/+2
* [GDNative] add initial core 1.1 extensionThomas Herzog2018-08-305-2/+20
* Implemented profiling functions for NativeScriptMarcelo Fernandez2018-08-221-0/+2
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-0/+1
* Merge pull request #19757 from Faless/gdnet_prThomas Herzog2018-06-291-0/+118
|\
| * Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli2018-06-271-0/+118
* | Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-191-0/+54
|/
* Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde2018-05-301-0/+3
|\
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+3
| * Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-3/+0
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+3
* | [WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij2018-05-271-0/+8
|/
* Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-2/+5
* Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-071-5/+2
|\
| * Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-5/+2
* | [NativeScript] added global type tag systemkarroffel2018-04-051-1/+4
* | [GDNative] added GDCALLINGCONV to instance binding functionskarroffel2018-03-311-3/+3
|/
* Fix typos with codespellluz.paz2018-02-211-1/+1
* gdnative_api.json: Change argument name to r_desttilpner2018-02-111-1/+1
* add initial NativeScript 1.1 extensionkarroffel2018-02-091-0/+46
* Fix typos in code and docs with codespellRémi Verschelde2018-01-182-2/+2
* Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-181-0/+14
* [GDNative] updates to string API and const fixeskarroffel2018-01-112-10/+26
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0521-4/+25
* Update copyright statements to 2018Rémi Verschelde2018-01-0122-44/+44
* Remove get_stack_bottomRuslan Mustakov2017-12-161-4/+0
* Improve slang, especially in user-visible partsUnknown2017-12-051-2/+0
* Fixed typo: substract to subtractIndah Sylvia2017-12-054-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
* | Merge pull request #12590 from poke1024/bsearchRémi Verschelde2017-11-211-0/+4
|\ \
| * | Add bsearch and bsearch_custom to Arraypoke10242017-11-211-0/+4
* | | Revert this change, we need to export symbols on the library sideBastiaan Olij2017-11-211-1/+1
|/ /
* | [GDNative] add a way to register call typesKarroffel2017-11-201-0/+3