index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gdscript_analyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
GDScript: Do not produce `UNUSED_SIGNAL` warning for common implicit uses
Danil Alexeev
2024-09-17
1
-0
/
+34
*
GDScript: Fix too many calls to 'remove_parser'
rune-scape
2024-08-03
1
-23
/
+29
*
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-31
1
-42
/
+156
*
Revert "GDScript: Fix common mismatched external parser errors"
Rémi Verschelde
2024-07-25
1
-109
/
+35
*
Merge pull request #94617 from rune-scape/fix-mismatched-parsers
Rémi Verschelde
2024-07-24
1
-35
/
+109
|
\
|
*
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-23
1
-35
/
+109
*
|
GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT`
Danil Alexeev
2024-07-22
1
-2
/
+2
|
/
*
Fix gdscript analyzer error when instantiating EditorPlugins.
baptr
2024-07-10
1
-1
/
+1
*
GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings
Danil Alexeev
2024-06-28
1
-1
/
+24
*
GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning
Danil Alexeev
2024-06-28
1
-0
/
+15
*
Merge pull request #93346 from RandomShaper/gds_cyc_alt
Rémi Verschelde
2024-06-26
1
-2
/
+7
|
\
|
*
GDScript: Enhance handling of cyclic dependencies
Pedro J. Estébanez
2024-06-26
1
-2
/
+7
*
|
Fix editor crash when invalid global class script path
Hilderin
2024-06-25
1
-0
/
+3
|
/
*
Merge pull request #92544 from dalexeev/gds-fix-const-non-metatype-subscript
Rémi Verschelde
2024-05-30
1
-7
/
+39
|
\
|
*
GDScript: Fix subscript resolution on constant non-metatype GDScript base
Danil Alexeev
2024-05-30
1
-7
/
+39
*
|
GDScript: Do not produce `INFERRED_DECLARATION` on type import
Danil Alexeev
2024-05-30
1
-1
/
+6
|
/
*
GDScript: Fix lambdas capturing non-local variables
Danil Alexeev
2024-05-22
1
-4
/
+17
*
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
Danil Alexeev
2024-05-17
1
-0
/
+1
*
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
Rémi Verschelde
2024-05-14
1
-1
/
+0
|
\
|
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
|
Revert "GDScript: Implement get_dependencies()"
Rémi Verschelde
2024-05-13
1
-14
/
+1
|
/
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-16
/
+21
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-5
/
+11
*
GDScript: Fix access non-static members in static context
Danil Alexeev
2024-05-01
1
-8
/
+23
*
Merge pull request #90860 from vnen/gdscript-get-dependencies
Rémi Verschelde
2024-04-29
1
-1
/
+14
|
\
|
*
GDScript: Implement get_dependencies()
George Marques
2024-04-18
1
-1
/
+14
*
|
Merge pull request #90552 from vnen/gdscript-constructor-callable-release
Rémi Verschelde
2024-04-29
1
-1
/
+1
|
\
\
|
*
|
GDScript: Assume constructor to be accessible from class
George Marques
2024-04-11
1
-1
/
+1
*
|
|
GDScript: Resolve types from autoload scenes
George Marques
2024-04-26
1
-3
/
+22
*
|
|
Merge pull request #90601 from rune-scape/rune-gdscript-dependant-parser-ref-...
Rémi Verschelde
2024-04-22
1
-44
/
+25
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
GDScript: invalidate GDScriptParserRef when reloading
rune-scape
2024-04-18
1
-44
/
+25
|
|
/
*
|
Merge pull request #90794 from vnen/gdscript-no-unused-constant-warning-with-...
Rémi Verschelde
2024-04-18
1
-1
/
+1
|
\
\
|
*
|
GDScript: Suppress unused constant warning with underscore
George Marques
2024-04-18
1
-1
/
+1
*
|
|
GDScript: Warn when enum variable has no default
George Marques
2024-04-16
1
-0
/
+12
|
/
/
*
/
GDScript: Allow casting enum to int
George Marques
2024-04-12
1
-0
/
+2
|
/
*
Merge pull request #90448 from vnen/gdscript-infer-string-format
Rémi Verschelde
2024-04-10
1
-0
/
+5
|
\
|
*
GDScript: Infer type with string format operator
George Marques
2024-04-10
1
-0
/
+5
*
|
Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin
Rémi Verschelde
2024-04-10
1
-3
/
+26
|
\
\
|
*
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
1
-3
/
+26
|
|
/
*
|
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
Rémi Verschelde
2024-04-09
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix `UNSAFE_CAST` warning
Danil Alexeev
2023-10-27
1
-3
/
+1
*
|
Don't pass `self` when calling a static function from a non-static context
Jamie Hill-Daniel
2024-04-04
1
-3
/
+4
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
1
-57
/
+40
*
|
GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the nati...
20kdc
2024-03-01
1
-6
/
+2
*
|
GDScript: Canonicalize script path in FQCN
Danil Alexeev
2024-02-26
1
-3
/
+3
*
|
Merge pull request #85501 from /remove-packed-scene-cache
Rémi Verschelde
2024-02-25
1
-9
/
+2
|
\
\
|
*
|
Stop caching packed scenes in GDScript cache
Jordyfel
2023-11-29
1
-9
/
+2
|
|
/
[next]