summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/gdnative.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-583/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-12/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-3/+3
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-1/+1
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Add GDNative Framework loading and export support.bruvzg2021-05-241-1/+11
* Fix gdnative config file set as nullKyle2021-03-311-0/+2
* Improve resource load cachereduz2021-02-111-1/+11
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* GDNative: support dynamic loading of iOS frameworksSergey Minakov2020-07-021-1/+19
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-8/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-7/+7
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Document the GDNative singleton method prefix being changeableHugo Locurcio2019-10-071-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-2/+1
* Fix various memory leaks and errorsBojidar Marinov2019-07-021-11/+7
* Fix typos with codespellRémi Verschelde2019-05-191-1/+1
* Fix GDNative library resource loading.Fabio Alessandrelli2019-05-121-1/+1
* [GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel2019-03-091-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-6/+6
* GDNative: Fixes a problem that active_library_path is wrong after exporting a...Naoto Kondo2018-10-281-0/+7
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | 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-5/+5
* Fix Variant leak in call_nativePedro J. Estébanez2018-05-081-1/+3
* [GDNative] enable saving GDNativeLibrary as sub resourcekarroffel2018-04-041-3/+92
* [GDNative] easier GDNativeLib handlingkarroffel2018-04-041-67/+75
* [GDNative] cache API hasheskarroffel2018-01-131-3/+13
* Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky2018-01-061-2/+0
* [GDNative] added reload propertykarroffel2018-01-061-5/+18
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques2018-01-011-0/+3
|\
| * Make GDNative DLLs work on UWPGeorge Marques2018-01-011-0/+3
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-1/+1
* Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky2017-11-301-1/+1
* Proper GDNative export on AndroidRuslan Mustakov2017-11-211-0/+6
* Allow configuring iOS exportRuslan Mustakov2017-11-211-4/+4
* [GDNative] removed static linking fieldsKarroffel2017-11-201-37/+3