aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/godot.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [GDNative] new GDNative APIKarroffel2017-07-241-440/+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.
* [GDNative] added GDN_EXPORT macro for librariesKarroffel2017-06-181-0/+7
| | | | | Up until now there only was GDAPI which was used for the procedures Godot exposes.
* Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-8/+25
|
* [GDNative] added varcall and printKarroffel2017-05-111-1/+2
|
* Add error printing functions to GDNativesheepandshepherd2017-05-101-0/+4
|
* [GDNative] fixed msvc buildKarroffel2017-04-201-2/+2
|
* [GDNative] explicit calling conventionKarroffel2017-04-191-14/+29
|
* [GDNative] C API and generator fixesKarroffel2017-04-111-1/+1
|
* [GDNative] function to get class constructorKarroffel2017-04-101-0/+4
|
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+392