summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp
AgeCommit message (Expand)Author
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
2018-09-12Misc. typosluz.paz
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-05-08Fix Variant leak in call_nativePedro J. Estébanez
2018-04-04[GDNative] enable saving GDNativeLibrary as sub resourcekarroffel
2018-04-04[GDNative] easier GDNativeLib handlingkarroffel
2018-01-13[GDNative] cache API hasheskarroffel
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-06[GDNative] added reload propertykarroffel
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Merge pull request #15246 from vnen/uwp-gdnativeGeorge Marques
2018-01-01Make GDNative DLLs work on UWPGeorge Marques
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-21Proper GDNative export on AndroidRuslan Mustakov
2017-11-21Allow configuring iOS exportRuslan Mustakov
2017-11-20[GDNative] removed static linking fieldsKarroffel
2017-11-20[GDNative] loading error and version error procsKarroffel
2017-11-14Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog
2017-11-10[GDNative] better API struct versioningKarroffel
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-10-02[GDnative] Add active_library_path to init options structEmmanuel Leblond
2017-10-02[GDnative] Add binding to GDNativeLibrary::get_active_library_pathEmmanuel Leblond
2017-09-26Enhance iOS exportRuslan Mustakov
2017-09-19Fix MSVC compilation errorsKonstantin Zaitsev
2017-09-17[GDnative] Use X macro to define godot_gdnative_api_struct and it instantiationEmmanuel 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-08-30Make GDNative work on AndroidRuslan Mustakov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-07-28Pass GDNativeLibrary pointer to library initRuslan Mustakov
2017-07-24[GDNative] basic OS detectionKarroffel
2017-07-24[GDNative] new GDNative APIKarroffel
2017-07-22gdnative bug fix in get (return null check)Ramesh Ravone
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-19Merge pull request #9699 from RameshRavone/masterThomas Herzog
2017-07-19[GDNative] dynamic propertiesRamesh Ravone
2017-07-19Add object type hint for docsPoommetee Ketson
2017-06-26-Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky
2017-06-16[GDNative] corrected typo for Mac library ext.Karroffel
2017-05-13[GDNative] fixed a reload bugKarroffel