summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_tokenizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Added system for GDScript warningsGeorge Marques2018-08-101-1/+20
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-16/+16
* Add typing syntaxGeorge Marques2018-07-201-4/+7
* Style: Format code with clang-format 6.0.1Rémi Verschelde2018-07-181-1/+1
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-1/+3
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+9
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-9/+0
* New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+9
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-5/+5