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
/
features
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
2
-0
/
+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
2
-0
/
+27
|
\
|
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
2
-0
/
+27
*
|
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
3
-14
/
+14
|
\
\
|
*
|
Add GDScript `.editorconfig` rules
Adam Scott
2023-01-10
3
-14
/
+14
*
|
|
GDScript: Fix use of conversion assign for variant values
George Marques
2023-01-10
2
-0
/
+12
|
/
/
*
|
GDScript: Allow using await on calls to void functions
George Marques
2023-01-09
2
-0
/
+9
*
|
GDScript: Don't use the NIL address to hold return value of functions
George Marques
2023-01-09
2
-0
/
+47
|
/
*
Merge pull request #70702 from vnen/gdscript-error-on-assign-void
Rémi Verschelde
2023-01-03
1
-4
/
+4
|
\
|
*
GDScript: Error when assigning return value of void function
George Marques
2022-12-30
1
-4
/
+4
*
|
Fix type adjustment skipped when value is considered both not hard and not va...
cdemirer
2022-12-25
2
-0
/
+21
|
/
*
Merge pull request #68747 from rune-scape/rune-stringname-unification
Rémi Verschelde
2022-12-09
8
-0
/
+105
|
\
|
*
Unify String and StringName
rune-scape
2022-12-05
8
-0
/
+105
*
|
Fix incomplete shadowing of member properties by parameters
Dmitrii Maganov
2022-12-06
2
-0
/
+42
|
/
*
Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis...
Rémi Verschelde
2022-11-02
4
-0
/
+139
|
\
|
*
GDScript Fix type mismatch in optimized single arg `range`
kleonc
2022-11-02
4
-0
/
+139
*
|
Support for checking that Projection is(not) null
Rafał Mikrut
2022-11-01
4
-0
/
+10
|
/
*
Improve dictionary printing to avoid confusion with arrays
Hugo Locurcio
2022-10-04
2
-3
/
+3
*
Fix set chain bug with jump_if_shared
cdemirer
2022-06-28
2
-0
/
+26
*
quote strings inside arrays and dictionaries
Nathan Franke
2022-05-03
1
-3
/
+3
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
2
-0
/
+28
*
GDScript: Fix parsing default parameter values from function calls
strank
2022-01-13
2
-0
/
+41
*
Refactored Node3D rotation modes
reduz
2021-10-25
1
-1
/
+1
*
GDScript: Properly return value with await on non-coroutine
George Marques
2021-10-14
2
-0
/
+14
*
Zero Dictionary and Array variants when changing type with reset
George Marques
2021-10-14
4
-0
/
+60
*
Enhance and cleanup stringify for Vector
mashumafi
2021-10-09
2
-0
/
+76
*
Fix LUA-style assignment in Dictionary
kobewi
2021-10-05
2
-0
/
+6
*
GDScript: Fix member assignment with operation
George Marques
2021-10-04
2
-0
/
+18
*
GDScript: Fix assignment with operation for properties
George Marques
2021-09-29
2
-0
/
+19
*
Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2
Rémi Verschelde
2021-09-21
2
-0
/
+144
|
\
|
*
Add more integration tests to the GDScript test suite
Hugo Locurcio
2021-09-15
2
-0
/
+144
*
Allow comparing equality between builtin types and null
George Marques
2021-09-17
8
-0
/
+692