summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2019-12-01Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond
2019-11-29Don't try to initialize empty NativeLibraryTomasz Chabora
2019-11-27VideoStreamGDNative: Fix playing video files without audio streammarcosjouron
2019-11-16Add singleton_name field to autogenerated json apiEmmanuel Leblond
2019-11-02Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg
2019-10-31Added empty() function to pool array typesPouleyKetchoupp
2019-10-28Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-10-07Document the GDNative singleton method prefix being changeableHugo Locurcio
2019-10-06Document GDNativeLibrarysheepandshepherd
2019-09-25Merge pull request #32199 from starryalley/fix_seekRémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-23Merge pull request #31172 from creikey/add-array-slicingRémi Verschelde
2019-09-23Merge pull request #32198 from starryalley/fix_audio_bufferRémi Verschelde
2019-09-19Fix misc. source comment typosluz.paz
2019-09-19Fix VideostreamGDNative audio buffer handlingMark Kuo
2019-09-19Fix VideostreamGDNative seekMark Kuo
2019-09-14Add array slice methodCameron Reikes
2019-08-29doc: Sync classref with current sourceRémi Verschelde
2019-08-26Make VarArg methods return types show up as Variant in API jsontoasteater
2019-08-12Fix self reference issue in core structures for GDNative pluginsBastiaan Olij
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-07-29Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde
2019-07-29Merge pull request #30923 from NilsIrl/better_dropdownRémi Verschelde
2019-07-29Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias
2019-07-29Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde
2019-07-29Improve platform selection in the GDNativeLibrary dockNilsIrl
2019-07-27Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl
2019-07-26Merge pull request #30788 from Chaosus/direction_to_gdnativeRémi Verschelde
2019-07-25Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde
2019-07-24Added direction_to to GDNativeChaosus
2019-07-23Added count method to StringChaosus
2019-07-19Remove added pluginscript resource format loaders and savers on cleanupIvan Hilaire
2019-07-15doc: Sync classref with current sourceRémi Verschelde
2019-07-05Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde
2019-07-04Parse more informations for code completionGeequlim
2019-07-03Skip export of non-project librariesPedro J. Estébanez
2019-07-03SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-06-30doc: Remove null default values that can't be determinedRémi Verschelde
2019-06-30doc: Add default values to all propertiesRémi Verschelde
2019-06-29Merge pull request #30167 from Xrayez/module-editor-iconsRémi Verschelde
2019-06-29Remove bogus nulls from generated default valuesBojidar Marinov
2019-06-29Merge pull request #30183 from Andrettin/Variant-Pointer-FixesRémi Verschelde
2019-06-29Merge pull request #29380 from bojidar-bg/16086-docs-default-valueRémi Verschelde
2019-06-29 Fixed cases of unsupported pointers being used to construct variantsAndrettin
2019-06-28Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)
2019-06-27Proofread and improve the whole class referenceHugo Locurcio