summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono_internals.cpp
Commit message (Expand)AuthorAgeFilesLines
* C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry2020-10-261-2/+0
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-2/+3
* Mono/C#: Fix unhandled exception not being printedIgnacio Etcheverry2020-06-251-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-2/+2
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-3/+4
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-2/+5
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Mono/C#: Add error checks to detect possible Reference leaksIgnacio Etcheverry2020-01-131-1/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Fix memory leak with new Reference instances created from C#Ignacio Etcheverry2019-12-251-2/+4
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-1/+1
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-3/+12
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-4/+3
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+0
* Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry2019-04-181-1/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+4
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-1/+42
* Mono: CleanupIgnacio Etcheverry2019-02-031-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-0/+11
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-1/+2
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+66