summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript
Commit message (Expand)AuthorAgeFilesLines
* Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+1
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+7
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-075-23/+23
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Remove multilevel callsGeorge Marques2020-07-242-29/+2
* Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....Rémi Verschelde2020-07-151-1/+1
|\
| * Correct is_reference attribute in api.json for Reference classEmmanuel Leblond2020-07-141-1/+1
* | Add missing has_default_value field for signals in api.jsonEmmanuel Leblond2020-07-141-0/+1
|/
* Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-2/+2
* GDNative: merge API structs, bump version of merged structs.bruvzg2020-06-113-17/+17
* GDNative add new core types.bruvzg2020-05-181-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-142-45/+90
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+25
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-145-66/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-16/+8
* Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+9
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-024-34/+34
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-3/+3
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+1
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-173-24/+24
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-59/+14
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-202-17/+17
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-2/+2
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-123-56/+343
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-017-14/+14
* Don't try to initialize empty NativeLibraryTomasz Chabora2019-11-291-1/+4
* Add singleton_name field to autogenerated json apiEmmanuel Leblond2019-11-161-0/+6
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-092-95/+24
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+0
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-202-0/+23
|\
| * Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-032-0/+23
* | NULL global_tag for non exposed classesRameshRavone2019-05-181-1/+4
* | Fix indexing failure in NativeScriptLanguage::unregister_binding_functions.Frank Secilia2019-05-151-1/+1
* | Sort data exported to the api.json file for GDNativeBastiaan Olij2019-04-191-0/+34
|/
* Fix where json exported empty typesBastiaan Olij2019-04-071-0/+3
* Merge pull request #27184 from karroffel/gdnative-api-gen-fixesRémi Verschelde2019-03-271-1/+3
|\
| * fix GDNative binding generation for object typeskarroffel2019-03-171-1/+3
* | [GDNative] fix NativeScript leak in editorthomas.herzog2019-03-222-21/+18
* | [GDNative] remove spam at editor unfocus when using NativeScriptthomas.herzog2019-03-221-1/+1
|/
* [GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel2019-03-091-2/+25