summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #46844 from geekrelief/gdnative_unregister_script_fixRémi Verschelde2021-03-291-0/+34
|\
| * fixes #46839, ensure library_classes is cleared and free funcs are calledgeekrelief2021-03-091-0/+34
* | Added static method information the generated builtin API JSONGeorge Marques2021-03-171-0/+3
* | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
|/
* Modernize atomicsPedro J. Estébanez2021-02-182-4/+5
* Only unload the library when no NativeScript objects exist if the reloadable ...Bastiaan Olij2021-02-141-1/+1
* Improve resource load cachereduz2021-02-112-2/+2
* Improve GDNative api.json generatorGeorge Marques2021-02-091-7/+33
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-24/+17
* Add GDNative JSON generator for the builtin APIGeorge Marques2021-01-293-18/+404
* Merge pull request #44617 from geekrelief/gdnative_unloadRémi Verschelde2021-01-261-0/+6
|\
| * Removes the gdnative library when no script (gdns) references it any longer. ...geekrelief2020-12-231-0/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-017-14/+14
* | Rename empty() to is_empty()Marcel Admiraal2020-12-282-3/+3
|/
* 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