summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-184/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Improve resource load cachereduz2021-02-111-1/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix various memory leaks and errorsBojidar Marinov2019-07-021-1/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Fix GDNative library resource loading.Fabio Alessandrelli2019-05-121-0/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-5/+5
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-3/+3
* [GDNative] enable saving GDNativeLibrary as sub resourcekarroffel2018-04-041-0/+4
* [GDNative] easier GDNativeLib handlingkarroffel2018-04-041-0/+2
* [GDNative] added reload propertykarroffel2018-01-061-0/+9
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Allow configuring iOS exportRuslan Mustakov2017-11-211-1/+1
* Merge pull request #13094 from karroffel/gdnative-api-register-nativecallThomas Herzog2017-11-201-3/+1
|\
| * [GDNative] add a way to register call typesKarroffel2017-11-201-3/+1
* | [GDNative] removed static linking fieldsKarroffel2017-11-201-4/+0
|/
* [GDNative] removed anchorsKarroffel2017-11-031-2/+0
* [GDNative] use feature tags, added load once optionKarroffel2017-11-031-46/+65
* [GDNative] removed native_raw_callKarroffel2017-10-141-8/+4
* [GDnative] replace gdnative_api_struct.h by a json-based autogenerated systemEmmanuel Leblond2017-10-031-1/+1
* [GDnative] create godot_gdnative_api_struct and pass it to godot_gdnative_ini...Emmanuel Leblond2017-09-171-1/+2
* [GDNative] added singleton GDNativeLibrariesKarroffel2017-09-031-0/+5
* merged gdnative and nativescript moduleKarroffel2017-09-031-1/+1
* Make GDNative work on AndroidRuslan Mustakov2017-08-301-6/+11
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Updated function argument namesWilson E. Alvarez2017-08-121-1/+1
* Dont call nativescript callbacks if lib is not initializedRuslan Mustakov2017-08-041-1/+0
* [GDNative] better header include pathsKarroffel2017-08-021-1/+1
* [GDNative] new GDNative APIKarroffel2017-07-241-333/+63
* Better user expirence with external text editors.geequlim2017-06-271-1/+1
* Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-4/+2
* [GDNative] added "new" method and fixed headersKarroffel2017-04-171-0/+2
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+415