summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-4/+0
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-2/+2
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-49/+166
* Remove do{ } while(0) wrapper around error macros.Marcel Admiraal2020-02-081-2/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-11/+11
* Merge pull request #35527 from neikeq/issue-35259Rémi Verschelde2020-01-241-1/+4
|\
| * Mono/C#: Fix _update_exports possible crash with Reference typesIgnacio Etcheverry2020-01-241-1/+4
* | Mono/C#: Lighten up unsafe reference checksIgnacio Etcheverry2020-01-231-5/+22
|/
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-191-1/+1
* Merge pull request #35208 from neikeq/mono-lazy-thread-attachIgnacio Roldán Etcheverry2020-01-161-37/+75
|\
| * Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-161-37/+75
* | Mono/C#: Fix false positive in unsafe reference checksIgnacio Etcheverry2020-01-151-2/+15
|/
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-3/+38
* Mono/C#: Fix _update_exports() leaking temporary Object/Node instancesIgnacio Etcheverry2020-01-131-0/+13
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Mono/C#: Fix crash on exported games that don't use C#Ignacio Etcheverry2019-11-291-1/+2
* 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
|\