summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_tokenizer.h
AgeCommit message (Expand)Author
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-29Documentation generation for GDScriptThakee Nathees
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-08-19GDScript: Allow keywords to be used in $ notationGeorge Marques
2020-08-17GDScript: Allow "match" to be used as an identifierGeorge Marques
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reintroduce code completionGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-14Implement decalsJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-13Remove deprecated sync and slave networking keywordsRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-25Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov
2019-07-26Disallow using of both tabs and spaces for indentation in the same fileBojidar Marinov
2019-02-21Fix warnings seen with -Wignored-qualifiers.marxin
2019-02-20GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-21GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-20Add typing syntaxGeorge Marques
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde