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
*
Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variabl...
Max Hilbrunner
2021-09-03
1
-0
/
+1
|
\
|
*
GDScript: Count usages of member variables.
ZuBsPaCe
2021-09-03
1
-0
/
+1
*
|
Check for GDScript member and class naming conflicts in a variety of conditions.
SaracenOne
2021-09-02
1
-1
/
+84
|
/
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
*
GDScript: Make singleton functions be seen as static
George Marques
2021-08-20
1
-1
/
+6
*
GDScript: Fix calling builtin static functions
George Marques
2021-08-18
1
-1
/
+3
*
GDScript: Fix issue when calling `new()` on its own
George Marques
2021-08-18
1
-2
/
+2
*
GDScript: Fix inner classes and preloaded scripts as types
George Marques
2021-08-18
1
-0
/
+29
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-25
/
+16
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-29
/
+26
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Merge pull request #49287 from reduz/expose-variant-internal-binders
Rémi Verschelde
2021-06-19
1
-0
/
+1
|
\
|
*
GDScript: Fix setting type of operator return value
George Marques
2021-06-18
1
-0
/
+1
*
|
Merge pull request #49449 from SpectralDragon/fix-enum-equal-operation
George Marques
2021-06-18
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix equal operation for typed enums
Владислав Прусаков
2021-06-09
1
-2
/
+3
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
|
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-2
/
+2
|
/
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Merge pull request #49114 from vnen/gdscript-fix-self-function-type-check
Rémi Verschelde
2021-05-26
1
-0
/
+2
|
\
|
*
GDScript: Fix function signature check for self calls
George Marques
2021-05-26
1
-0
/
+2
*
|
GDScript: Use analyzer data to decide assignment conversion
George Marques
2021-05-26
1
-0
/
+9
|
/
*
GDScript: Add support for builtin static method calls
George Marques
2021-05-16
1
-2
/
+16
*
GDScript: Fix crash when base of an attribute is invalid
George Marques
2021-04-28
1
-0
/
+6
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-7
/
+28
*
GDScript: Add lambdas to the type analyzer
George Marques
2021-04-28
1
-13
/
+71
*
GDScript: Add lambda syntax parsing
George Marques
2021-04-28
1
-0
/
+4
*
GDScript: Fix resolution of dictionary keys
George Marques
2021-04-23
1
-20
/
+4
*
Merge pull request #47131 from vnen/gdscript-export-fix
Rémi Verschelde
2021-03-30
1
-71
/
+35
|
\
|
*
Move GDSript annotation application after type-checking
George Marques
2021-03-30
1
-71
/
+35
*
|
GDScript: Fix array type check on constants
George Marques
2021-03-30
1
-2
/
+2
|
/
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-24
/
+195
*
Merge pull request #43176 from mateosss/crash-uninit-const
Rémi Verschelde
2021-01-11
1
-13
/
+15
|
\
|
*
Fix crash by adding nullcheck for uninitialized constants
Mateo de Mayo
2020-10-29
1
-13
/
+15
*
|
Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed
Rémi Verschelde
2021-01-11
1
-1
/
+4
|
\
\
|
*
|
GDScript assert message parsing bug fixed
Thakee Nathees
2020-12-27
1
-1
/
+4
*
|
|
Merge pull request #44672 from ThakeeNathees/array-dict-const-fold-bug-fix
Rémi Verschelde
2021-01-11
1
-0
/
+2
|
\
\
\
|
*
|
|
Array/Dictionary marked as not safe to const fold
Thakee Nathees
2020-12-25
1
-0
/
+2
*
|
|
|
Merge pull request #44889 from ThakeeNathees/builtin-invalid-call-crash-fix
Rémi Verschelde
2021-01-11
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
GDScript builtin invalid function call crash fix
Thakee Nathees
2021-01-03
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
|
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-7
/
+7
|
/
/
/
*
|
|
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-10
/
+85
|
\
\
\
|
*
|
|
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-10
/
+85
*
|
|
|
Merge pull request #44011 from KoBeWi/red_roses_minus_blue_violets
Rémi Verschelde
2020-12-03
1
-1
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix subtracting colors and quats
Tomasz Chabora
2020-12-03
1
-1
/
+1
*
|
|
|
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
Rémi Verschelde
2020-12-02
1
-1
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Documentation generation for GDScript
Thakee Nathees
2020-11-29
1
-1
/
+6
*
|
|
|
GDScript: Don't construct ref values in compiler
George Marques
2020-11-30
1
-1
/
+21
|
/
/
/
*
|
|
Merge pull request #43914 from ThakeeNathees/range-argument-type-bug-fix
Rémi Verschelde
2020-11-27
1
-6
/
+8
|
\
\
\
[next]