summaryrefslogtreecommitdiffstats
path: root/modules/nativescript/nativescript.cpp
Commit message (Expand)AuthorAgeFilesLines
* merged gdnative and nativescript moduleKarroffel2017-09-031-1215/+0
* Make GDNative work on AndroidRuslan Mustakov2017-08-301-0/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+3
* Merge pull request #10179 from marcelofg55/masterRémi Verschelde2017-08-111-2/+2
|\
| * Fix crash when running a game with the profiler enabledMarcelo Fernandez2017-08-081-2/+2
* | Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde2017-08-111-4/+4
|\ \
| * | Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
| |/
* | Merge pull request #10206 from endragor/show-base-nativescript-propsThomas Herzog2017-08-091-7/+5
|\ \
| * | Allow to edit base type NativeScript propertiesRuslan Mustakov2017-08-091-7/+5
| |/
* / Fix getting default values for NativeScript base type propertiesRuslan Mustakov2017-08-091-5/+5
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* 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