aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd/gd_mono_method.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [mono] fix signals parameter retrievalPaul Joannon2018-02-211-5/+7
|
* [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵Nathan Warden2018-02-201-3/+4
| | | | visual studio.
* implement signal related methods in csharp_script so signals can be used ↵Paul Joannon2018-02-171-0/+14
| | | | with emit
* 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.
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-13/+32
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Mono: Prevent raising exceptions in native codeIgnacio Etcheverry2017-10-231-3/+38
| | | | For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'.
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+192