Bojidar Marinov
|
1936e1d2be
Make GDScript allow some keywords as identifiers
|
8 years ago |
Andreas Haas
|
015d36d18b
GDScript: Use "is" keyword for type checking.
|
8 years ago |
Juan Linietsky
|
5b3709d309
Removal of InputEvent as built-in Variant type..
|
8 years ago |
Juan Linietsky
|
98a3296702
Removal of Image from Variant, converted to a Resource.
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Saggi Mizrahi
|
c464609bda
Add '$' to token names
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Saracen
|
5e938f0001
Inf and NaN support added to GDScript.
|
8 years ago |
Hein-Pieter van Braam
|
b696beea65
Correct hash behavior for floating point numbers
|
8 years ago |
karroffel
|
c24c739da5
made _ a special token in GDScript
|
8 years ago |
Juan Linietsky
|
4261880c94
Merge pull request #6845 from karroffel/master
|
8 years ago |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
8 years ago |
Juan Linietsky
|
bc26f90581
Type renames:
|
8 years ago |
Karroffel
|
f8a7c46273
pattern matching: implemented parser
|
9 years ago |
Juan Linietsky
|
62273e51a2
Moved JSON functions to built-in to_json, parse_json, validate_json
|
8 years ago |
Juan Linietsky
|
13cdccf23b
Variant INT and REAL are now 64 bits (other types remain at 32)
|
8 years ago |
Juan Linietsky
|
8b912d1115
-Fix bugs related to PoolVector crashes
|
8 years ago |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
8 years ago |
Pedro J. Estébanez
|
1b3dcac281
Adapt overlooked instances of zero-based column numbers
|
8 years ago |
Pedro J. Estébanez
|
2f80965845
Make text column numbers one-based
|
9 years ago |
Juan Linietsky
|
fc61eb37ce
Merge pull request #5920 from 29jm/fix-warnings
|
9 years ago |
Bojidar Marinov
|
4ee82a2c38
Adds enums to GDScript
|
9 years ago |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 years ago |
Johan Manuel
|
a4674bda47
Fix some comparisons between signed and unsigned integers
|
9 years ago |
Rémi Verschelde
|
b6ac91c0e6
Removed unused variables (first pass)
|
9 years ago |
Dennis Brakhane
|
c246931f03
correctly parse floats in scientific notation
|
9 years ago |
Juan Linietsky
|
ceeb5453a8
gdscript tokenizer will dislike use of case, closes #4991
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |
Franklin Sobrinho
|
0426806ebf
Removed GDScript "function" keyword
|
9 years ago |
Ignacio Etcheverry
|
d50e8d2bad
Added missing onready token name
|
9 years ago |