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.h
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: Fix too many calls to 'remove_parser'
rune-scape
2024-08-03
1
-3
/
+3
*
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-31
1
-1
/
+18
*
Revert "GDScript: Fix common mismatched external parser errors"
Rémi Verschelde
2024-07-25
1
-15
/
+0
*
GDScript: Fix common mismatched external parser errors
rune-scape
2024-07-23
1
-0
/
+15
*
GDScript: invalidate GDScriptParserRef when reloading
rune-scape
2024-04-18
1
-3
/
+0
*
Prefer identifiers annotated type if assigned type is incompatible to it
HolonProduction
2024-01-17
1
-0
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
GDScript: Fix lambda resolution with cyclic references
Danil Alexeev
2023-08-25
1
-1
/
+3
*
Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_a...
Yuri Sizov
2023-07-25
1
-1
/
+1
|
\
|
*
Fix for not being able to ignore shadowing warnings on class scope
jpcerrone
2023-07-24
1
-1
/
+1
*
|
Script editor: Show depended script errors
rune-scape
2023-07-24
1
-0
/
+1
|
/
*
Merge pull request #77324 from anvilfolk/oh-no-its-virtual
Rémi Verschelde
2023-06-15
1
-2
/
+2
|
\
|
*
GDScript: add errors when calling unimplemented virtual functions
ocean (they/them)
2023-06-15
1
-2
/
+2
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+3
|
/
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+1
*
GDScript: Fix missing warning for shadowing of built-in types
Dmitrii Maganov
2023-03-13
1
-1
/
+1
*
Merge pull request #73590 from vnen/gdscript-global-scope-enums
Rémi Verschelde
2023-02-20
1
-1
/
+1
|
\
|
*
Make global scope enums accessible as types in GDScript
George Marques
2023-02-19
1
-1
/
+1
*
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-0
/
+1
|
/
*
Clean up ProjectConverter3To4 architecture, move renames map to separate file
Rémi Verschelde
2023-02-10
1
-11
/
+0
*
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-05
1
-1
/
+1
|
\
|
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-1
/
+1
*
|
GDScript: Improve usability of setter chains
George Marques
2023-02-02
1
-1
/
+1
|
/
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-1
/
+1
*
Merge pull request #57520 from jordigcs/gd-rename-map
Rémi Verschelde
2023-01-31
1
-0
/
+11
|
\
|
*
Add hint for identifiers renamed since Godot 3
jordi
2023-01-24
1
-0
/
+11
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-4
/
+9
*
|
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
1
-2
/
+3
*
|
Merge pull request #71120 from jordigcs/ternary
George Marques
2023-01-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Allow standalone ternary expressions
jordi
2023-01-19
1
-1
/
+1
*
|
GDScript: Fix some issues with assignments that involve untyped things
Dmitrii Maganov
2023-01-12
1
-0
/
+1
*
|
GDScript: Fix getting type from PropertyInfo for Variant arguments
Dmitrii Maganov
2023-01-12
1
-1
/
+1
*
|
Fix GDScript base and outer classes, signals and functions lookup order
Adam Scott
2023-01-09
1
-0
/
+1
*
|
Merge pull request #71051 from vonagam/consts-are-deep-start
Rémi Verschelde
2023-01-09
1
-2
/
+2
|
\
\
|
*
|
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-08
1
-2
/
+2
|
|
/
*
/
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
1
-1
/
+1
|
/
*
GDScript: Fix typing of lambda functions
Dmitrii Maganov
2023-01-06
1
-2
/
+2
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-3
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
1
-8
/
+11
*
Fix constant base typing in extended GDScript class
Adam Scott
2022-12-10
1
-0
/
+2
*
Fix ability to overload "script" variable
ocean (they/them)
2022-11-17
1
-1
/
+1
*
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-13
1
-1
/
+1
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-1
/
+2
*
GDScript: Check if method signature matches the parent
George Marques
2022-03-06
1
-1
/
+1
[next]