summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Fix "No loader found for resource: res://" spam when NativeScript script_clas...Eric Rybicki2019-02-261-9/+11
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-017-14/+14
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-152-6/+10
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-272-0/+5
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-4/+4
* Fixes crash when loading *.escn resources with gdnative #20141Maarten Heremans2018-10-221-2/+1
* Fix some cppcheck errorsSimon Wenner2018-10-041-0/+1