Rémi Verschelde
|
1ce2425c0e
Merge pull request #73363 from dalexeev/gds-fix-min-int-not-representable
|
2 年之前 |
Rémi Verschelde
|
3b4504afea
Merge pull request #75944 from akien-mga/style-modules-includes
|
2 年之前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年之前 |
Danil Alexeev
|
fba8cbe6db
GDScript: Fix repeated `_` are allowed after decimal point
|
2 年之前 |
MistMage
|
fecbc12d17
Fix for mixed tabs and spaces in gdscript
|
2 年之前 |
Danil Alexeev
|
d15511725a
GDScript: Fix `MIN_INT` not representable as numeric literal
|
2 年之前 |
George Marques
|
03ea77407c
GDScript: Be more lenient with identifiers
|
2 年之前 |
George Marques
|
7548e043fc
Add support for Unicode identifiers in GDScript
|
2 年之前 |
Adam Scott
|
c45b9245ae
Fix parse error using Vector{2,3,4}.INF
|
2 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 年之前 |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 年之前 |
Yuri Roubinsky
|
dbd7a31507
Implement exponential operator (**) to GDScript/Expressions
|
3 年之前 |
Nathan Franke
|
1304d72fc1
improve OS.get_name classref, misc/scripts fixes, remove trailing quote
|
3 年之前 |
bruvzg
|
244db37508
Cleanup and move char functions to the `char_utils.h` header.
|
3 年之前 |
bruvzg
|
8e79c5fb8d
Add support for the escaped UTF-16 and UTF-32 Unicode characters in the scripts and expressions.
|
3 年之前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年之前 |
bruvzg
|
74b9892f7a
[GDScript] Check string literals for Unicode direction control characters.
|
3 年之前 |
Max Hilbrunner
|
626ca50676
Improve GDScript indentation error message
|
3 年之前 |
Paulb23
|
bcfc591f86
Reorganise text editor settings
|
4 年之前 |
Rémi Verschelde
|
ee4ef9709d
Merge pull request #46714 from HaSa1002/fix-gdscript-underscore-strict
|
4 年之前 |
George Marques
|
c6e66a43b0
GDScript: Add lambda syntax parsing
|
4 年之前 |
Alex Hirsch
|
d7ac5ba1c6
Fix missing quote in multiline GDScript string
|
4 年之前 |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 年之前 |
Johannes
|
982a0ac348
Fix GDScript Tokenizer being very strict about the number of underscores
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 年之前 |
Thakee Nathees
|
d0e7d9b62f
Documentation generation for GDScript
|
4 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 年之前 |
Rémi Verschelde
|
3e78963bb9
Fix typos with codespell
|
4 年之前 |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 年之前 |