aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/SCsub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merged gdnative and nativescript moduleKarroffel2017-09-031-4/+8
|
* [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-021-8/+6
| | | | | | | | | | The _init call was buggy anyway and in the end shouldn't be a thing that's called via ClassDB, it should be something that's language specific, so we leave this out for the bindings. In the commit 66a7763 the SCsub file for GDNative was changed to use a cloned environment, that bricked -rdynamic which needs to be passed down to the linker, which didn't happen with the new env.
* [GDNative] better header include pathsKarroffel2017-08-021-7/+8
| | | | | The old include paths caused some problems on some compilers, for example including "string.h" was ambiguous.
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+14