aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/nativescript.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-2/+2
|
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-2/+2
|
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-2/+2
|
* [NativeScript] added global type tag systemkarroffel2018-04-051-0/+6
|
* add initial NativeScript 1.1 extensionkarroffel2018-02-091-1/+31
| | | | | | | | | | | | | | | This commit adds new functionality to NativeScript, namely: - ability to set and get documentation for classes, methods, signals and properties - ability to set names and type information to method arguments - ability to set and get type tags for nativescripts - ability to register instance binding data management functions - ability to use instance binding data
* [GDNative] fix reloading of non-reloadable librarieskarroffel2018-01-061-1/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-6/+6
|
* [GDNative] removed anchorsKarroffel2017-11-031-4/+4
|
* Removes Script::get_node_type()Jerome670002017-10-251-2/+0
| | | | used before GDScript, with squirrel apparently
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
| | | | | - 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.
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-3/+3
|
* Provide NativeScript properties in definition orderRuslan Mustakov2017-09-051-1/+2
|
* merged gdnative and nativescript moduleKarroffel2017-09-031-0/+325