summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-30/+0
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-011-1/+0
* [Net/GDNative] Remove GDNative network bits.Fabio Alessandrelli2021-09-241-1/+0
* Fix missing SConscript warning when building using SConsHugo Locurcio2021-09-021-1/+0
* [Complex Text Layouts] Implement GDNative interface for TextServer.bruvzg2020-11-261-0/+1
* Core: Always enable ptrcall, remove PTRCALL_ENABLED defineRémi Verschelde2020-11-251-2/+0
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-2/+1
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-6/+9
* Remove deprecated GDNative wrapper codeEmmanuel Leblond2020-01-311-20/+0
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-2/+2
* Added interface for GDNative Videodecoder.Anish2018-12-131-0/+1
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-13/+16
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-253/+4
* Merge pull request #19757 from Faless/gdnet_prThomas Herzog2018-06-291-0/+1
|\
| * Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli2018-06-271-0/+1
* | add NoCache wrapper to CommandRhody Lugo2018-06-211-2/+2
* | Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-191-0/+2
|/
* changed GDNative API json formatkarroffel2018-05-101-14/+21
* Fix lto builds on clang compilersHein-Pieter van Braam2018-04-301-2/+2
* Merge pull request #16539 from eska014/gdnative-macwarnThomas Herzog2018-02-101-1/+1
|\
| * Fix GDNATIVE_API_INIT() warning about sign mismatchLeon Krause2018-02-101-1/+1
* | generate proper API structs for GDNative extension extensionskarroffel2018-02-091-15/+43
|/
* Disable lto for gdnative wrapperEmmanuel Leblond2018-01-041-0/+8
* Add plugin to edit GDNativeLibrarygeequlim2017-12-181-2/+2
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+2
* [GDNative] disable -fPIC flag with msvc compilerEmmanuel Leblond2017-11-251-2/+2
* Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generationEmmanuel Leblond2017-11-211-10/+18
* [GDNative] loading error and version error procsKarroffel2017-11-201-13/+0
* [GDNative] fix wrapper code generationKarroffel2017-11-161-5/+38
* fix auto-generated GDN API header for C compilers (#12891)Evrey2017-11-131-2/+4
* [GDNative] rename nativearvr extension to arvrKarroffel2017-11-101-2/+2
* [GDNative] better API struct versioningKarroffel2017-11-101-13/+28
* [GDNative] refactored API struct into core and extensionsKarroffel2017-11-091-7/+55
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+3
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-0/+3
* [GDnatvie] improve wrapper code generationEmmanuel Leblond2017-10-081-5/+3
* Store GDNative API in array instead of dictionarysheepandshepherd2017-10-071-8/+8
* Merge pull request #11806 from touilleMan/gdnative-version-fieldThomas Herzog2017-10-041-2/+7
|\
| * [GDnative] add future-proof next field to godot_gdnative_api_struct (a la Vul...Emmanuel Leblond2017-10-041-0/+2
| * [GDnative] add api version field to godot_gdnative_api_structEmmanuel Leblond2017-10-031-2/+5
* | [GDNative] added API struct wrapper generatorKarroffel2017-10-031-4/+66
|/
* [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-031-1/+71
* Enhance iOS exportRuslan Mustakov2017-09-261-1/+1
* merged gdnative and nativescript moduleKarroffel2017-09-031-4/+8
* [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-021-8/+6
* [GDNative] better header include pathsKarroffel2017-08-021-7/+8
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+14