summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-18doc: Improve docs for Resource* classesRémi Verschelde
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-06-16Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRé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-22[GDNative] fix godot_variant_evaluate functionthomas.herzog
2019-05-21Merge pull request #28964 from Faless/webrtc/channels_prRémi Verschelde
2019-05-20Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde
2019-05-20Merge pull request #28975 from RameshRavone/type_tagRémi Verschelde
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-18NULL global_tag for non exposed classesRameshRavone
2019-05-16WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli
2019-05-16Merge pull request #28917 from Faless/gdnative/singleton_editor_fix_prRémi Verschelde
2019-05-15Fix indexing failure in NativeScriptLanguage::unregister_binding_functions.Frank Secilia
2019-05-15Update GDNativeLibrarySingletonEditor.Fabio Alessandrelli
2019-05-12Fix GDNative library resource loading.Fabio Alessandrelli
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-05-04Fixes VideostreamGDNative crash on audio_channel=0.Anish
2019-04-30Merge pull request #28530 from akien-mga/scons-prepend-cpppathRémi Verschelde
2019-04-30Forgot a parameter in the ARVR gdnative bindings for notificationsBastiaan Olij
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-30Merge pull request #27007 from BastiaanOlij/arvr_notificationsRémi Verschelde
2019-04-30Merge pull request #27759 from BastiaanOlij/sort_api_jsonRémi Verschelde
2019-04-27Send notifications to ARVRInterfacesBastiaan Olij
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
2019-04-19Sort data exported to the api.json file for GDNativeBastiaan Olij
2019-04-19doc: Sync classref with current sourceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-04-12Add WebRTC GDNative interfaceFabio Alessandrelli
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-08Small fixes, mostly dupicated codeqarmin
2019-04-07Fix where json exported empty typesBastiaan Olij
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-04-06Add option to have viewport render into supplied textureBastiaan Olij
2019-04-01doc: Bump version to 3.2Rémi Verschelde
2019-03-27Merge pull request #27184 from karroffel/gdnative-api-gen-fixesRémi Verschelde
2019-03-22[GDNative] fix NativeScript leak in editorthomas.herzog
2019-03-22[GDNative] remove spam at editor unfocus when using NativeScriptthomas.herzog
2019-03-17fix GDNative binding generation for object typeskarroffel
2019-03-11Fixes segfault on opening incompatible files.Anish
2019-03-09[GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel
2019-03-06Fixed crash on loading GDNative videos.Anish
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde