George Marques
|
eba3e0a9fc
GDScript: Support `%` in shorthand for `get_node`
|
3 年 前 |
reduz
|
45af29da80
Add a new HashSet template
|
3 年 前 |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 年 前 |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 年 前 |
Yuri Rubinsky
|
be8eb6625e
Fix incorrect precedence of pow operator in GDScript
|
3 年 前 |
Yuri Roubinsky
|
dbd7a31507
Implement exponential operator (**) to GDScript/Expressions
|
3 年 前 |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 年 前 |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 年 前 |
Yuri Roubinsky
|
0584387918
Fix autocompletion of static methods in built-in types in GDScript
|
3 年 前 |
George Marques
|
ad6e2e82a9
GDScript: Consolidate behavior for assigning enum types
|
3 年 前 |
Rémi Verschelde
|
49482966ec
Merge pull request #55715 from nathanfranke/enum-ordered
|
3 年 前 |
Rémi Verschelde
|
6d4ed65f4c
Merge pull request #56483 from vnen/gdscript-warning-annotation
|
3 年 前 |
George Marques
|
fd643c903d
GDScript: Add annotation to ignore warnings
|
3 年 前 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 年 前 |
Nathan Franke
|
b5b75cad43
Use OrderedHashMap for enum_values
|
3 年 前 |
Rémi Verschelde
|
7da392bcc5
Don't return reference on copy assignment operators
|
3 年 前 |
ZuBsPaCe
|
551ceb590b
GDScript: Report property type errors
|
4 年 前 |
Rémi Verschelde
|
679f70c1e1
Merge pull request #52906 from vnen/gdscript-show-error-on-yield
|
3 年 前 |
George Marques
|
262d6c6bef
GDScript: Show specific error when "yield" is used
|
3 年 前 |
George Marques
|
e5ebc9710d
GDScript: Allow classes declaration to be done in single line
|
3 年 前 |
George Marques
|
b8fdeb6467
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
|
3 年 前 |
Pedro J. Estébanez
|
d72f12a561
Implement iterator variable typing in GDScript
|
4 年 前 |
Fabio Alessandrelli
|
bf9aae09ba
[Net] Move multiplayer to core subdir, split RPCManager.
|
4 年 前 |
Max Hilbrunner
|
5161c97c9c
Remove underscore hacks
|
4 年 前 |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 年 前 |
Fabio Alessandrelli
|
ddb68f76ff
[Net] Single `rpc` annotation. "sync" no longer part of mode.
|
4 年 前 |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 年 前 |
George Marques
|
c7459e3855
GDScript: Use analyzer data to decide assignment conversion
|
4 年 前 |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 年 前 |
George Marques
|
3155368093
GDScript: Add lambdas to the type analyzer
|
4 年 前 |