aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/gdnative.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [GDNative] fixed a reload bugKarroffel2017-05-131-7/+7
| | | | | When there was no terminate function defined in the library the exported variables would not update. This fixes that.
* Put brave old bb10 platform to a well-deserved restRémi Verschelde2017-05-081-1/+0
| | | | Add some 🔥 to appease @reduz. Fixes #8692.
* [GDNative] explicit calling conventionKarroffel2017-04-191-1/+0
|
* [GDNative] added "new" method and fixed headersKarroffel2017-04-171-0/+51
|
* [GDNative] re-enabled some init optionsKarroffel2017-04-111-2/+0
|
* [GDNative] Didn't iterate over all scriptsKarroffel2017-04-101-13/+11
|
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+1234