summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mono/C#: Initial exporter support for AOT compilationIgnacio Etcheverry2019-11-151-2/+0
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-9/+9
* Added some obvious errors explanationsqarmin2019-09-251-3/+3
* Adds skip-breakpoints featureiwek72019-09-031-1/+1
* Make VarArg methods return types show up as Variant in API jsontoasteater2019-08-261-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-70/+42
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-2/+1
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-1/+0
* Mono: Better handling of missing/outdated API assembliesIgnacio Etcheverry2019-07-141-12/+9
* Fix EditorNavigationMeshGenerator registered in Core APIIgnacio Etcheverry2019-07-091-0/+13
* Mono: Fix build errors with tools=noIgnacio Etcheverry2019-07-081-2/+10
* C#: Fix some crashes during assemblies reloadingIgnacio Etcheverry2019-07-081-33/+41
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-100/+344
* Mono: Android build and shared libraries fixesIgnacio Etcheverry2019-07-031-6/+7
* Remove unnecessary code and add some error explanationsqarmin2019-07-011-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+1
* C#: Implement ScriptInstance::to_stringIgnacio Etcheverry2019-05-241-0/+28
* C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-45/+91
* C#: Support resource type hint in exported arraysIgnacio Etcheverry2019-04-291-1/+2
* Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...Rémi Verschelde2019-04-291-8/+0
|\
| * C# bindings generator cleanupIgnacio Etcheverry2019-04-251-8/+0
* | Mono: Lazily load scripts metadata fileIgnacio Etcheverry2019-04-261-2/+7
|/
* Merge pull request #27950 from Nonnu42/contribIgnacio Roldán Etcheverry2019-04-121-0/+29
|\
| * Fixes #17233 allowing C# to override _GetPropertyListNuno Cardoso2019-04-121-0/+29
* | C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-061-1/+8
* | C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-3/+3
* | Mono: Make missing default constructor error more foolproofForLoveOfCats2019-04-041-3/+3
|/
* C#: Update exports only in the editorIgnacio Etcheverry2019-03-131-0/+3
* Fix CSharpInstance::set not working with base classesIgnacio Etcheverry2019-03-081-2/+2
* Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde2019-03-071-1/+4
|\
| * Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry2019-03-071-1/+4
* | Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry2019-03-071-9/+48
|/
* Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry2019-03-071-0/+7
|\
| * Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry2019-03-071-0/+7
* | Update scripts exports even when normal script instances are created to bette...Sebastian Hartte2019-03-071-0/+1
|/
* Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry2019-02-281-3/+30
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-8/+13
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-65/+153
* Mono: CleanupIgnacio Etcheverry2019-02-031-6/+6
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-4/+17
* Mono: Add assembly reloading to running gamesIgnacio Etcheverry2019-01-211-24/+3
* C#: Fix crash due to missing gchandle ref null checkIgnacio Etcheverry2019-01-171-1/+1
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-7/+7
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-7/+7
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Tweaks after feedbackBen Rog-Wilhelm2018-12-081-0/+1
* | Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-071-0/+30
|/
* Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry2018-12-011-3/+6