summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript/nativescript.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-091-393/+0
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-211-3/+0
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-071-3/+3
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-191-1/+1
* [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-26/+3
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Modernize atomicsPedro J. Estébanez2021-02-181-1/+2
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-17/+17
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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-071-5/+5
* Remove multilevel callsGeorge Marques2020-07-241-3/+0
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* GDNative: merge API structs, bump version of merged structs.bruvzg2020-06-111-9/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-3/+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-211-0/+2
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-7/+7
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-9/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+29
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+1
* [GDNative] fix NativeScript leak in editorthomas.herzog2019-03-221-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+2
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
* Fix some OSX and iOS Clang warningsRémi Verschelde2018-10-041-1/+4
* Fix warnings about non-static data member initializers in nativescriptRémi Verschelde2018-10-041-11/+7
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
* [NativeScript] implement refcount instance binding funcsThomas Herzog2018-08-301-0/+2
* Implemented profiling functions for NativeScriptMarcelo Fernandez2018-08-221-0/+18
* Add NativeScript support for script classes.willnationsdev2018-08-151-0/+11
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
* Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-021-0/+3
* Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-2/+2