aboutsummaryrefslogtreecommitdiff
path: root/modules/nativescript/nativescript.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [NativeScript] bound `new` to ClassDBKarroffel2017-07-251-0/+2
|
* GDNative register_propertyRamesh Ravone2017-07-241-0/+1
|
* [NativeScript] fix double free but on exitKarroffel2017-07-241-35/+1
|
* [GDNative] new GDNative APIKarroffel2017-07-241-0/+1088
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.