summaryrefslogtreecommitdiffstats
path: root/modules/mono/mono_gd/gd_mono.h
Commit message (Expand)AuthorAgeFilesLines
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-14/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-14/+7
* C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-091-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-1/+3
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Add option to export assemblies outside of PCKIgnacio Etcheverry2019-11-291-1/+3
* C#: Fix detection of outdated release Godot API assembliesIgnacio Etcheverry2019-10-111-19/+47
* Mono: Don't compare API hashes on release buildsIgnacio Etcheverry2019-09-281-1/+3
* C#: Add Ide Connection library and server for the editorIgnacio Etcheverry2019-08-041-1/+1
* Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry2019-07-241-1/+12
* Mono: Better handling of missing/outdated API assembliesIgnacio Etcheverry2019-07-141-8/+7
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-18/+9
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte2019-03-071-0/+2
* Mono: Fix MonoPosixHelper not being foundIgnacio Etcheverry2019-02-031-0/+2
* Mono: CleanupIgnacio Etcheverry2019-02-031-12/+10
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-1/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix internal assembly load fromIgnacio Etcheverry2018-10-221-2/+1
* Mono: Fix crash on NodePath/RID disposal during Godot shutdownIgnacio Etcheverry2018-10-061-5/+2
* Fix build error for windows mono export templatesIgnacio Etcheverry2018-10-051-1/+1
* Mono: Editor and export template dependencies and fixesIgnacio Etcheverry2018-10-031-6/+31
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-8/+14
* Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-0/+2
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-3/+54
* Mono: Add project export pluginIgnacio Etcheverry2018-02-221-2/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-8/+0
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-011-1/+1
* Fix assembly load hooksIgnacio Etcheverry2017-10-071-0/+2
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+224