summaryrefslogtreecommitdiffstats
path: root/modules/mono/signal_awaiter_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
| | | | | | This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
* Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-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!
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-1/+18
| | | | 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/+53