summaryrefslogtreecommitdiffstats
path: root/modules/nativescript/config.py
Commit message (Collapse)AuthorAgeFilesLines
* merged gdnative and nativescript moduleKarroffel2017-09-031-8/+0
|
* Fix GDNative API generator after changes to MethodBindRuslan Mustakov2017-08-301-1/+1
|
* -Code completion for enumerationsJuan Linietsky2017-08-241-1/+1
| | | | -Disabled GDNative and GDNativeScript so build compiles again
* [GDNative] new GDNative APIKarroffel2017-07-241-0/+8
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.