summaryrefslogtreecommitdiffstats
path: root/modules/mono/signal_awaiter_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky2022-09-061-1/+1
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-16/+3
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-47/+32
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-0/+4
* Fix Callable calls in mono moduleRaul Santos2022-07-291-1/+1
* Clean up Hash Functionsreduz2022-06-201-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44106 from neikeq/mono-invoke-no-params-boxingRémi Verschelde2020-12-061-4/+8
|\
| * Don't box params on Native->C# calls with Variant paramsIgnacio Etcheverry2020-12-061-4/+8
* | C#: Fix multiple awaits to same signal result in connect errorIgnacio Etcheverry2020-12-051-10/+2
|/
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-6/+12
* 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-3/+13
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-171-63/+142
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* Fix Mono and GDNative builds after changes to ObjectIDRémi Verschelde2020-02-121-7/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: WebAssembly supportIgnacio Etcheverry2019-11-131-2/+3
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-4/+2
* Re-write mono module editor code in C#Ignacio Etcheverry2019-07-051-1/+1
* Android build and export for the mono moduleIgnacio Etcheverry2019-06-031-1/+1
* C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry2019-04-061-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-6/+2
* Fix msvc warnings in mono moduleIgnacio Etcheverry2018-10-251-1/+1
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-1/+1
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-4/+3
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-4/+3
* | Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-8/+12
|/
* SignalAwaiter::_signal_callback was calling the thunk with a wrong pointerPaul Joannon2018-01-231-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* 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-3/+3
* Mono: Fix build with tools=no or target=releaseIgnacio Etcheverry2017-10-181-0/+2
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-5/+70
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+77