summaryrefslogtreecommitdiffstats
path: root/modules/mono/managed_callable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+4
* Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* C#: Mostly fix hash of ManagedCallableRedworkDE2023-05-181-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry2022-10-301-2/+3
* ManagedCallable: use delegate target instead of middleman when possiblePatrick Dawson2022-10-011-2/+4
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-0/+2
* C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry2022-08-221-1/+1
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-23/+6
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-10/+9
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-32/+28
* Clean up Hash Functionsreduz2022-06-201-2/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-2/+4
* C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-091-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Mono/C#: Optimize the way we store GC handles for scriptsIgnacio Etcheverry2020-03-171-8/+10
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-0/+143