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
/
tests
/
scripts
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
4
-0
/
+69
*
GDScript: Fix regression with native signal not found
Danil Alexeev
2023-08-02
2
-0
/
+19
*
Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict
Yuri Sizov
2023-07-31
2
-0
/
+22
|
\
|
*
GDScript: Fix conflict between property and group names
Danil Alexeev
2023-06-15
2
-0
/
+22
*
|
Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit
Rémi Verschelde
2023-06-21
4
-0
/
+55
|
\
\
|
*
|
GDScript: Reset local variables on exit from block
Danil Alexeev
2023-06-02
4
-0
/
+55
*
|
|
Merge pull request #73540 from mashumafi/fix-typed-array-add
Rémi Verschelde
2023-06-20
2
-0
/
+35
|
\
\
\
|
*
|
|
Fix: Typed arrays aren't working with +
mashumafi
2023-02-22
2
-0
/
+35
*
|
|
|
GDScript: Fix `_get_script_name()` function collision for SCU build
Danil Alexeev
2023-06-20
2
-2
/
+2
*
|
|
|
Merge pull request #78389 from rune-scape/rune-match-stringnames
Rémi Verschelde
2023-06-19
4
-17
/
+32
|
\
\
\
\
|
*
|
|
|
GDScript: Strings and StringNames match
rune-scape
2023-06-14
4
-17
/
+32
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
Rémi Verschelde
2023-06-19
8
-18
/
+192
|
\
\
\
\
|
*
|
|
|
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
8
-18
/
+192
|
|
/
/
/
*
|
|
|
Merge pull request #73657 from mashumafi/callable-ctor
Rémi Verschelde
2023-06-18
2
-0
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix: Get constructor as Callable
mashumafi
2023-02-20
2
-0
/
+13
*
|
|
|
GDScript: Further restrict test error output for C++ errors
Rémi Verschelde
2023-06-14
1
-1
/
+0
*
|
|
|
GDScript: Only include script file path in test error output
Rémi Verschelde
2023-06-14
1
-2
/
+0
*
|
|
|
Merge pull request #75419 from vonagam/fix-super-classes-in-array-literals
Rémi Verschelde
2023-06-14
2
-0
/
+14
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
GDScript: Allow elements of a parent class in a typed array literal
Dmitrii Maganov
2023-03-28
2
-0
/
+14
*
|
|
|
Add support for static variables in GDScript
George Marques
2023-04-27
8
-0
/
+114
*
|
|
|
GDScript: Don't fail when freed object is return
George Marques
2023-04-26
2
-0
/
+17
*
|
|
|
[GDScript] Fix incorrect compound assignment
Ninni Pipping
2023-04-14
2
-0
/
+37
|
/
/
/
*
|
|
GDScript: Fix false positive `REDUNDANT_AWAIT` warning
Danil Alexeev
2023-03-16
1
-1
/
+1
*
|
|
Fix GDScript code style regarding colon
Danil Alexeev
2023-03-05
3
-4
/
+4
*
|
|
Merge pull request #73915 from vonagam/fix-conversions-from-native-member
Rémi Verschelde
2023-02-26
2
-0
/
+13
|
\
\
\
|
*
|
|
GDScript: Fix conversions from native members accessed by identifier
Dmitrii Maganov
2023-02-25
2
-0
/
+13
*
|
|
|
Merge pull request #73899 from vnen/gdscript-init-defaults-beforehand
Rémi Verschelde
2023-02-26
2
-0
/
+22
|
\
\
\
\
|
*
|
|
|
GDScript: Initialize all defaults beforehand in implicit constructor
George Marques
2023-02-24
2
-0
/
+22
|
|
/
/
/
*
/
/
/
Revert "GDScript: Fix groups and categories been seen as members"
George Marques
2023-02-25
2
-14
/
+0
|
/
/
/
*
|
|
Fixup GDScript test using non-deterministic ids
Rémi Verschelde
2023-02-24
2
-4
/
+6
*
|
|
GDScript: Fix groups and categories been seen as members
George Marques
2023-02-24
2
-0
/
+12
*
|
|
Add test for const class references
mashumafi
2023-02-20
3
-0
/
+19
|
/
/
*
/
Fix: Func with typed args error when arg is null
mashumafi
2023-02-19
2
-0
/
+30
|
/
*
Revert "Remove script class checks when getting function signature"
Rémi Verschelde
2023-02-07
3
-33
/
+0
*
Remove script class checks when getting function signature
Adam Scott
2023-02-07
3
-0
/
+33
*
GDScript: Improve usability of setter chains
George Marques
2023-02-02
4
-0
/
+27
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
10
-0
/
+54
*
GDScript: Avoid calling non-static methods on native classes
George Marques
2023-01-28
2
-0
/
+12
*
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
6
-22
/
+12
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
5
-11
/
+11
*
GDScript: Fix typing of iterator in for loop
Dmitrii Maganov
2023-01-13
2
-0
/
+65
*
Add default virtual `gdscript://` path to `GDScript` instances
Adam Scott
2023-01-12
2
-0
/
+23
*
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques
2023-01-12
4
-0
/
+43
|
\
|
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
4
-0
/
+43
*
|
GDScript: Fix temp values being written without proper clear
George Marques
2023-01-11
2
-0
/
+19
*
|
Merge pull request #70595 from adamscott/add-gdscript-editorconfig
Rémi Verschelde
2023-01-11
4
-15
/
+15
|
\
\
|
*
|
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
4
-15
/
+15
*
|
|
GDScript: Fix use of conversion assign for variant values
George Marques
2023-01-10
2
-0
/
+12
|
/
/
*
|
Merge pull request #71051 from vonagam/consts-are-deep-start
Rémi Verschelde
2023-01-09
8
-0
/
+46
|
\
\
|
*
|
GDScript: Begin making constants deep, not shallow or flat
Dmitrii Maganov
2023-01-08
8
-0
/
+46
|
|
/
[next]