summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor/script_class_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry2021-03-061-753/+0
* CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-051-17/+34
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-5/+15
* Fix C# preprocessor infinite loop and incorrect parsing of `#if!`Ignacio Etcheverry2020-01-241-10/+9
* Add dummy preprocessor for the C# script class parserIgnacio Etcheverry2020-01-211-0/+81
* Mono/C#: Fix error when parsing nested genericsIgnacio Etcheverry2020-01-201-2/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Mono/C#: Fix class parser incorrectly handling nested namespacesIgnacio Etcheverry2019-12-131-2/+2
* Mono/C#: Fix class parser bug with 'where T : struct'Ignacio Etcheverry2019-12-131-38/+15
* 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