summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/godot/godot_array.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GDNative] new GDNative APIKarroffel2017-07-241-309/+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] API consistency + missing propertiesEmmanuel Leblond2017-06-081-124/+132
|
* Wrap copy constructor for some GDNative typessheepandshepherd2017-05-311-0/+6
|
* [GDNative] fixed some functions that returned referencesKarroffel2017-05-231-7/+3
| | | | Those errors were introduced with #8821 (6fd217d). These functions need to return reference types, otherwise setting values on those containers does not work.
* Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-29/+28
|
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+300