Age | Commit message (Expand) | Author |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-24 | [Net/GDNative] Remove GDNative network bits. | Fabio Alessandrelli |
2021-09-02 | Fix missing SConscript warning when building using SCons | Hugo Locurcio |
2020-11-26 | [Complex Text Layouts] Implement GDNative interface for TextServer. | bruvzg |
2020-11-25 | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde |
2020-07-28 | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) |
2020-04-09 | Renaming all ARVR nodes to XR | Bastiaan Olij |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-01-31 | Remove deprecated GDNative wrapper code | Emmanuel Leblond |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2018-12-13 | Added interface for GDNative Videodecoder. | Anish |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-06-29 | Merge pull request #19757 from Faless/gdnet_pr | Thomas Herzog |
2018-06-27 | Add [Packet/Stream/Multiplayer]PeerGDNative | Fabio Alessandrelli |
2018-06-21 | add NoCache wrapper to Command | Rhody Lugo |
2018-06-19 | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij |
2018-05-10 | changed GDNative API json format | karroffel |
2018-04-30 | Fix lto builds on clang compilers | Hein-Pieter van Braam |
2018-02-10 | Merge pull request #16539 from eska014/gdnative-macwarn | Thomas Herzog |
2018-02-10 | Fix GDNATIVE_API_INIT() warning about sign mismatch | Leon Krause |
2018-02-09 | generate proper API structs for GDNative extension extensions | karroffel |
2018-01-04 | Disable lto for gdnative wrapper | Emmanuel Leblond |
2017-12-18 | Add plugin to edit GDNativeLibrary | geequlim |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo |
2017-11-25 | [GDNative] disable -fPIC flag with msvc compiler | Emmanuel Leblond |
2017-11-21 | Fix&prettify gdnative_api_struct.gen.h GDNATIVE_API_INIT macro generation | Emmanuel Leblond |
2017-11-20 | [GDNative] loading error and version error procs | Karroffel |
2017-11-16 | [GDNative] fix wrapper code generation | Karroffel |
2017-11-13 | fix auto-generated GDN API header for C compilers (#12891) | Evrey |
2017-11-10 | [GDNative] rename nativearvr extension to arvr | Karroffel |
2017-11-10 | [GDNative] better API struct versioning | Karroffel |
2017-11-09 | [GDNative] refactored API struct into core and extensions | Karroffel |
2017-10-17 | [GDnative] add pluginscript \o/ | Emmanuel Leblond |
2017-10-14 | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij |
2017-10-08 | [GDnatvie] improve wrapper code generation | Emmanuel Leblond |
2017-10-07 | Store GDNative API in array instead of dictionary | sheepandshepherd |
2017-10-04 | Merge pull request #11806 from touilleMan/gdnative-version-field | Thomas 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 generator | Karroffel |
2017-10-03 | [GDnative] add api version field to godot_gdnative_api_struct | Emmanuel Leblond |
2017-10-03 | [GDnative] replace gdnative_api_struct.h by a json-based autogenerated system | Emmanuel Leblond |
2017-09-26 | Enhance iOS export | Ruslan Mustakov |
2017-09-03 | merged gdnative and nativescript module | Karroffel |
2017-08-02 | [GDNative/NativeScript] fix -rdynamic and removed _init call | Karroffel |
2017-08-02 | [GDNative] better header include paths | Karroffel |
2017-04-09 | renamed dlscript module to gdnative | Karroffel |