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
*
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
*
|
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
|
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-1
/
+1
*
|
GDScript: Fix method call on singletons
George Marques
2022-04-08
1
-1
/
+3
*
|
GDScript: Add support for static method calls in native types
George Marques
2022-04-06
1
-0
/
+3
*
|
Merge pull request #56830 from strank/parent-signals
Rémi Verschelde
2022-03-04
1
-9
/
+14
|
\
\
|
*
|
Fix "Identifier not found" compiler error when accessing inherited signals or...
strank
2022-02-11
1
-9
/
+14
|
|
/
*
|
Merge pull request #58320 from mphe/fix_object_typed_arrays
Rémi Verschelde
2022-03-04
1
-0
/
+1
|
\
\
|
*
|
Fix typed arrays for Object based types
Marvin Ewald
2022-02-19
1
-0
/
+1
|
|
/
*
/
Fix using typed arrays based on script classes
SaracenOne
2022-02-17
1
-0
/
+2
|
/
*
GDScript: Treat enum values as int and enum types as dictionary
George Marques
2022-02-03
1
-2
/
+13
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-1
/
+0
*
GDScript: Fix parsing default parameter values from function calls
strank
2022-01-13
1
-1
/
+1
*
Assign member type when parsing setters to prevent
SaracenOne
2022-01-11
1
-0
/
+1
*
Merge pull request #56260 from cdemirer/fix-type-mutation-upon-assignment-wit...
Rémi Verschelde
2022-01-10
1
-5
/
+7
|
\
|
*
Fix type mutation upon compound assignment
cdemirer
2021-12-27
1
-5
/
+7
*
|
Merge pull request #56287 from cdemirer/fix-member-property-only-getter-cant-...
Rémi Verschelde
2022-01-10
1
-18
/
+14
|
\
\
|
*
|
Fix member properties with only getters can't be set
cdemirer
2021-12-28
1
-18
/
+14
|
|
/
*
|
Merge pull request #56288 from cdemirer/fix-member-property-getter-dont-updat...
Rémi Verschelde
2022-01-10
1
-7
/
+32
|
\
\
|
*
|
Fix member properties with getters don't update as subscript chain root
cdemirer
2021-12-28
1
-7
/
+32
|
|
/
*
|
Fix leak when function returning self type
Ger Hean
2022-01-10
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
*
GDScript: Make sure calls don't use return when not needed
George Marques
2021-10-14
1
-4
/
+7
*
GDScript: Report property type errors
ZuBsPaCe
2021-10-08
1
-64
/
+5
*
GDScript fix wrong base class assignment
Brian Semrau
2021-10-04
1
-1
/
+3
*
GDScript: Fix member assignment with operation
George Marques
2021-10-04
1
-8
/
+15
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-4
/
+4
*
GDScript: Fix assignment with operation for properties
George Marques
2021-09-29
1
-15
/
+21
*
Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type...
George Marques
2021-09-15
1
-1
/
+1
|
\
|
*
Fix assignment with operator on type member
Julien Nguyen
2021-08-21
1
-1
/
+1
*
|
GDScript: Allow string keys on Lua-style dictionaries
George Marques
2021-09-15
1
-1
/
+1
*
|
Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix
Rémi Verschelde
2021-09-13
1
-3
/
+16
|
\
\
|
*
|
GDScript: Fix loading of interdependent autoloads
George Marques
2021-09-01
1
-3
/
+16
|
|
/
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
1
-2
/
+2
*
|
Check for GDScript member and class naming conflicts in a variety of conditions.
SaracenOne
2021-09-02
1
-22
/
+7
|
/
*
GDScript: Fix memory leak when using self class as type
George Marques
2021-08-18
1
-2
/
+1
*
Fix infinite loop when creating a newly inherited GdScript file
Julien Nguyen
2021-08-09
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+1
*
[Net] Single `rpc` annotation. "sync" no longer part of mode.
Fabio Alessandrelli
2021-07-20
1
-5
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-1
/
+1
*
Fix regression from 160c260 causing export of non-@export properties.
Lyuma
2021-06-10
1
-2
/
+3
[next]