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 missing parent class name identifier crash
Adam Scott
2022-12-02
1
-2
/
+5
*
Merge pull request #69423 from KoBeWi/parenture
Rémi Verschelde
2022-12-01
1
-6
/
+10
|
\
|
*
Improve parent signature error
kobewi
2022-12-01
1
-6
/
+10
*
|
Merge pull request #68481 from dalexeev/gds-fix-dyn-arg-def-val
Rémi Verschelde
2022-12-01
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
GDScript 2.0: Fix shift due to skip of non-constant default argument values
Danil Alexeev
2022-11-10
1
-0
/
+2
*
|
GDScript: Avoid using `get_global_class_native_base`
rune-scape
2022-11-27
1
-11
/
+3
*
|
Merge pull request #69079 from adamscott/fix-singleton-scene-cyclic-load
Rémi Verschelde
2022-11-25
1
-8
/
+13
|
\
\
|
*
|
Fix singleton scene cyclic loading
Adam Scott
2022-11-25
1
-8
/
+13
*
|
|
Ensure class name is printed in STATIC_CALLED_ON_INSTANCE warning
clayjohn
2022-11-24
1
-2
/
+8
|
/
/
*
|
[godot#68977] Fix constants parameters
Adam Scott
2022-11-23
1
-1
/
+1
*
|
Merge pull request #68970 from Chaosus/gds_fix_lambda_signal
Rémi Verschelde
2022-11-22
1
-0
/
+4
|
\
\
|
*
|
Fix using signals in lambda functions
Yuri Rubinsky
2022-11-22
1
-0
/
+4
*
|
|
[godot#61386] Fix autoload scenes implicit types
Adam Scott
2022-11-21
1
-0
/
+12
|
/
/
*
|
Remove fix leftover that caused cyclic load issues
Adam Scott
2022-11-18
1
-28
/
+0
*
|
Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2
Rémi Verschelde
2022-11-18
1
-42
/
+94
|
\
\
|
*
|
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-42
/
+94
*
|
|
Fix ability to overload "script" variable
ocean (they/them)
2022-11-17
1
-4
/
+12
|
/
/
*
/
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-10
/
+0
|
/
*
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...
Rémi Verschelde
2022-11-02
1
-1
/
+1
|
\
|
*
GDScript Fix type mismatch in optimized single arg `range`
kleonc
2022-11-02
1
-1
/
+1
*
|
Merge pull request #68040 from adamscott/fix-property-getter-return-type
Rémi Verschelde
2022-11-02
1
-11
/
+16
|
\
\
|
|
/
|
/
|
|
*
[godot#68001] Fix property getter with custom return type
Adam Scott
2022-10-29
1
-11
/
+16
*
|
Merge pull request #68065 from zCubed3/fix_min_max_crash
Rémi Verschelde
2022-10-31
1
-2
/
+8
|
\
\
|
*
|
Fix math utility functions crashing when invalid args passed
zCubed3
2022-10-30
1
-2
/
+8
|
|
/
*
|
Merge pull request #62695 from Spartan322/relax-constant-asserts
Rémi Verschelde
2022-10-31
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Allow non-constant string message for assert
George L. Albany
2022-07-18
1
-2
/
+2
*
|
Clarified reason why a resource cannot be loaded.
João Martins
2022-10-16
1
-1
/
+7
*
|
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-14
1
-0
/
+4
*
|
Implement RETURN_VALUE_DISCARDED warning in GDscript
clayjohn
2022-10-13
1
-5
/
+11
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-15
/
+15
*
|
Add GDScript resource export.
willnationsdev
2022-09-17
1
-29
/
+55
*
|
Fix GDScript `preload` fails in standalone build unless files are present in ...
Abdelhafidh Belalia
2022-09-15
1
-1
/
+1
*
|
Merge pull request #65065 from Atlinx/fix/65010_enum-doesnt-show-up
Rémi Verschelde
2022-08-31
1
-0
/
+1
|
\
\
|
*
|
Fix inferred GDScript enum values not appearing in inspector
Atlinx
2022-08-30
1
-0
/
+1
*
|
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-2
/
+2
|
/
/
*
|
fix(gdscript): Infer type from preload const
Antonio Dell'Annunziata
2022-08-07
1
-1
/
+1
*
|
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+6
|
/
*
Merge pull request #62760 from cdemirer/fix-annotation-initializer-conflict
Rémi Verschelde
2022-07-06
1
-30
/
+30
|
\
|
*
Fix priority of annotated type vs initializer type
cdemirer
2022-07-06
1
-30
/
+30
*
|
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+3
|
/
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+3
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-1
/
+1
*
use correct error for unused bind match, suppress with underscore
Nathan Franke
2022-06-03
1
-2
/
+2
*
Merge pull request #61279 from Trioct/fix-typed-array-assignment
Rémi Verschelde
2022-05-25
1
-3
/
+13
|
\
|
*
Fix const typed array assignment
Trioct
2022-05-25
1
-3
/
+13
*
|
GDScript: Don't show redundant await warning on unknown types
George Marques
2022-05-24
1
-4
/
+13
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Add a new HashMap implementation
reduz
2022-05-12
1
-5
/
+3
*
Merge pull request #60396 from vnen/gdscript-self-lambda
Rémi Verschelde
2022-04-27
1
-14
/
+54
|
\
[next]