summaryrefslogtreecommitdiffstats
path: root/modules/mono/utils/string_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-0/+2
| | | | - Added a very simple parser that can extract the namespace and class name of a C# script.
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
| | | | | | 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.
* 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!
* Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-0/+6
|
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+38