Rémi Verschelde
|
b97401f304
Update copyright statements to 2020
|
5 years ago |
Rémi Verschelde
|
7562ce053a
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
bb13fa896e
Style: Format code with clang-format 6.0.1
|
7 years ago |
Rémi Verschelde
|
2712014744
Update copyright statements to 2018
|
7 years ago |
Xavier Sellier
|
0cdc8ef645
Properly support nested ternary expressions
|
7 years ago |
Rémi Verschelde
|
acb7107720
Style: apply clang-format (3.9.1) to current source
|
7 years ago |
sanikoyes
|
2004c24a6e
Allow to extends constant class variable
|
7 years ago |
Rémi Verschelde
|
9d598833d2
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Juan Linietsky
|
f4d6e37c2f
push variable later when created, to avoid self-referencing as a valid case, closes #6111
|
8 years ago |
curtisxk38
|
5a1bcae6c2
Fix typo in Parser Error message
|
8 years ago |
Rémi Verschelde
|
f90eb87193
Revert "Make inline blocks in GDScript more pythonic"
|
8 years ago |
Rémi Verschelde
|
e9b045d9e5
Add "Godot Engine contributors" copyright line
|
8 years ago |
Bojidar Marinov
|
dad8e04139
Add enum naming, by assinging a given enum's values to a Dict
|
9 years ago |
Bojidar Marinov
|
ed80f4563a
Adds enums to GDScript
|
9 years ago |
Bojidar Marinov
|
0c650c2511
Make inline blocks in GDScript more pythonic
|
8 years ago |
Rémi Verschelde
|
f8db8a3faa
Bring that Whole New World to the Old Continent too
|
8 years ago |
Rémi Verschelde
|
16b78da941
Style: Various fixes to play nice with clang-format
|
8 years ago |
Hein-Pieter van Braam
|
4cf49bb6f4
Allow preload to accept a const string.
|
8 years ago |
Rémi Verschelde
|
d8223ffa75
Welcome in 2017, dear changelog reader!
|
8 years ago |
Bojidar Marinov
|
4c9c43735a
Disallow assignment to expressions
|
8 years ago |
Bojidar Marinov
|
6ad84850ab
Ternary operator in GDScript (a if x else b)
|
9 years ago |
Bojidar Marinov
|
c0743f898a
Allow for linebreaks in function calls and definitions and yeild/signal.
|
8 years ago |
Fabio Alessandrelli
|
d5ee98bb2c
Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)"
|
8 years ago |
Fabio Alessandrelli
|
e51cd3d454
Throw an error when exporting a resource class
|
8 years ago |
Fabio Alessandrelli
|
ba095b8dcc
Add warning when (pre)loading paths with leading / (#4280 - #3106)
|
8 years ago |
Juan Linietsky
|
f51a816253
Set proper line into operators when parsing GDScript, fixes #5822
|
9 years ago |
George Marques
|
8113ba8bef
Allow semicolon after 'pass' keyword
|
9 years ago |
George Marques
|
4bf31b3f3d
Revert removing of function call in gd_parser
|
9 years ago |
Rémi Verschelde
|
b6ac91c0e6
Removed unused variables (first pass)
|
9 years ago |
Juan Linietsky
|
e49b73e93a
Only check for constants when parsing constants, should close #5497
|
9 years ago |