summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/script_class_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-091-9/+9
* Fix parsing of generic type declarations in C# source files.Sebastian Hartte2019-03-201-0/+14
* C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry2019-03-011-14/+11
* Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix missing/malformed license headersRémi Verschelde2019-01-011-0/+30
* Parse C# generics and type constraints correctlyCarter Anderson2018-11-241-4/+97
* Fix C# parsing the full name of base typesIgnacio Etcheverry2018-10-281-40/+96
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-0/+486