Bojidar Marinov
|
7cc561fe0e
Fixup #8123, seems like I forgot a few things
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
curtisxk38
|
d35fab7382
Fix typo in Parser Error message
|
8 years ago |
Rémi Verschelde
|
495710c3d6
Merge pull request #8123 from bojidar-bg/gdscript-inline-block-indent
|
8 years ago |
Rémi Verschelde
|
debeee56f7
Fix typos in source code using codespell
|
8 years ago |
Bojidar Marinov
|
18ab88b3f1
Make inline blocks in GDScript more pythonic
|
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 |
Rémi Verschelde
|
a78c314b0e
Merge pull request #7809 from hpvb/fix-6798
|
8 years ago |
Hein-Pieter van Braam
|
3e5743ca36
Allow preload to accept a const string.
|
8 years ago |
Juan Linietsky
|
d7fd86d51a
-begin of export work, not done yet
|
8 years ago |
lonesurvivor
|
c71a6c6d71
Fix parsing bug which causes range(variable) to crash the engine
|
8 years ago |
karroffel
|
c24c739da5
made _ a special token in GDScript
|
8 years ago |
Rémi Verschelde
|
2a0ddc1e89
Style: Various fixes to play nice with clang-format
|
8 years ago |
Rémi Verschelde
|
e0faf8a51b
Style: Cosmetic fixes to play nice with clang-format
|
8 years ago |
James Mintram
|
dab73c701a
Compile error when duplicate key in dictionery literal #7034
|
8 years ago |
Juan Linietsky
|
4261880c94
Merge pull request #6845 from karroffel/master
|
8 years ago |
Juan Linietsky
|
7924f08a6a
Merge pull request #4918 from jjay/f/error_on_redefine
|
8 years ago |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
8 years ago |
Juan Linietsky
|
bfef8de1bc
More efficient iteration syntax, and range() is converted behind the scenes to it.
|
8 years ago |
Rémi Verschelde
|
42802ab9dc
Merge pull request #6930 from bojidar-bg/gdscript-export-array-hint
|
8 years ago |
Juan Linietsky
|
e6583117df
Both Array and Dictionary are always in shared mode (removed copy on write).
|
8 years ago |
Karroffel
|
e781a7e07e
pattern matcher: Implemented backend
|
8 years ago |
Karroffel
|
d445f0639f
pattern matcher: Implemented transformations
|
8 years ago |
Karroffel
|
f8a7c46273
pattern matching: implemented parser
|
8 years ago |
Juan Linietsky
|
4338c90163
It is now possible to name layers of different kinds!
|
8 years ago |
Juan Linietsky
|
8963ca3d17
Fix code completion for new getnode syntax
|
8 years ago |
Juan Linietsky
|
8b912d1115
-Fix bugs related to PoolVector crashes
|
8 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |
Rémi Verschelde
|
dcc4ee21c1
Revert expression reduction from #7390
|
8 years ago |