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_compiler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug
George Marques
2023-01-23
1
-3
/
+3
|
\
|
*
GDScript: Add names for disassembling function pointers
George Marques
2023-01-23
1
-3
/
+3
*
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-10
/
+1
|
/
*
Fix cyclic reference errors while reducing identifiers.
Adam Scott
2023-01-15
1
-1
/
+1
*
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques
2023-01-12
1
-1
/
+1
|
\
|
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
1
-1
/
+1
*
|
Merge pull request #69590 from anvilfolk/enums
Rémi Verschelde
2023-01-09
1
-1
/
+1
|
\
\
|
*
|
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
1
-1
/
+1
|
|
/
*
/
GDScript: Don't use the NIL address to hold return value of functions
George Marques
2023-01-09
1
-22
/
+24
|
/
*
GDScript: Fix array as default value for parameter
Dmitrii Maganov
2023-01-06
1
-1
/
+12
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Merge pull request #70702 from vnen/gdscript-error-on-assign-void
Rémi Verschelde
2023-01-03
1
-14
/
+14
|
\
|
*
GDScript: Error when assigning return value of void function
George Marques
2022-12-30
1
-14
/
+14
*
|
Merge pull request #70503 from rune-scape/inner-class-docs
Rémi Verschelde
2023-01-03
1
-4
/
+4
|
\
\
|
*
|
Inner classes get their docs back
rune-scape
2022-12-23
1
-4
/
+4
*
|
|
Fix usage of Enum as constant
Dmitrii Maganov
2022-12-28
1
-13
/
+7
|
|
/
|
/
|
*
|
Merge pull request #69991 from rune-scape/cast-type
Rémi Verschelde
2022-12-23
1
-12
/
+17
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix cast producing null
rune-scape
2022-12-12
1
-12
/
+17
*
|
GDScript: Fix built-in script and other `find_class` bugs
rune-scape
2022-12-15
1
-3
/
+2
*
|
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
1
-0
/
+1
*
|
Add GDScript member initializer implicit type conversion
ocean (they/them)
2022-12-11
1
-0
/
+15
|
/
*
Merge pull request #69467 from rune-scape/rune-subclass-script-path
Rémi Verschelde
2022-12-10
1
-2
/
+2
|
\
|
*
GDScript: Fix subclass script path issues
rune-scape
2022-12-01
1
-2
/
+2
*
|
Merge pull request #68747 from rune-scape/rune-stringname-unification
Rémi Verschelde
2022-12-09
1
-0
/
+21
|
\
\
|
*
|
Unify String and StringName
rune-scape
2022-12-05
1
-0
/
+21
*
|
|
Fix incomplete shadowing of member properties by parameters
Dmitrii Maganov
2022-12-06
1
-3
/
+7
|
/
/
*
/
Reset unassigned local variables to null in the loops
Yuri Rubinsky
2022-11-28
1
-0
/
+9
|
/
*
Fix cyclic reference base being loaded but not valid (which is ok)
Adam Scott
2022-11-27
1
-1
/
+1
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-7
/
+34
*
GDScript Compiler: regression fix
Rune
2022-11-15
1
-0
/
+1
*
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-180
/
+136
*
Fix named enums to use int64 type
Yuri Rubinsky
2022-11-08
1
-2
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-52
/
+52
*
Remove redundant "if" condition in GDScriptCompiler::_parse_function()
Andy Maloney
2022-09-24
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-1
/
+1
*
Check for parameters shadowing class members
cdemirer
2022-07-18
1
-1
/
+1
*
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+19
*
Fix set chain bug with jump_if_shared
cdemirer
2022-06-28
1
-10
/
+10
*
Merge pull request #62462 from vnen/gdscript-setter-chaining
Rémi Verschelde
2022-06-27
1
-19
/
+47
|
\
|
*
GDScript: Fix setter being called in chains for shared types
George Marques
2022-06-27
1
-19
/
+47
*
|
GDScript: Use implicit method for @onready variables
George Marques
2022-06-24
1
-13
/
+14
*
|
GDScript: Don't add implicit constructor to the list of functions
George Marques
2022-06-24
1
-1
/
+5
|
/
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-1
/
+1
*
Merge pull request #57151 from cdemirer/fix-match-array-dict-pattern-logic-error
George Marques
2022-06-14
1
-49
/
+44
|
\
|
*
Fix logic errors in match-statement Array & Dictionary Patterns
cdemirer
2022-03-02
1
-49
/
+44
*
|
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-27
1
-13
/
+1
*
|
Fix crash when extending inner class in GDScript
Yuri Rubinsky
2022-05-18
1
-8
/
+37
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-9
/
+9
*
|
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+1
[next]