summaryrefslogtreecommitdiff
path: root/modules/gdnative/nativescript/nativescript.h
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-29Documentation generation for GDScriptThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-24Remove multilevel callsGeorge Marques
2020-07-10Add override keywords.Marcel Admiraal
2020-06-11GDNative: merge API structs, bump version of merged structs.bruvzg
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-21Add ability to bind typed arrays to script APIJuan Linietsky
2020-04-20Exposed RenderingDevice to script APIJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Removed interactive loader, added proper thread loading.Juan Linietsky
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-03-22[GDNative] fix NativeScript leak in editorthomas.herzog
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-10-04Fix some OSX and iOS Clang warningsRémi Verschelde
2018-10-04Fix warnings about non-static data member initializers in nativescriptRémi Verschelde
2018-09-28Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-30[NativeScript] implement refcount instance binding funcsThomas Herzog
2018-08-22Implemented profiling functions for NativeScriptMarcelo Fernandez
2018-08-15Add NativeScript support for script classes.willnationsdev
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-02Add a new notification to detect crashes on native scriptsMarcelo Fernandez
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-04-05[NativeScript] added global type tag systemkarroffel
2018-02-09add initial NativeScript 1.1 extensionkarroffel
2018-01-06[GDNative] fix reloading of non-reloadable librarieskarroffel
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-03[GDNative] removed anchorsKarroffel
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-17[GDnative] add pluginscript \o/Emmanuel Leblond
2017-09-05Provide NativeScript properties in definition orderRuslan Mustakov