summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-0188-176/+176
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-242-0/+3
* Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde2019-12-101-1/+0
|\
| * Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+0
* | Add missing on error manifest struct destroy in pluginscript script initEmmanuel Leblond2019-12-011-7/+16
* | Don't try to initialize empty NativeLibraryTomasz Chabora2019-11-291-1/+4
|/
* VideoStreamGDNative: Fix playing video files without audio streammarcosjouron2019-11-271-3/+7
* Add singleton_name field to autogenerated json apiEmmanuel Leblond2019-11-161-0/+6
* Restore GDNative compatibility by moving new functions introduced in #33210 t...bruvzg2019-11-021-49/+49
* Added empty() function to pool array typesPouleyKetchoupp2019-10-313-0/+98
* Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde2019-10-282-3/+3
|\
| * Fix some crashes and using null pointersRafał Mikrut2019-10-282-3/+3
* | Refactor VideoPlayer and VideoStreamSeleckyErik2019-10-242-2/+2
|/
* Document the GDNative singleton method prefix being changeableHugo Locurcio2019-10-073-3/+3
* Document GDNativeLibrarysheepandshepherd2019-10-061-0/+15
* Merge pull request #32199 from starryalley/fix_seekRémi Verschelde2019-09-252-1/+14
|\
| * Fix VideostreamGDNative seekMark Kuo2019-09-192-1/+14
* | Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+1
|\ \
| * | Added some obvious errors explanationsqarmin2019-09-251-3/+1
| |/
* | Merge pull request #31172 from creikey/add-array-slicingRémi Verschelde2019-09-233-0/+22
|\ \
| * | Add array slice methodCameron Reikes2019-09-143-0/+22
| |/
* | Merge pull request #32198 from starryalley/fix_audio_bufferRémi Verschelde2019-09-231-1/+1
|\ \
| * | Fix VideostreamGDNative audio buffer handlingMark Kuo2019-09-191-1/+1
| |/
* / Fix misc. source comment typosluz.paz2019-09-192-4/+4
|/
* doc: Sync classref with current sourceRémi Verschelde2019-08-292-2/+2
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-262-2/+2
* Fix self reference issue in core structures for GDNative pluginsBastiaan Olij2019-08-121-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-095-114/+36
* Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde2019-07-291-5/+3
|\
| * Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias2019-07-291-5/+3
* | Merge pull request #30923 from NilsIrl/better_dropdownRémi Verschelde2019-07-291-2/+8
|\ \ | |/ |/|
| * Improve platform selection in the GDNativeLibrary dockNilsIrl2019-07-291-2/+8
* | Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde2019-07-291-8/+8
|/
* Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl2019-07-272-15/+18
* Merge pull request #30788 from Chaosus/direction_to_gdnativeRémi Verschelde2019-07-265-0/+36
|\
| * Added direction_to to GDNativeChaosus2019-07-245-0/+36
* | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGERémi Verschelde2019-07-251-3/+3
|/
* Added count method to StringChaosus2019-07-233-0/+36
* Remove added pluginscript resource format loaders and savers on cleanupIvan Hilaire2019-07-191-0/+2
* doc: Sync classref with current sourceRémi Verschelde2019-07-152-2/+2
* Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde2019-07-051-0/+9
|\
| * Skip export of non-project librariesPedro J. Estébanez2019-07-031-0/+9
* | Parse more informations for code completionGeequlim2019-07-042-3/+4
* | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+0
* | Fix various memory leaks and errorsBojidar Marinov2019-07-022-12/+8
* | doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-1/+1
* | doc: Add default values to all propertiesRémi Verschelde2019-06-303-10/+10
* | Merge pull request #30167 from Xrayez/module-editor-iconsRémi Verschelde2019-06-292-0/+10
|\ \
| * | Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)2019-06-282-0/+10
| |/
* | Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-4/+12