Francois Belair
|
e3f16a83dc
Fix line num of enums reported as the line before
|
5 anos atrás |
Thakee Nathees
|
9ce1fe59ea
Fix: editor crash on super constructor called
|
5 anos atrás |
Thakee Nathees
|
fc92f83c30
Debugger stepping to incorrect line fix
|
5 anos atrás |
Thakee Nathees
|
931a927a40
shodowed var warning for `for` loop counter
|
5 anos atrás |
Rémi Verschelde
|
1cf8652945
Merge pull request #39263 from ThakeeNathees/is-operation-fail
|
5 anos atrás |
Hugo Locurcio
|
aeb5513bab
Tweak the GDScript error message about passed argument type mismatch
|
5 anos atrás |
Thakee Nathees
|
837cba7567
predefined var check for `for` loop counter
|
5 anos atrás |
Thakee Nathees
|
8f795cb38e
Fix `is` operation fail on get_script()
|
5 anos atrás |
George Marques
|
a0983637cf
GDScript: Allow get_script() to be considered a type
|
5 anos atrás |
Tan Wang Leng
|
48a2fd7a3d
gdscript_parser: Fix "unreachable code" false positive for loops
|
5 anos atrás |
James Buck
|
9347a6ad6a
Trigger an error when trying to define a preexisting signal in GDScript
|
5 anos atrás |
Thakee Nathees
|
9ee77179b5
break, continue outside of a loop, match statement handled
|
5 anos atrás |
Thakee Nathees
|
d13f46bc41
shadowed var warning in nested block bug fix
|
5 anos atrás |
Thakee Nathees
|
40c43da96f
set parser error when infer type is null
|
5 anos atrás |
Thakee Nathees
|
e42318e41c
regression: var declaration type info parser bug fix
|
5 anos atrás |
Thakee Nathees
|
6d7fb3d322
regression: static func can't access const fix
|
5 anos atrás |
Thakee Nathees
|
72aa9ce7fc
range() with non-numeric const argument crash fix
|
5 anos atrás |
Thakee Nathees
|
55b4e0c44a
parser error for static func access non-static variables
|
5 anos atrás |
Thakee Nathees
|
22053ed75f
GDScript class var type resolve bug fixed
|
5 anos atrás |
Thakee Nathees
|
6b0cfc87af
more clearer unexpected statement end error messages
|
5 anos atrás |
Thakee Nathees
|
7111aa0688
pass keyword inside a class implemented
|
5 anos atrás |
janglee
|
d16abbdee4
Improved go-to definition (Ctrl + Click)
|
5 anos atrás |
Steven Schoen
|
40125c7cce
Mention offending function name in "Indented block expected" error
|
5 anos atrás |
Tom Evans
|
2859ceec6f
Fix for marking assert lines as safe bug
|
5 anos atrás |
Thakee Nathees
|
1a4530e84c
export var type reduce() implemented
|
5 anos atrás |
Tom Evans
|
3bd5fc2e5e
Mark assert lines as safe in gdscript
|
5 anos atrás |
Thakee Nathees
|
95f6bdfa78
GDScript class name existance check enhanced
|
5 anos atrás |
Thakee Nathees
|
12c776dba3
line unsafe for indexing with known base type & unkown identifier
|
5 anos atrás |
Stoofin
|
243711e77f
Pattern bind counts as assignment
|
5 anos atrás |
Thakee Nathees
|
3658f7127e
`:=` fails on some nodes fix: #37357
|
5 anos atrás |