Age | Commit message (Expand) | Author |
2019-11-27 | VideoStreamGDNative: Fix playing video files without audio stream | marcosjouron |
2019-11-16 | Add singleton_name field to autogenerated json api | Emmanuel Leblond |
2019-11-02 | Restore GDNative compatibility by moving new functions introduced in #33210 t... | bruvzg |
2019-10-31 | Added empty() function to pool array types | PouleyKetchoupp |
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde |
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut |
2019-10-24 | Refactor VideoPlayer and VideoStream | SeleckyErik |
2019-10-07 | Document the GDNative singleton method prefix being changeable | Hugo Locurcio |
2019-10-06 | Document GDNativeLibrary | sheepandshepherd |
2019-09-25 | Merge pull request #32199 from starryalley/fix_seek | Rémi Verschelde |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-23 | Merge pull request #31172 from creikey/add-array-slicing | Rémi Verschelde |
2019-09-23 | Merge pull request #32198 from starryalley/fix_audio_buffer | Rémi Verschelde |
2019-09-19 | Fix misc. source comment typos | luz.paz |
2019-09-19 | Fix VideostreamGDNative audio buffer handling | Mark Kuo |
2019-09-19 | Fix VideostreamGDNative seek | Mark Kuo |
2019-09-14 | Add array slice method | Cameron Reikes |
2019-08-29 | doc: Sync classref with current source | Rémi Verschelde |
2019-08-26 | Make VarArg methods return types show up as Variant in API json | toasteater |
2019-08-12 | Fix self reference issue in core structures for GDNative plugins | Bastiaan Olij |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-07-29 | Merge pull request #30935 from YeldhamDev/gdnative_plugin_fix | Rémi Verschelde |
2019-07-29 | Merge pull request #30923 from NilsIrl/better_dropdown | Rémi Verschelde |
2019-07-29 | Fix 'GDNativeLibrary' editor being incorrectly opened | Michael Alexsander Silva Dias |
2019-07-29 | Find trailing whitespace and indentation in gdnative_api.json | Rémi Verschelde |
2019-07-29 | Improve platform selection in the GDNativeLibrary dock | NilsIrl |
2019-07-27 | Replace radion buttons with checkboxes in GDNativeLibrary editor | NilsIrl |
2019-07-26 | Merge pull request #30788 from Chaosus/direction_to_gdnative | Rémi Verschelde |
2019-07-25 | Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE | Rémi Verschelde |
2019-07-24 | Added direction_to to GDNative | Chaosus |
2019-07-23 | Added count method to String | Chaosus |
2019-07-19 | Remove added pluginscript resource format loaders and savers on cleanup | Ivan Hilaire |
2019-07-15 | doc: Sync classref with current source | Rémi Verschelde |
2019-07-05 | Merge pull request #24086 from RandomShaper/bundle-pck-to-executable | Rémi Verschelde |
2019-07-04 | Parse more informations for code completion | Geequlim |
2019-07-03 | Skip export of non-project libraries | Pedro J. Estébanez |
2019-07-03 | SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines | Rémi Verschelde |
2019-07-02 | Fix various memory leaks and errors | Bojidar Marinov |
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-29 | Merge pull request #30167 from Xrayez/module-editor-icons | Rémi Verschelde |
2019-06-29 | Remove bogus nulls from generated default values | Bojidar Marinov |
2019-06-29 | Merge pull request #30183 from Andrettin/Variant-Pointer-Fixes | Rémi Verschelde |
2019-06-29 | Merge pull request #29380 from bojidar-bg/16086-docs-default-value | Rémi Verschelde |
2019-06-29 | Fixed cases of unsupported pointers being used to construct variants | Andrettin |
2019-06-28 | Add support for creating editor icons per module | Andrii Doroshenko (Xrayez) |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov |
2019-06-27 | Properly expose all Error constants to scripting languages | Rémi Verschelde |