summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry2019-03-071-6/+11
* Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry2019-03-071-0/+3
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-1/+4
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-1/+18
* Mono: CleanupIgnacio Etcheverry2019-02-031-2/+2
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-7/+4
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-0/+5
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-0/+5
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-161-0/+2
|\ \
| * | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+2
| |/
* / Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-071-2/+2
|/
* Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry2018-12-011-0/+3
* Implement CSharpScript::is_valid()Ignacio Etcheverry2018-11-301-1/+1
* Merge pull request #24091 from neikeq/iiIgnacio Etcheverry2018-11-301-10/+21
|\
| * C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-10/+21
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+2
|/