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_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement varargs in Methodinfo
reduz
2022-06-23
1
-10
/
+10
*
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
1
-1
/
+1
*
Merge pull request #61440 from vnen/gdscript-scene-unique-nodes
Rémi Verschelde
2022-05-31
1
-49
/
+88
|
\
|
*
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-27
1
-49
/
+88
*
|
Merge pull request #59943 from jordigcs/gdscript_warning_enums
Rémi Verschelde
2022-05-26
1
-1
/
+7
|
\
\
|
*
|
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-06
1
-1
/
+7
*
|
|
Use blank line instead of `@desc:` for doc comments
Danil Alexeev
2022-05-25
1
-18
/
+17
|
|
/
|
/
|
*
|
GDScript: Fix lambda captures in default argument values
George Marques
2022-05-23
1
-0
/
+3
*
|
GDScript: Fix `if` after lambda being seen as ternary
George Marques
2022-05-23
1
-1
/
+1
*
|
GDScript: Do not allow standalone lambdas
George Marques
2022-05-23
1
-0
/
+4
*
|
Merge pull request #55201 from Scony/fix-unreachable-code-false-positive
Rémi Verschelde
2022-05-18
1
-5
/
+1
|
\
\
|
*
|
Fix 'unreachable-code' false-positive, fixes #55154
Pawel Lampe
2021-11-21
1
-5
/
+1
*
|
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
|
|
Fix first value update
JoJoX
2022-05-12
1
-0
/
+1
*
|
|
Add a new HashMap implementation
reduz
2022-05-12
1
-15
/
+11
*
|
|
Fix incorrect precedence of pow operator in GDScript
Yuri Rubinsky
2022-05-12
1
-1
/
+1
*
|
|
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+16
*
|
|
Merge pull request #59863 from cdemirer/fix-match-multiple-bind-single-pattern
Rémi Verschelde
2022-05-11
1
-1
/
+2
|
\
\
\
|
*
|
|
Fix issues with multiple bind patterns in match statement
cdemirer
2022-04-04
1
-1
/
+2
|
|
|
/
|
|
/
|
*
/
|
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-3
/
+0
|
/
/
*
|
Merge pull request #59694 from vnen/gdscript-better-call-super
Rémi Verschelde
2022-03-30
1
-1
/
+5
|
\
\
|
*
|
GDScript: Fix issues with completion and `super` calls
George Marques
2022-03-30
1
-1
/
+5
*
|
|
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-30
1
-1
/
+1
|
/
/
*
|
Merge pull request #58971 from Chaosus/gds_multiline_annotation
Yuri Rubinsky
2022-03-22
1
-0
/
+2
|
\
\
|
*
|
Allow making multiline annotations in GDScript
Yuri Roubinsky
2022-03-10
1
-0
/
+2
*
|
|
Add an error emitting when the `@export_flags` arg count is exceeded
Yuri Roubinsky
2022-03-16
1
-0
/
+9
|
/
/
*
|
Make 'is_attribute' false during parse error to prevent crash
SaracenOne
2022-02-18
1
-1
/
+2
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-4
/
+4
*
|
Merge pull request #57591 from vnen/gdscript-enum-fixes
Rémi Verschelde
2022-02-04
1
-2
/
+0
|
\
\
|
*
|
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-2
/
+0
*
|
|
Merge pull request #55433 from V-Sekai/prev_operand_nullptr_check
Rémi Verschelde
2022-01-22
1
-1
/
+1
|
\
\
\
|
*
|
|
Check for nullptr expression in parse_precedence function
SaracenOne
2021-11-29
1
-1
/
+1
*
|
|
|
Merge pull request #55214 from Scony/fix-gdscript-crash-2
Rémi Verschelde
2022-01-22
1
-0
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix GDScript parser crash on 'dollar mixed with assignment' expression
Pawel Lampe
2021-11-21
1
-0
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #55625 from cdemirer/fix-type-guessing-and-gdscript-parser...
Rémi Verschelde
2022-01-17
1
-1
/
+5
|
\
\
\
|
*
|
|
Fix gdscript-parser crash
cdemirer
2022-01-03
1
-1
/
+5
*
|
|
|
Fix various typos
luz paz
2022-01-13
1
-1
/
+1
*
|
|
|
Merge pull request #55715 from nathanfranke/enum-ordered
Rémi Verschelde
2022-01-10
1
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Use OrderedHashMap for enum_values
Nathan Franke
2021-12-16
1
-4
/
+4
*
|
|
|
|
Merge pull request #56342 from NNesh/fix/class-completion
Rémi Verschelde
2022-01-10
1
-0
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fixed completion showing for class members
NNesh
2022-01-08
1
-0
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-05
1
-9
/
+53
|
\
\
\
\
\
|
*
|
|
|
|
GDScript: Add annotation to ignore warnings
George Marques
2022-01-04
1
-9
/
+53
|
|
/
/
/
/
*
/
/
/
/
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Fix shadowed global identifier warning duplication
Yuri Roubinsky
2021-12-13
1
-34
/
+3
*
|
|
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
|
/
/
/
*
|
/
Fix typo in `gdscript_parser`
Raul Santos
2021-12-03
1
-4
/
+4
|
|
/
|
/
|
*
|
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
|
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-13
1
-27
/
+24
|
/
*
Merge pull request #54676 from Chaosus/gds_restrict_names
Rémi Verschelde
2021-11-10
1
-8
/
+76
|
\
[next]