summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+2
* Fix slow load/save of scenes with many instances of the same scriptPedro J. Estébanez2021-06-131-1/+1
* Rename Reference to RefCountedPedro J. Estébanez2021-06-111-2/+2
* Merge pull request #49221 from Faless/mp/4.x_rpc_refactorRémi Verschelde2021-06-071-24/+3
|\
| * [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-011-24/+3
* | Add missing override keyword to CSharpLanguage::is_control_flow_keyword()Marcel Admiraal2021-06-041-1/+1
|/
* Highlight control flow keywords with a different colorHugo Locurcio2021-05-051-0/+1
* C#: Fix disconnecting event signals twiceIgnacio Etcheverry2021-03-151-0/+2
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-14/+20
* Improve resource load cachereduz2021-02-111-1/+1
* 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/+8
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry2020-10-261-1/+1
* Fix code duplication in CSharpScriptopl-2020-10-131-0/+1
* Remove multilevel callsGeorge Marques2020-07-241-4/+0
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-124/+129
* Mono/C#: Fix values not updated in remote inspectorIgnacio Etcheverry2020-05-221-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+4
* Inherited C# scene not inheriting parent's fieldspepegadeveloper1232020-05-111-1/+2
* 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
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-5/+11
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-36/+63
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* 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-5/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-2/+26
* Mono/C#: Lighten up unsafe reference checksIgnacio Etcheverry2020-01-231-2/+3
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-0/+8
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono: Fix build errors with tools=noIgnacio Etcheverry2019-07-081-1/+3
* C#: Fix some crashes during assemblies reloadingIgnacio Etcheverry2019-07-081-0/+1
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-1/+21
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-2/+0
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-1/+0
* Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-1/+1
|\
| * Fix code completion not working with class_namelupoDharkael2019-04-161-1/+1
* | C#: Implement ScriptInstance::to_stringIgnacio Etcheverry2019-05-241-0/+2
* | C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-1/+2
* | Mono: Lazily load scripts metadata fileIgnacio Etcheverry2019-04-261-3/+12
|/
* Fixes #17233 allowing C# to override _GetPropertyListNuno Cardoso2019-04-121-0/+1