summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-18/+17
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-2/+1
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+4
* C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-231-35/+25
* Replace NULL with nullptrlupoDharkael2020-04-021-52/+52
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-0/+5
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-4/+19
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-4/+30
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-2/+4
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-1/+1
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-2/+2
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Mono/C#: Script interface calls now attach the current threadIgnacio Etcheverry2020-01-161-4/+31
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-0/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-294/+21
* C#: Fix detection of outdated release Godot API assembliesIgnacio Etcheverry2019-10-111-0/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-12/+8
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-5/+12
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-47/+67
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-16/+10
* Merge pull request #29079 from neikeq/oopsieIgnacio Roldán Etcheverry2019-05-211-4/+24
|\
| * Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry2019-05-211-4/+24
* | Replace call to 'mono_runtime_object_init' with manual ctor invokingIgnacio Etcheverry2019-05-211-9/+8
|/
* C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry2019-05-181-2/+126
* Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry2019-04-181-5/+0
* C#: Support type hints for exported ArraysIgnacio Etcheverry2019-04-061-0/+4
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-5/+18
* C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry2019-02-191-0/+5
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-6/+9
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-35/+44
* Mono: CleanupIgnacio Etcheverry2019-02-031-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-0/+4
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-10/+10
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-2/+4
* C#: Fix explicit enum values when exporting memberIgnacio Etcheverry2018-09-121-0/+29
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-3/+43
* Added Collections namespace to Array & Dictionaryexts2018-08-251-4/+5
* Fix Mono exception handling.Pieter-Jan Briers2018-08-231-2/+2
* Mono: Fix property set_value and cleanupIgnacio Etcheverry2018-07-311-8/+38
* Mono: Fix null dereferencesIgnacio Etcheverry2018-07-251-9/+9
* Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry2018-07-201-27/+102
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-25/+61
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+6
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-6/+0