summaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp
AgeCommit message (Collapse)Author
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
This adds GDNative as a separate class type. It can be used to interface with native libraries by using "native calls", which can be registered by modules (and in future other GDNative libraries?). It also reworks the currently called "GDNativeScript" into a "NativeScript" that just makes use of the new GDNative instead of it being the component that implements that functionality.
2017-07-22gdnative bug fix in get (return null check)Ramesh Ravone
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-19Merge pull request #9699 from RameshRavone/masterThomas Herzog
[gdnative] `Object::_get` return type and dynamic property
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
-Fixded BackBuffercopy object
2017-06-16[GDNative] corrected typo for Mac library ext.Karroffel
Seems like the extension is .dylib and not .dynlib. This should make it easier to select files from the editor.
2017-05-13[GDNative] fixed a reload bugKarroffel
When there was no terminate function defined in the library the exported variables would not update. This fixes that.
2017-05-08Put brave old bb10 platform to a well-deserved restRémi Verschelde
Add some 🔥 to appease @reduz. Fixes #8692.
2017-04-19[GDNative] explicit calling conventionKarroffel
2017-04-17[GDNative] added "new" method and fixed headersKarroffel
2017-04-11[GDNative] re-enabled some init optionsKarroffel
2017-04-10[GDNative] Didn't iterate over all scriptsKarroffel
2017-04-09renamed dlscript module to gdnativeKarroffel