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.cpp
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
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-1
/
+1
*
[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
-36
/
+0
*
Merge pull request #65910 from KoBeWi/gdsus
Rémi Verschelde
2023-02-03
1
-0
/
+9
|
\
|
*
Cleanup function state connections when destroying instance
kobewi
2022-12-02
1
-0
/
+9
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-0
/
+7
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-5
/
+5
*
GDScript: Fix stack overflow when using multiple `await`
George Marques
2022-05-27
1
-0
/
+2
*
Merge pull request #61003 from vnen/gdscript-await-stack-fix
Rémi Verschelde
2022-05-16
1
-3
/
+2
|
\
|
*
GDScript: Fix stack manipulation for `await`
George Marques
2022-05-13
1
-3
/
+2
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
|
/
*
Fix local variables not showing when breaking on final line
SaracenOne
2022-02-16
1
-1
/
+1
*
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+4
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
GDScript: Implement lambdas compilation and runtime
George Marques
2021-04-28
1
-0
/
+4
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-4
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
GDScript: Gather instructions arguments beforehand
George Marques
2020-11-21
1
-19
/
+1
*
GDScript: Split Function code into multiple files
George Marques
2020-11-21
1
-2070
/
+0
*
Refactor variant built-in methods yet again.
reduz
2020-11-11
1
-2
/
+3
*
Refactored variant constructor logic
reduz
2020-11-09
1
-4
/
+5
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Refactored variant setters/getters
reduz
2020-11-07
1
-3
/
+3
*
Fixes the misleading error message for call_recursive method for TreeItems
Umang Kalra
2020-10-17
1
-0
/
+7
*
null pointer dereference at GDScriptFunction::call fix
Thakee Nathees
2020-09-04
1
-1
/
+1
*
Add GDScript disassembler
George Marques
2020-09-01
1
-10
/
+511
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-91
/
+103
*
Actually set GDScript static reference
George Marques
2020-05-29
1
-0
/
+2
*
Merge pull request #39074 from vnen/gdscript-assert-message
Rémi Verschelde
2020-05-27
1
-2
/
+5
|
\
|
*
GDScript: Fix assert message when no custom message is set
George Marques
2020-05-26
1
-2
/
+5
*
|
Fix too eager GDScriptFunctionState stack cleanup
Pedro J. Estébanez
2020-05-19
1
-2
/
+0
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-19
/
+36
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-106
/
+0
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Fix object leaks caused by unfulfilled yields
Pedro J. Estébanez
2020-05-05
1
-28
/
+55
*
Fix leaked objects when game ends with yields in progress
Pedro J. Estébanez
2020-04-29
1
-9
/
+21
*
Merge pull request #37318 from ttencate/fix/argument_nulled_37312
Rémi Verschelde
2020-04-22
1
-9
/
+4
|
\
|
*
Revert "Allow parameters passed to GDScript functions to be nulled"
Thomas ten Cate
2020-03-26
1
-9
/
+4
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-29
/
+29
|
/
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-08
1
-11
/
+11
[next]