aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/signal_awaiter_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* 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
| | | | Old implementation had issues where you could only await on the same signal of the same source once.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+77