summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.h
AgeCommit message (Expand)Author
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-02-11Improve resource load cachereduz
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-02Fix various memory leaks and errorsBojidar Marinov
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-05-12Fix GDNative library resource loading.Fabio Alessandrelli
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-04-04[GDNative] enable saving GDNativeLibrary as sub resourcekarroffel
2018-04-04[GDNative] easier GDNativeLib handlingkarroffel
2018-01-06[GDNative] added reload propertykarroffel
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-20Merge pull request #13094 from karroffel/gdnative-api-register-nativecallThomas Herzog
2017-11-20[GDNative] add a way to register call typesKarroffel
2017-11-20[GDNative] removed static linking fieldsKarroffel
2017-11-03[GDNative] removed anchorsKarroffel
2017-11-03[GDNative] use feature tags, added load once optionKarroffel
2017-10-14[GDNative] removed native_raw_callKarroffel
2017-10-03[GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond
2017-09-17[GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond
2017-09-03[GDNative] added singleton GDNativeLibrariesKarroffel
2017-09-03merged gdnative and nativescript moduleKarroffel
2017-08-30Make GDNative work on AndroidRuslan Mustakov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-02[GDNative] better header include pathsKarroffel
2017-07-24[GDNative] new GDNative APIKarroffel
2017-06-27Better user expirence with external text editors.geequlim
2017-05-19Finish implementation of GDnative builtins bindingsEmmanuel Leblond
2017-04-17[GDNative] added "new" method and fixed headersKarroffel
2017-04-09renamed dlscript module to gdnativeKarroffel