summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/include
Commit message (Expand)AuthorAgeFilesLines
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-6/+8
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-186-322/+184
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-3/+1
* Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_tRémi Verschelde2020-02-131-1/+1
|\
| * GDNative: Make godot_int an int64_tRémi Verschelde2020-02-121-1/+1
* | Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
|/
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Remove deprecated Color::grayHanif Bin Ariffin2020-02-121-2/+0
* Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde2020-02-101-4/+3
|\
| * Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond2020-02-011-4/+3
* | Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...Emmanuel Leblond2020-02-011-3/+0
|/
* Expose instance_from_id to GDNativetoasteater2020-01-101-0/+3
* Expose cast_to to GDNative for dynamic castssheepandshepherd2020-01-031-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-0126-52/+52
* Added empty() function to pool array typesPouleyKetchoupp2019-10-311-0/+14
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-1/+1
* Merge pull request #31172 from creikey/add-array-slicingRémi Verschelde2019-09-231-0/+2
|\
| * Add array slice methodCameron Reikes2019-09-141-0/+2
* | Fix misc. source comment typosluz.paz2019-09-191-2/+2
|/
* Merge pull request #30788 from Chaosus/direction_to_gdnativeRémi Verschelde2019-07-262-0/+4
|\
| * Added direction_to to GDNativeChaosus2019-07-242-0/+4
* | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-3/+3
|/
* Added count method to StringChaosus2019-07-231-0/+2
* Properly expose all Error constants to scripting languagesRémi Verschelde2019-06-271-3/+3
* Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde2019-06-161-0/+2
|\
| * Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-301-0/+2
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+1
* | Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-1/+1
|\ \
| * | Fix code completion not working with class_namelupoDharkael2019-04-161-1/+1
* | | Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-282-0/+4
| |/ |/|
* | Merge pull request #28738 from 2shady4u/masterRémi Verschelde2019-05-231-0/+2
|\ \
| * | Added native binding for dictionary duplicationshaderbeast2019-05-231-0/+2
* | | WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli2019-05-162-29/+125
|/ /
* | 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