summaryrefslogtreecommitdiff
path: root/modules/mono/editor/script_class_parser.cpp
AgeCommit message (Expand)Author
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-05Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-01-24Fix C# preprocessor infinite loop and incorrect parsing of `#if!`Ignacio Etcheverry
2020-01-21Add dummy preprocessor for the C# script class parserIgnacio Etcheverry
2020-01-20Mono/C#: Fix error when parsing nested genericsIgnacio Etcheverry
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-13Mono/C#: Fix class parser incorrectly handling nested namespacesIgnacio Etcheverry
2019-12-13Mono/C#: Fix class parser bug with 'where T : struct'Ignacio Etcheverry
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-03-20Fix parsing of generic type declarations in C# source files.Sebastian Hartte
2019-03-01C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-11-24Parse C# generics and type constraints correctlyCarter Anderson
2018-10-28Fix C# parsing the full name of base typesIgnacio Etcheverry
2018-10-25Parse C# script namespace and classIgnacio Etcheverry