index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_tokenizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-1
/
+1
*
Wrap up GDScript 2.0 base implementation
George Marques
2020-07-22
1
-0
/
+3
*
Reintroduce code completion
George Marques
2020-07-20
1
-6
/
+65
*
Fix comments in beginning of file
George Marques
2020-07-20
1
-2
/
+2
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-1326
/
+1082
*
Rename String bin_to_int64 to bin_to_int
Aaron Franke
2020-06-03
1
-1
/
+1
*
Remove 32-bit String hex_to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+34
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+7
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-73
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-10
/
+30
*
Merge pull request #37033 from ThakeeNathees/python-like-str-escape
Rémi Verschelde
2020-05-09
1
-11
/
+13
|
\
|
*
python like string escape implemented
Thakee Nathees
2020-03-15
1
-11
/
+13
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
|
/
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-3
/
+5
*
Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute
Rémi Verschelde
2020-02-23
1
-3
/
+3
|
\
|
*
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-3
/
+3
*
|
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
1
-0
/
+3
|
/
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-4
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-0
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-7
/
+7
*
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-1
/
+1
*
Remove deprecated sync and slave networking keywords
Rémi Verschelde
2020-02-13
1
-6
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #32966 from ffaristocrat/fix-hex-parsing
Rémi Verschelde
2019-11-12
1
-3
/
+4
|
\
|
*
Fixes #32963 by correctly parsing bin/hex literals
Micheál Keane
2019-11-12
1
-3
/
+4
*
|
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Rémi Verschelde
2019-10-25
1
-44
/
+27
|
\
\
|
*
|
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-25
1
-44
/
+27
|
|
/
*
/
Remove duplicate valid value check in gdscript_tokenizer.cpp.
Marcel Admiraal
2019-10-18
1
-7
/
+3
|
/
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-6
/
+3
*
Disallow using of both tabs and spaces for indentation in the same file
Bojidar Marinov
2019-07-26
1
-2
/
+34
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+2
*
Support for binary literals in GDScript. Added an error that shows if a point...
jude-lafitteIII
2019-04-25
1
-2
/
+25
*
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
|
*
Small fixes, mostly dupicated code
qarmin
2019-04-08
1
-1
/
+1
*
|
Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign...
Rémi Verschelde
2019-04-10
1
-5
/
+6
|
\
\
|
*
|
Allow whitespaces in warning-ignore comments
Timo Schwarzer
2019-03-17
1
-5
/
+6
*
|
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-2
/
+4
*
|
|
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-1
/
+1
|
|
/
|
/
|
*
|
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
1
-3
/
+5
|
/
*
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-2
/
+2
*
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-2
/
+2
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-3
/
+3
*
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
1
-9
/
+0
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
GDScriptTokenizer: Fix token_names order
lupoDharkael
2018-10-14
1
-1
/
+1
*
Rename slave keyword to puppet
Fabio Alessandrelli
2018-09-15
1
-4
/
+6
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
[next]