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_codegen.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+1
*
GDScript: Perform validated calls with static methods
George Marques
2024-04-25
1
-0
/
+1
*
GDScript: Fix uninitialized local variables not being reset
Danil Alexeev
2024-03-30
1
-1
/
+4
*
GDScript: Replace ptrcalls on MethodBind to validated calls
George Marques
2023-10-06
1
-1
/
+1
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
1
-2
/
+2
*
GDScript: Fix some bugs with static variables and functions
Danil Alexeev
2023-06-16
1
-1
/
+2
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-2
/
+3
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+1
*
Fix edge cases of object lifetime when signals involved
Pedro J. Estébanez
2023-04-11
1
-0
/
+1
*
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-2
/
+1
*
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques
2023-01-23
1
-1
/
+1
|
\
|
*
GDScript: Add names for disassembling function pointers
George Marques
2023-01-23
1
-1
/
+1
*
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-4
/
+0
|
/
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix use of comma instead of semicolon
Quentin Guidée
2022-12-17
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-2
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-3
/
+3
*
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-0
/
+2
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-1
/
+1
*
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
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
|
/
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-1
/
+1
*
GDScript: Use analyzer data to decide assignment conversion
George Marques
2021-05-26
1
-0
/
+1
*
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
/
+1
*
GDScript: Adjust type of temporaries when needed
George Marques
2021-04-16
1
-7
/
+1
*
GDScript: Pool temporary values by type on the stack
George Marques
2021-04-14
1
-1
/
+1
*
Reduce number of addressing modes in GDScript VM
George Marques
2021-04-08
1
-4
/
+1
*
Add typed arrays to GDScript
George Marques
2021-03-29
1
-0
/
+1
*
Merge pull request #44104 from nekomatata/coroutine-await-fix
Rémi Verschelde
2021-01-11
1
-0
/
+1
|
\
|
*
Fix error when calling coroutine with await in _ready
PouleyKetchoupp
2020-12-17
1
-0
/
+1
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
|
/
*
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
Rémi Verschelde
2020-12-15
1
-2
/
+3
|
\
|
*
GDScript: Refactor builtin functions
George Marques
2020-11-26
1
-2
/
+3
*
|
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
George Marques
2020-12-02
1
-0
/
+1
|
\
\
|
*
|
GDScript default argument override bug fix
Thakee Nathees
2020-11-28
1
-0
/
+1
*
|
|
GDScript: Improve handling of operators
George Marques
2020-11-26
1
-1
/
+2
|
|
/
|
/
|
*
|
GDScript: Fix mishandling of stack pointers
George Marques
2020-11-25
1
-1
/
+3
*
|
GDScript: Add faster call instructions for builtin methods
George Marques
2020-11-21
1
-0
/
+1
*
|
GDScript: Add faster call instructions for native methods
George Marques
2020-11-21
1
-2
/
+2
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Add GDScript code generation interface
George Marques
2020-09-01
1
-0
/
+160