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
*
GDScript: Restore support for `Token::UNDERSCORE` in identifiers
HolonProduction
2024-07-15
1
-1
/
+3
*
GDScript: Fix continuation lines in `GDScriptTokenizerBuffer`
Danil Alexeev
2024-04-10
1
-1
/
+2
*
GDScript: Enable compression on export
George Marques
2024-02-08
1
-1
/
+1
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-32
/
+35
*
[GDScript] Prevent running `String` number functions on invalid literal
A Thousand Ships
2024-02-04
1
-0
/
+14
*
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
1
-0
/
+4
*
Merge pull request #81881 from lotuspar/patch-1
Rémi Verschelde
2023-09-20
1
-1
/
+1
|
\
|
*
Rewrite a bit of comment in tokenizer code
Gio
2023-09-19
1
-1
/
+1
*
|
GDScript: Add raw string literals (r-strings)
Danil Alexeev
2023-09-11
1
-123
/
+155
|
/
*
GDScript: Allow mixed indentation on blank lines
Danil Alexeev
2023-08-17
1
-9
/
+9
*
Merge pull request #73226 from AThousandShips/gdscript_tok_improvement
Yuri Sizov
2023-07-31
1
-13
/
+19
|
\
|
*
Improvements to GDScript identifier tokenization
Ninni Pipping
2023-04-26
1
-13
/
+19
*
|
Merge pull request #72824 from dalexeev/gds-invalid-char-error
Rémi Verschelde
2023-06-19
1
-2
/
+2
|
\
\
|
*
|
GDScript: Fix invalid character error message
Danil Alexeev
2023-02-07
1
-2
/
+2
*
|
|
Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable
Rémi Verschelde
2023-06-18
1
-0
/
+31
|
\
\
\
|
*
|
|
GDScript: Fix `MIN_INT` not representable as numeric literal
Danil Alexeev
2023-02-15
1
-0
/
+31
*
|
|
|
Merge pull request #75944 from akien-mga/style-modules-includes
Rémi Verschelde
2023-06-15
1
-3
/
+4
|
\
\
\
\
|
*
|
|
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-3
/
+4
|
|
|
_
|
/
|
|
/
|
|
*
/
|
|
GDScript: Fix repeated `_` are allowed after decimal point
Danil Alexeev
2023-06-14
1
-4
/
+35
|
/
/
/
*
/
/
Fix for mixed tabs and spaces in gdscript
MistMage
2023-04-20
1
-1
/
+1
|
/
/
*
/
GDScript: Be more lenient with identifiers
George Marques
2023-02-09
1
-3
/
+14
|
/
*
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-12
/
+50
*
Fix parse error using Vector{2,3,4}.INF
Adam Scott
2023-01-08
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-9
/
+9
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+10
*
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
Nathan Franke
2022-04-22
1
-1
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-33
/
+17
*
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scrip...
bruvzg
2022-01-30
1
-3
/
+63
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
[GDScript] Check string literals for Unicode direction control characters.
bruvzg
2021-11-11
1
-0
/
+9
*
Improve GDScript indentation error message
Max Hilbrunner
2021-10-28
1
-1
/
+8
*
Reorganise text editor settings
Paulb23
2021-08-16
1
-1
/
+1
*
Merge pull request #46714 from HaSa1002/fix-gdscript-underscore-strict
Rémi Verschelde
2021-05-06
1
-0
/
+4
|
\
|
*
Fix GDScript Tokenizer being very strict about the number of underscores
Johannes
2021-03-06
1
-0
/
+4
*
|
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-0
/
+10
*
|
Fix missing quote in multiline GDScript string
Alex Hirsch
2021-03-19
1
-0
/
+3
*
|
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-3
/
+3
*
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-2
/
+18
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Fix typos with codespell
Rémi Verschelde
2020-09-18
1
-1
/
+1
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-23
/
+23
*
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
1
-1
/
+1
*
GDScript: Check for missing exponent when parsing numbers
George Marques
2020-09-01
1
-0
/
+32
*
GDScript: Allow keywords to be used in $ notation
George Marques
2020-08-19
1
-0
/
+46
*
GDScript: Allow "match" to be used as an identifier
George Marques
2020-08-17
1
-0
/
+12
*
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
[next]