aboutsummaryrefslogtreecommitdiff
path: root/modules/nativescript/nativescript.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dont call nativescript callbacks if lib is not initializedRuslan Mustakov2017-08-041-7/+9
* Merge pull request #10060 from endragor/nativescript-frameThomas Herzog2017-08-031-33/+19
|\
| * Forward frame call to GDNative librariesRuslan Mustakov2017-08-031-33/+19
* | [GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel2017-08-021-5/+0
|/
* [NativeScript] fix signals from base class not being accessibleKarroffel2017-07-301-3/+7
* [NativeScript] fixed optional _init callKarroffel2017-07-271-18/+6
* [NativeScript] fix mutex double lockKarroffel2017-07-271-1/+1
* [NativeScript] call _init on instance creationKarroffel2017-07-271-3/+42
* Merge pull request #9882 from endragor/nativescript-refcountThomas Herzog2017-07-261-0/+22
|\
| * Forward refcount changes to NativeScriptInstanceRuslan Mustakov2017-07-261-0/+22
* | Support multithreading for NativeScriptLanguageRuslan Mustakov2017-07-261-38/+154
|/
* Fix typo in NativeScript property gettersheepandshepherd2017-07-251-1/+1
* [NativeScript] fix double initialization in editorKarroffel2017-07-251-2/+8
* [NativeScript] bound `new` to ClassDBKarroffel2017-07-251-0/+2
* GDNative register_propertyRamesh Ravone2017-07-241-0/+1
* [NativeScript] fix double free but on exitKarroffel2017-07-241-35/+1
* [GDNative] new GDNative APIKarroffel2017-07-241-0/+1088