summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
2020-01-26doc: Complete documentation for VideoStreamsRémi Verschelde
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-10Expose instance_from_id to GDNativetoasteater
2020-01-03Expose cast_to to GDNative for dynamic castssheepandshepherd
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
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