punto-
|
86253cbdfe
Revert "Fix implicit GDScript Reference inheritance"
|
9 years ago |
eska
|
3acbf8e71f
Fix implicit GDScript Reference inheritance
|
9 years ago |
Juan Linietsky
|
9e745b920f
Ability to reload scripts on running game
|
9 years ago |
Juan Linietsky
|
df139f57b3
Some cleanup to GDScript
|
9 years ago |
Ignacio Armenteros
|
7caabd9398
Fix #4748: proper call to base class function
|
9 years ago |
Juan Linietsky
|
a75f896338
First version of Profiler
|
9 years ago |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 years ago |
Juan Linietsky
|
6fc1c3a4d1
Completed the support for plugins! It is not possible to add plugins.
|
9 years ago |
Rémi Verschelde
|
6ea0863ed3
Merge pull request #3587 from akien-mga/pr-reserved-keyords
|
9 years ago |
Rémi Verschelde
|
ade7329625
Fix missing comma
|
9 years ago |
George Marques
|
0f41a18344
Merge pull request #3582 from akien-mga/pr-reserved-keyords
|
9 years ago |
Rémi Verschelde
|
99d9188da8
Add preload and PI to GDScript reserved keywords
|
9 years ago |
Rémi Verschelde
|
8151110002
Reorder reserved words by categories
|
9 years ago |
Juan Linietsky
|
817fd1ab71
-Added method flags to global constants for script
|
9 years ago |
Juan Linietsky
|
de7fe2fced
-remove unnecesary error report, fixes #3361
|
9 years ago |
Juan Linietsky
|
1a9c3a134d
-Make Akien happy, fixes #3068
|
9 years ago |
Juan Linietsky
|
cb39db0b02
Fixed bug with default arguments in gdscript, closes #2024
|
9 years ago |
Juan Linietsky
|
1597082c85
-Ability to roll-back script-exported properties to their default value on the script, closes #2128
|
9 years ago |
Juan Linietsky
|
0e0a7c9494
-properly handle newline in \ (line continuation) in gdscript, fixes #2112
|
9 years ago |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 years ago |
reduz
|
7d2d1442f8
-add breakpoint statement to ease with debugging, closes #3165
|
9 years ago |
reduz
|
30c12297dc
- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.
|
9 years ago |
reduz
|
e0d21d2158
Ability to set autoloads as singleton global variables
|
9 years ago |
Juan Linietsky
|
f2183a5e09
replaced :var by :Variant in documentation, fixes #2897
|
9 years ago |
Juan Linietsky
|
200b7bb87c
-Display on animation editor which keys are invalid and which tracks are unresolved
|
9 years ago |
admix
|
b2508ca879
Break into GDScript debugger when new() fails
|
9 years ago |
Juan Linietsky
|
07e9741425
**WARNING BEFORE PULLING**
|
10 years ago |
Juan Linietsky
|
55b34e05b3
-some changes by okam
|
10 years ago |
Juan Linietsky
|
95047562d7
Several performance improvements, mainly in loading and instancing scenes and resources.
|
10 years ago |
Juan Linietsky
|
48f1d02da4
added ability to define signals in script
|
10 years ago |