aboutsummaryrefslogtreecommitdiff
path: root/modules/nativescript (follow)
Commit message (Expand)AuthorAgeFilesLines
* merged gdnative and nativescript moduleKarroffel2017-09-0310-2664/+0
* Fix files headerPoommetee Ketson2017-09-011-1/+1
* Make GDNative work on AndroidRuslan Mustakov2017-08-302-1/+3
* Fix GDNative API generator after changes to MethodBindRuslan Mustakov2017-08-302-19/+24
* Add enums in GDNative API generatorRuslan Mustakov2017-08-301-1/+40
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-278-8/+8
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-3/+3
* -Code completion for enumerationsJuan Linietsky2017-08-241-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-2/+1
* Updated function argument namesWilson E. Alvarez2017-08-121-1/+1
* 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-033-44/+32
|\
| * Forward frame call to GDNative librariesRuslan Mustakov2017-08-033-44/+32
* | [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
* 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