summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
AgeCommit message (Expand)Author
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-07-03Mono: Android build and shared libraries fixesIgnacio Etcheverry
2019-07-01Remove unnecessary code and add some error explanationsqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-24C#: Implement ScriptInstance::to_stringIgnacio Etcheverry
2019-05-18C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry
2019-04-29C#: Support resource type hint in exported arraysIgnacio Etcheverry
2019-04-29Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...Rémi Verschelde
2019-04-26Mono: Lazily load scripts metadata fileIgnacio Etcheverry
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-04-12Merge pull request #27950 from Nonnu42/contribIgnacio Roldán Etcheverry
2019-04-12Fixes #17233 allowing C# to override _GetPropertyListNuno Cardoso
2019-04-06C#: Support type hints for exported ArraysIgnacio Etcheverry
2019-04-06C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry
2019-04-04Mono: Make missing default constructor error more foolproofForLoveOfCats
2019-03-13C#: Update exports only in the editorIgnacio Etcheverry
2019-03-08Fix CSharpInstance::set not working with base classesIgnacio Etcheverry
2019-03-07Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde
2019-03-07Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
2019-03-07Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-03-07Update scripts exports even when normal script instances are created to bette...Sebastian Hartte
2019-02-28Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
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-21Mono: Add assembly reloading to running gamesIgnacio Etcheverry
2019-01-17C#: Fix crash due to missing gchandle ref null checkIgnacio 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-08Tweaks after feedbackBen Rog-Wilhelm
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-11-08Improve the C# API projects generationIgnacio Etcheverry
2018-10-25Merge pull request #23162 from neikeq/ccIgnacio Etcheverry
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-25C#: Fix crash when disposing Reference on domain finalizeIgnacio Etcheverry
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke