summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-09Merge pull request #36751 from Faless/debugger/threads_and_profilersRémi Verschelde
2020-03-08Fix missing module editor iconsAndrii Doroshenko (Xrayez)
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-28Merge pull request #36640 from reduz/resource-loader-refactorRémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-25Update docs and bindings for new integer vector typesRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18doc: Sync classref with current sourceRémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-14Fix various GCC compilation warnings after Vulkan mergeRémi Verschelde
2020-02-13Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_tRémi Verschelde
2020-02-13Remove deprecated sync and slave networking keywordsRémi Verschelde
2020-02-12GDNative: Make godot_int an int64_tRémi Verschelde
2020-02-12Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-02-12Remove deprecated Color::grayHanif Bin Ariffin
2020-02-11Add static Vulkan loader.bruvzg
2020-02-11A lot of progress with canvas rendering, still far from working.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Merge pull request #35812 from touilleMan/gdnative-uses-godot_string_name-whe...Rémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-01Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde
2020-02-01Merge pull request #35811 from touilleMan/remove-useless-pluginscript-get_rpc...Rémi Verschelde
2020-02-01Use StringName in pluginscript's set/get_prop and add_global_constantEmmanuel Leblond
2020-02-01Remove useless pluginscript godot_pluginscript_script_desc.get_rpc/rset_mode ...Emmanuel Leblond
2020-01-31Update docs to version 4.0clayjohn
2020-01-31Remove deprecated GDNative wrapper codeEmmanuel Leblond
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