Juan Linietsky
|
ad8f208bdb
Proper function/property selection in visual script editing for property.
|
9 years ago |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 years ago |
Rémi Verschelde
|
5d9967ef00
Merge pull request #6055 from eska014/native-bind-rettype
|
9 years ago |
Juan Linietsky
|
9865650b43
Added a simpler way to do sub-functions in both visual and gdscript with the subcall node.
|
9 years ago |
eska
|
4cd246898e
Allow documenting unexposed return types in bind_native_method
|
9 years ago |
Juan Linietsky
|
ad313097eb
WIP visual scripting, not working yet but you can check out stuff
|
9 years ago |
Juan Linietsky
|
33cc480350
Fixed reloading of tool scripts within editor, they should work much better now, closes #3194
|
9 years ago |
Juan Linietsky
|
cf6450043d
Fix bug in inner class reference, closes #1411
|
9 years ago |
Juan Linietsky
|
565bb3afcc
Fix extends issue, closes #4026
|
9 years ago |
Andreas Haas
|
c871cf6801
Add "bool" to GDScript reserverd keywords
|
9 years ago |
Juan Linietsky
|
45443a1651
Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756
|
9 years ago |
Juan Linietsky
|
f8f30662d9
-Ability to reload (and soft reload) tool scripts. Please test!
|
9 years ago |
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 |