aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/api_generator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GDNative] new GDNative APIKarroffel2017-07-241-444/+0
| | | | | | | | | | | 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.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-2/+2
| | | | -Added system for feature overrides, it's pretty cool :)
* _get return type fixRamesh Ravone2017-07-181-0/+2
|
* [GDNative] C API and generator fixesKarroffel2017-04-111-0/+1
|
* [GDNative] added is_reference filed to api.jsonKarroffel2017-04-101-3/+3
|
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+441