Rémi Verschelde
|
ae41e35191
Merge pull request #27676 from qarmin/small_fixes_2
|
6 years ago |
lupoDharkael
|
2ad302cec4
Don't allow class_name in built-in scripts
|
6 years ago |
lupoDharkael
|
145a45fd3f
Fix code completion not working with class_name
|
6 years ago |
lupoDharkael
|
14078fbb82
GDScript: add variable shadowing warning
|
6 years ago |
Hugo Locurcio
|
00799fc8c2
Add support for type hints in non-default script editor templates
|
6 years ago |
qarmin
|
8460d0678c
Small fixes to static analyzer bugs
|
6 years ago |
George Marques
|
bda60bfa29
Add a dependency search mode for GDScript parser
|
6 years ago |
Rémi Verschelde
|
658296856c
Merge pull request #24877 from neikeq/issue-24280
|
6 years ago |
Ignacio Etcheverry
|
ea85ff0dc2
Fix properties being lost when reloading placeholder GDScript instance
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Marc Gilleron
|
065e2670af
Added basic support for custom resource savers and loaders
|
7 years ago |
Juan Linietsky
|
3a93499f89
Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070
|
6 years ago |
Rémi Verschelde
|
2091f20443
Fix warnings about wrong member initialization order [-Wreorder]
|
6 years ago |
Rémi Verschelde
|
cdc411fd54
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more
|
6 years ago |
Fabio Alessandrelli
|
c0e4d7efca
Add GDScript slave keyword deprecation warning.
|
7 years ago |
Rémi Verschelde
|
1a16dabfb5
Merge pull request #21982 from luzpaz/misc-typos
|
7 years ago |
luz.paz
|
08bde5b2de
Misc. typos
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Will Nations
|
6d9cc032e7
Add custom icons to script classes.
|
7 years ago |
Rémi Verschelde
|
b4f579b5ba
Merge pull request #20583 from neikeq/issue-15371
|
7 years ago |
George Marques
|
eb48119821
Added system for GDScript warnings
|
7 years ago |
Ignacio Etcheverry
|
f3c7527225
Fix case where exported properties value is lost
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
George Marques
|
03746da73f
Add editor highlight for type-safe lines
|
7 years ago |
George Marques
|
e3d72d14ff
Use type information to enable GDScript introspection
|
7 years ago |
George Marques
|
743053734f
Add static type checks in the parser
|
7 years ago |
Juan Linietsky
|
a3f1ee5c57
Global class names (and GDScript support for it)
|
7 years ago |
Fabio Alessandrelli
|
1400f6fdc4
Refactor RPCMode enum and checks
|
7 years ago |
Max Hilbrunner
|
4c69a495c9
Revert "RPCMode refactor, more sync modes"
|
7 years ago |
Fabio Alessandrelli
|
9de4ffde61
Refactor RPCMode enum and checks
|
7 years ago |