aboutsummaryrefslogtreecommitdiff
path: root/modules/nativescript (follow)
Commit message (Expand)AuthorAgeFilesLines
* [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
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-2/+4
* [NativeScript] call _init on instance creationKarroffel2017-07-272-3/+45
* Merge pull request #9882 from endragor/nativescript-refcountThomas Herzog2017-07-262-0/+25
|\
| * Forward refcount changes to NativeScriptInstanceRuslan Mustakov2017-07-262-0/+25
* | Support multithreading for NativeScriptLanguageRuslan Mustakov2017-07-263-38/+211
|/
* Fix typo in NativeScript property gettersheepandshepherd2017-07-251-1/+1
* [NativeScript] fix double initialization in editorKarroffel2017-07-252-2/+10
* [NativeScript] bound `new` to ClassDBKarroffel2017-07-251-0/+2
* GDNative register_propertyRamesh Ravone2017-07-241-0/+1
* [NativeScript] forgot to uncomment userdata returnKarroffel2017-07-242-3/+3
* [NativeScript] fix double free but on exitKarroffel2017-07-241-35/+1
* [GDNative] new GDNative APIKarroffel2017-07-2410-0/+2425