aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-141-2/+2
|\ | | | | Singleton management changes
| * Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-2/+2
| |
* | [GDNative] removed anchorsKarroffel2017-11-032-21/+23
| |
* | [GDNative] use feature tags, added load once optionKarroffel2017-11-031-6/+6
|/
* Removes Script::get_node_type()Jerome670002017-10-252-6/+0
| | | | used before GDScript, with squirrel apparently
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-242-0/+4
| | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
* Merge pull request #11953 from touilleMan/pluginscriptThomas Herzog2017-10-175-8/+7
|\ | | | | [GDnative] add pluginscript \o/
| * [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-175-8/+7
| |
* | [Nativescript] fix crash when loading a library with missing ↵Emmanuel Leblond2017-10-161-6/+12
|/ | | | godot_nativescript_init
* remove error message for optional NativeScript symbolsKarroffel2017-10-151-4/+1
|
* update ARVRInterfaceGDNative to use API structKarroffel2017-10-141-1/+1
|
* [GDNative] removed native_raw_callKarroffel2017-10-142-74/+20
|
* Include property index in GDNative class APIsheepandshepherd2017-10-081-1/+5
| | | | Needed by properties that share set/get functions. Fixes #10329.
* Enhance iOS exportRuslan Mustakov2017-09-261-0/+3
| | | | | | | | | | - The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
* Provide NativeScript properties in definition orderRuslan Mustakov2017-09-052-30/+28
|
* merged gdnative and nativescript moduleKarroffel2017-09-038-0/+2429