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
*
Merge pull request #86823 from dalexeev/gds-utility-func-as-callable
Rémi Verschelde
2024-01-30
2
-0
/
+17
|
\
|
*
GDScript: Allow utility functions to be used as `Callable`
Danil Alexeev
2024-01-05
2
-0
/
+17
*
|
Allow `free()` to be used as Callable
George Marques
2024-01-18
2
-0
/
+13
|
/
*
Merge pull request #86088 from dalexeev/gds-fix-static-func-as-callable-in-st...
Rémi Verschelde
2024-01-02
2
-1
/
+9
|
\
|
*
GDScript: Fix accessing static function as `Callable` in static context
Danil Alexeev
2023-12-12
2
-1
/
+9
*
|
Core: Allow methods of built-in `Variant` types to be used as Callables
Danil Alexeev
2023-10-25
2
-0
/
+9
|
/
*
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-3
/
+3
*
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
2
-0
/
+15
*
GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors
Danil Alexeev
2023-09-30
1
-1
/
+0
*
Merge pull request #82186 from dalexeev/gds-fix-property-duplication
Yuri Sizov
2023-09-28
2
-0
/
+69
|
\
|
*
GDScript: Fix duplication of inherited script properties
Danil Alexeev
2023-09-23
2
-0
/
+69
*
|
Merge pull request #82030 from dalexeev/gds-make-for-loop-array-literal-typed
Yuri Sizov
2023-09-28
2
-0
/
+10
|
\
\
|
*
|
GDScript: Make array literal typed if `for` loop variable type is specified
Danil Alexeev
2023-09-21
2
-0
/
+10
|
|
/
*
|
Merge pull request #80085 from vnen/gdscript-pattern-guards
Yuri Sizov
2023-09-28
2
-0
/
+81
|
\
\
|
*
|
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
2
-0
/
+81
|
|
/
*
/
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
5
-1
/
+12
|
/
*
GDScript: Fix some lambda bugs
Danil Alexeev
2023-09-14
5
-62
/
+59
*
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
2
-0
/
+170
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
2
-0
/
+59
*
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
*
|
|
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
*
|
|
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: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
2
-0
/
+8
*
GDScript: Fix test for read-only state of constants
Dmitrii Maganov
2023-01-27
2
-0
/
+12
[next]