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.
|
9 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
|
9 years ago |
Fabio Alessandrelli
|
ba095b8dcc
Add warning when (pre)loading paths with leading / (#4280 - #3106)
|
9 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 |
Juan Linietsky
|
cf0fbe493f
Ability to put constants in constant expressions, closes #5264
|
9 years ago |
Juan Linietsky
|
f4c6640827
Fixed bug related to resolving constants in a class, closes #1110
|
9 years ago |
Juan Linietsky
|
95e3279d34
Properly report a valid error instead of reporting as a bug, closes #3841
|
9 years ago |
Juan Linietsky
|
fea9511bc6
remove unnecesary found bug? print, closes #5028
|
9 years ago |
Juan Linietsky
|
9ddc13a5cc
-All variables from script are visible through get_property_list(), not just those with export()
|
9 years ago |
Juan Linietsky
|
3e8eb396d7
Finalized DynamicFont implementation
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |
Rémi Verschelde
|
002ff3cc9a
Revert "Merge pull request #3814 from est31/iterators_for_for"
|
9 years ago |
est31
|
5f66692395
Use xrange for common "for i in range(...)" use case
|
9 years ago |
est31
|
cea8e97c11
Fix typo in error
|
9 years ago |
hondres
|
56ce58d57c
can preload constants
|
9 years ago |
Juan Linietsky
|
de7fe2fced
-remove unnecesary error report, fixes #3361
|
9 years ago |
Juan Linietsky
|
61745855d0
PI is now a built-in constant, fixes #2134
|
9 years ago |