summaryrefslogtreecommitdiff
path: root/modules/nativescript
AgeCommit message (Expand)Author
2017-09-03merged gdnative and nativescript moduleKarroffel
2017-09-01Fix files headerPoommetee Ketson
2017-08-30Make GDNative work on AndroidRuslan Mustakov
2017-08-30Fix GDNative API generator after changes to MethodBindRuslan Mustakov
2017-08-30Add enums in GDNative API generatorRuslan Mustakov
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-24-Code completion for enumerationsJuan Linietsky
2017-08-21Removed unnecessary assignmentsWilson E. Alvarez
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-11Merge pull request #10179 from marcelofg55/masterRémi Verschelde
2017-08-11Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Merge pull request #10206 from endragor/show-base-nativescript-propsThomas Herzog
2017-08-09Allow to edit base type NativeScript propertiesRuslan Mustakov
2017-08-09Fix getting default values for NativeScript base type propertiesRuslan Mustakov
2017-08-08Fix crash when running a game with the profiler enabledMarcelo Fernandez
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-04Dont call nativescript callbacks if lib is not initializedRuslan Mustakov
2017-08-03Merge pull request #10060 from endragor/nativescript-frameThomas Herzog
2017-08-03Forward frame call to GDNative librariesRuslan Mustakov
2017-08-02[GDNative/NativeScript] fix -rdynamic and removed _init callKarroffel
2017-07-30[NativeScript] fix signals from base class not being accessibleKarroffel
2017-07-27[NativeScript] fixed optional _init callKarroffel
2017-07-27[NativeScript] fix mutex double lockKarroffel
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-27[NativeScript] call _init on instance creationKarroffel
2017-07-26Merge pull request #9882 from endragor/nativescript-refcountThomas Herzog
2017-07-26Forward refcount changes to NativeScriptInstanceRuslan Mustakov
2017-07-26Support multithreading for NativeScriptLanguageRuslan Mustakov
2017-07-25Fix typo in NativeScript property gettersheepandshepherd
2017-07-25[NativeScript] fix double initialization in editorKarroffel
2017-07-25[NativeScript] bound `new` to ClassDBKarroffel
2017-07-24GDNative register_propertyRamesh Ravone
2017-07-24[NativeScript] forgot to uncomment userdata returnKarroffel
2017-07-24[NativeScript] fix double free but on exitKarroffel
2017-07-24[GDNative] new GDNative APIKarroffel