summaryrefslogtreecommitdiff
path: root/modules/gdnative/SCsub
AgeCommit message (Expand)Author
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-24[Net/GDNative] Remove GDNative network bits.Fabio Alessandrelli
2021-09-02Fix missing SConscript warning when building using SConsHugo Locurcio
2020-11-26[Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg
2020-11-25Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde
2020-07-28SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)
2020-04-09Renaming all ARVR nodes to XRBastiaan Olij
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-01-31Remove deprecated GDNative wrapper codeEmmanuel Leblond
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2018-12-13Added interface for GDNative Videodecoder.Anish
2018-09-28SCons: Build thirdparty code in own env, disable warningsRémi Verschelde
2018-07-27Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi
2018-06-29Merge pull request #19757 from Faless/gdnet_prThomas Herzog
2018-06-27Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-06-19Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij
2018-05-10changed GDNative API json formatkarroffel
2018-04-30Fix lto builds on clang compilersHein-Pieter van Braam
2018-02-10Merge pull request #16539 from eska014/gdnative-macwarnThomas Herzog
2018-02-10Fix GDNATIVE_API_INIT() warning about sign mismatchLeon Krause
2018-02-09generate proper API structs for GDNative extension extensionskarroffel
2018-01-04Disable lto for gdnative wrapperEmmanuel Leblond
2017-12-18Add plugin to edit GDNativeLibrarygeequlim
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-25[GDNative] disable -fPIC flag with msvc compilerEmmanuel Leblond
2017-11-21Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generationEmmanuel Leblond
2017-11-20[GDNative] loading error and version error procsKarroffel
2017-11-16[GDNative] fix wrapper code generationKarroffel
2017-11-13fix auto-generated GDN API header for C compilers (#12891)Evrey
2017-11-10[GDNative] rename nativearvr extension to arvrKarroffel
2017-11-10[GDNative] better API struct versioningKarroffel
2017-11-09[GDNative] refactored API struct into core and extensionsKarroffel
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij
2017-10-08[GDnatvie] improve wrapper code generationEmmanuel Leblond
2017-10-07Store GDNative API in array instead of dictionarysheepandshepherd
2017-10-04Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog
2017-10-04[GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...Emmanuel Leblond
2017-10-03[GDNative] added API struct wrapper generatorKarroffel
2017-10-03[GDnative] add api version field to godot_gdnative_api_structEmmanuel Leblond
2017-10-03[GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond
2017-09-26Enhance iOS exportRuslan Mustakov
2017-09-03merged gdnative and nativescript moduleKarroffel
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
2017-08-02[GDNative] better header include pathsKarroffel
2017-04-09renamed dlscript module to gdnativeKarroffel