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_function.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+43
*
GDScript: Fix message when calling non-tool function in tool mode
Danil Alexeev
2024-08-27
1
-1
/
+1
*
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+3
*
GDScript: Perform validated calls with static methods
George Marques
2024-04-25
1
-0
/
+2
*
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev
2024-03-30
1
-4
/
+24
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+1
*
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-0
/
+8
*
Change container_element_type to vector container
Thaddeus Crews
2023-12-05
1
-26
/
+29
*
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-40
/
+2
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
*
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-126
/
+62
*
Merge pull request #79990 from vnen/gdscript-assume-op-types
Yuri Sizov
2023-08-01
1
-1
/
+1
|
\
|
*
GDScript: Optimize operators by assuming the types
George Marques
2023-07-28
1
-1
/
+1
*
|
Support threads in the script debugger
Juan Linietsky
2023-07-26
1
-6
/
+6
|
/
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-2
/
+5
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-1
/
+2
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-1
/
+2
*
Merge pull request #73544 from mashumafi/fix-func-arg-null
Rémi Verschelde
2023-02-20
1
-4
/
+6
|
\
|
*
Fix: Func with typed args error when arg is null
mashumafi
2023-02-19
1
-4
/
+6
*
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-2
/
+4
|
/
*
GDScript: Add limit to call depth
George Marques
2023-02-07
1
-0
/
+2
*
Merge pull request #65910 from KoBeWi/gdsus
Rémi Verschelde
2023-02-03
1
-0
/
+1
|
\
|
*
Cleanup function state connections when destroying instance
kobewi
2022-12-02
1
-0
/
+1
*
|
GDScript: Add names for disassembling function pointers
George Marques
2023-01-23
1
-0
/
+10
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Optimizations for GDScript VM
Juan Linietsky
2023-01-02
1
-7
/
+1
|
/
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-0
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+6
*
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-0
/
+1
*
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
Aaron Franke
2022-04-07
1
-1
/
+1
*
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+1
*
Return a correctly typed variant in case of a function error to prevent hard ...
SaracenOne
2022-02-17
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-2
/
+1
*
Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix
Rémi Verschelde
2021-09-13
1
-0
/
+1
|
\
|
*
GDScript: Fix loading of interdependent autoloads
George Marques
2021-09-01
1
-0
/
+1
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-2
/
+2
|
/
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-5
/
+1
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-2
/
+2
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-3
/
+3
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-2
/
+2
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-1
/
+1
*
Merge pull request #48793 from vnen/gdscript-fix-temp-type-adjust
Rémi Verschelde
2021-05-17
1
-0
/
+2
|
\
|
*
GDScript: Fix crash caused by uninitialized temp stack slots
George Marques
2021-05-17
1
-0
/
+2
*
|
GDScript: Add support for builtin static method calls
George Marques
2021-05-16
1
-0
/
+1
|
/
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-0
/
+4
*
GDScript: Adjust type of temporaries when needed
George Marques
2021-04-16
1
-0
/
+34
[next]