summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h
AgeCommit message (Expand)Author
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-17Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry
2020-03-17Fix C# bindings after recent breaking changesIgnacio Etcheverry
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-23Mono/C#: Lighten up unsafe reference checksIgnacio Etcheverry
2020-01-13Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-07-08Mono: Fix build errors with tools=noIgnacio Etcheverry
2019-07-08C#: Fix some crashes during assemblies reloadingIgnacio Etcheverry
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-18Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-05-24C#: Implement ScriptInstance::to_stringIgnacio Etcheverry
2019-05-18C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry
2019-04-26Mono: Lazily load scripts metadata fileIgnacio Etcheverry
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-04-12Fixes #17233 allowing C# to override _GetPropertyListNuno Cardoso
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-02-03Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-22Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry
2019-01-10Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde
2019-01-10Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-12-07Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm
2018-12-01Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry
2018-11-30Implement CSharpScript::is_valid()Ignacio Etcheverry
2018-11-30Merge pull request #24091 from neikeq/iiIgnacio Etcheverry
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-25Fix msvc warnings in mono moduleIgnacio Etcheverry
2018-09-12Mono: Fix build regression due to wrong return typeIgnacio Etcheverry
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-12Fix/workaround for issue #21667Ignacio Etcheverry
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky