summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_internals.cpp
AgeCommit message (Expand)Author
2021-03-08Added mono_unhandled_exception call to unhandled_exception hookIlya Kuznetsov
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-10-26C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-06-25Mono/C#: Fix unhandled exception not being printedIgnacio Etcheverry
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
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-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-01-13Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-25Mono/C#: Fix memory leak with new Reference instances created from C#Ignacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-07-24Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-06-26Some code changed with Clang-Tidyqarmin
2019-04-18Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry
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: CleanupIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-10-03Added mono moduleIgnacio Etcheverry