summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_tokenizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-0/+3
* Reintroduce code completionGeorge Marques2020-07-201-6/+65
* Fix comments in beginning of fileGeorge Marques2020-07-201-2/+2
* New GDScript tokenizer and parserGeorge Marques2020-07-201-1326/+1082
* Rename String bin_to_int64 to bin_to_intAaron Franke2020-06-031-1/+1
* Remove 32-bit String hex_to_int methodAaron Franke2020-06-031-1/+1
* Remove 32-bit String to_int methodAaron Franke2020-06-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-17/+34
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-73/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-10/+30
* Merge pull request #37033 from ThakeeNathees/python-like-str-escapeRémi Verschelde2020-05-091-11/+13
|\
| * python like string escape implementedThakee Nathees2020-03-151-11/+13
* | Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
|/
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+5
* Merge pull request #36461 from akien-mga/c++17-fallthrough-attributeRémi Verschelde2020-02-231-3/+3
|\
| * Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-3/+3
* | Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-0/+3
|/
* Added StringName as a variant type.Juan Linietsky2020-02-211-4/+5
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-0/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+7
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-1/+1
* Remove deprecated sync and slave networking keywordsRémi Verschelde2020-02-131-6/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #32966 from ffaristocrat/fix-hex-parsingRémi Verschelde2019-11-121-3/+4
|\
| * Fixes #32963 by correctly parsing bin/hex literalsMicheál Keane2019-11-121-3/+4
* | Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacingRémi Verschelde2019-10-251-44/+27
|\ \
| * | Allow mixed tabs and spaces when indentation does not depend on tab sizeBojidar Marinov2019-10-251-44/+27
| |/
* / Remove duplicate valid value check in gdscript_tokenizer.cpp.Marcel Admiraal2019-10-181-7/+3
|/
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-6/+3
* Disallow using of both tabs and spaces for indentation in the same fileBojidar Marinov2019-07-261-2/+34
* Some code changed with Clang-Tidyqarmin2019-06-261-2/+2
* Support for binary literals in GDScript. Added an error that shows if a point...jude-lafitteIII2019-04-251-2/+25
* Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-1/+1
|\
| * Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* | Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign...Rémi Verschelde2019-04-101-5/+6
|\ \
| * | Allow whitespaces in warning-ignore commentsTimo Schwarzer2019-03-171-5/+6
* | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-2/+4
* | | Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-1/+1
| |/ |/|
* | Add object encoding param to serialization methodsFabio Alessandrelli2019-04-011-3/+5
|/
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Fix all -Wtype-limits warnings.marxin2019-02-211-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-3/+3
* GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde2019-02-201-9/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* GDScriptTokenizer: Fix token_names orderlupoDharkael2018-10-141-1/+1
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-4/+6
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3