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
*
Merge pull request #91364 from vnen/gdscript-implicit-ready-base-first
Rémi Verschelde
2024-05-02
2
-0
/
+21
|
\
|
*
GDScript: Call implicit ready on base script first
George Marques
2024-05-02
2
-0
/
+21
*
|
[GDScript] Correctly report invalid read-only access
A Thousand Ships
2024-05-01
3
-3
/
+3
*
|
Merge pull request #91192 from vnen/gdscript-validated-native-static-calls
Rémi Verschelde
2024-05-01
2
-0
/
+9
|
\
\
|
*
|
GDScript: Perform validated calls with static methods
George Marques
2024-04-25
2
-0
/
+9
*
|
|
Merge pull request #89647 from AThousandShips/read_only_dict
Rémi Verschelde
2024-05-01
2
-0
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
[Core] Fix property access on read-only `Dictionary`
A Thousand Ships
2024-04-22
2
-0
/
+10
*
|
|
GDScript: Fix object iterator opcodes
Danil Alexeev
2024-04-26
2
-0
/
+79
|
|
/
|
/
|
*
|
GDScript: Fix test `reset_uninit_local_vars.gd` failure
Danil Alexeev
2024-04-24
1
-3
/
+3
*
|
Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars
Rémi Verschelde
2024-04-24
2
-0
/
+25
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev
2024-03-30
2
-0
/
+25
*
|
GDScript: Warn when enum variable has no default
George Marques
2024-04-16
1
-0
/
+1
*
|
Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin
Rémi Verschelde
2024-04-10
1
-0
/
+2
|
\
\
|
*
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
1
-0
/
+2
*
|
|
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
Rémi Verschelde
2024-04-09
10
-0
/
+74
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix `UNSAFE_CAST` warning
Danil Alexeev
2023-10-27
10
-0
/
+74
*
|
|
Add tests for signal await with parameters
kobewi
2024-04-08
2
-0
/
+29
|
|
/
|
/
|
*
|
[Core] Disconnect one-shot signals before calling callbacks
A Thousand Ships
2024-03-20
4
-0
/
+40
*
|
Merge pull request #87680 from AThousandShips/the_angry_count
Rémi Verschelde
2024-03-13
2
-0
/
+129
|
\
\
|
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
2
-0
/
+129
*
|
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
2
-0
/
+14
|
/
/
*
|
[GDScript] Fix some test file paths
A Thousand Ships
2024-03-04
12
-0
/
+0
*
|
Core: Add `Callable.create` static method for `Variant` callables
Danil Alexeev
2024-02-29
2
-2
/
+11
*
|
Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation
Rémi Verschelde
2024-02-27
5
-14
/
+17
|
\
\
|
*
|
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
5
-14
/
+17
|
|
/
*
|
set has_type false if it is BUILTIN but Variant::NIL
emre0altan
2024-02-11
2
-0
/
+8
*
|
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 #82639 from golfinq/gdscript-improve-indexing-error
Rémi Verschelde
2024-01-04
2
-2
/
+2
|
\
\
|
*
|
GDScript: Improve error messages for invalid indexing
Rémi Verschelde
2023-10-02
2
-2
/
+2
*
|
|
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: Fix incorrect error message for utility functions
Danil Alexeev
2023-10-16
4
-0
/
+18
*
|
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
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
|
\
[next]