summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_tokenizer.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-18/+40
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-0/+6
* GDScript: Implement pattern guards for match statementGeorge Marques2023-09-271-0/+1
* GDScript: Fix and improve doc comment parsingDanil Alexeev2023-09-161-0/+2
* GDScript: Fix `MIN_INT` not representable as numeric literalDanil Alexeev2023-02-151-0/+2
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-0/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Implement exponential operator (**) to GDScript/ExpressionsYuri Roubinsky2022-05-111-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve GDScript indentation error messageMax Hilbrunner2021-10-281-0/+1
* GDScript: Add lambda syntax parsingGeorge Marques2021-04-281-0/+3
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-1/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Documentation generation for GDScriptThakee Nathees2020-11-291-0/+20
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-4/+4
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-11/+11
* GDScript: Allow keywords to be used in $ notationGeorge Marques2020-08-191-0/+1
* GDScript: Allow "match" to be used as an identifierGeorge Marques2020-08-171-3/+2
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-0/+1
* Reintroduce code completionGeorge Marques2020-07-201-5/+16
* New GDScript tokenizer and parserGeorge Marques2020-07-201-246/+187
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-2/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Implement decalsJuan Linietsky2020-04-141-0/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-5/+5
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-2/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-251-6/+4
* Disallow using of both tabs and spaces for indentation in the same fileBojidar Marinov2019-07-261-0/+6
* Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-3/+3
* GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde2019-02-201-4/+1
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-1/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* GDScript: Fix undefined behavior on GDScriptTokenizerBufferGeorge Marques2018-08-211-2/+8
* Added system for GDScript warningsGeorge Marques2018-08-101-0/+22
* Add typing syntaxGeorge Marques2018-07-201-0/+3
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-0/+1
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+3
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-3/+0
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2