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
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-62
/
+4
*
Merge pull request #71120 from jordigcs/ternary
George Marques
2023-01-25
1
-0
/
+1
|
\
|
*
Allow standalone ternary expressions
jordi
2023-01-19
1
-0
/
+1
*
|
Clarify error message about script-level annotation
Danil Alexeev
2023-01-24
1
-1
/
+5
*
|
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-23
1
-19
/
+1
|
\
\
|
*
|
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-19
/
+1
*
|
|
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-19
/
+9
|
/
/
*
|
Merge pull request #67774 from aaronfranke/script-annotations
Rémi Verschelde
2023-01-16
1
-43
/
+11
|
\
\
|
*
|
Make script annotations placed before class_name and extends
Aaron Franke
2022-12-19
1
-43
/
+11
*
|
|
Merge pull request #70540 from vaartis/multiline-arrays-dictionaries
Rémi Verschelde
2023-01-13
1
-0
/
+20
|
\
\
\
|
*
|
|
Implement export_multiline support for Array[String] and Dictionary
Ekaterina Vaartis
2022-12-25
1
-0
/
+20
|
|
/
/
*
|
|
Merge pull request #70713 from vonagam/fix-unnamed-enum-outer-conflicts
George Marques
2023-01-12
1
-8
/
+2
|
\
\
\
|
*
|
|
GDScript: Fix false name conflicts for unnamed enums
Dmitrii Maganov
2022-12-29
1
-8
/
+2
|
|
/
/
*
|
|
Merge pull request #69590 from anvilfolk/enums
Rémi Verschelde
2023-01-09
1
-9
/
+14
|
\
\
\
|
*
|
|
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
1
-9
/
+14
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #70655 from vonagam/fix-assert-multiline
Rémi Verschelde
2023-01-09
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Fix multiline and trailing comma for assert
Dmitrii Maganov
2023-01-08
1
-2
/
+7
|
|
/
*
|
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-5
/
+5
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
1
-2
/
+50
*
Merge pull request #69303 from Chaosus/gds_fix_loops
Rémi Verschelde
2022-12-01
1
-1
/
+2
|
\
|
*
Reset unassigned local variables to null in the loops
Yuri Rubinsky
2022-11-28
1
-1
/
+2
*
|
Merge pull request #69269 from red1939/red1939/master
Rémi Verschelde
2022-11-30
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
Acknowledge that a CLASS kind of a DataType might not have an identifier
Bartosz Bielecki
2022-11-30
1
-3
/
+2
*
|
GDScript: Avoid using `get_global_class_native_base`
rune-scape
2022-11-27
1
-2
/
+5
|
/
*
GDScript: Properly respect `int` type hint for `@export_range`
unknown
2022-11-24
1
-0
/
+6
*
GDScript: Only check if ignoring warnings in debug build
Rémi Verschelde
2022-11-24
1
-0
/
+2
*
GDScript: Fix setting to disable all warnings
Rémi Verschelde
2022-11-20
1
-0
/
+2
*
Merge pull request #68854 from anvilfolk/highlight-var
Rémi Verschelde
2022-11-18
1
-2
/
+2
|
\
|
*
Add error highlighting for duplicate variables/constants
ocean (they/them)
2022-11-18
1
-2
/
+2
*
|
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-1
/
+7
|
/
*
Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errors
Rémi Verschelde
2022-11-15
1
-1
/
+1
|
\
|
*
Fix "Treat Warnings as Errors" Project Setting not working
Micky
2022-09-05
1
-1
/
+1
*
|
GDScript compiler subclass bugfixes
Rune
2022-11-13
1
-0
/
+5
*
|
Fix named enums to use int64 type
Yuri Rubinsky
2022-11-08
1
-1
/
+1
*
|
Added custom node export
Guilherme Sousa
2022-10-14
1
-5
/
+11
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-14
/
+8
*
|
Fix completion of parameters in function call (2)
Yuri Rubinsky
2022-10-02
1
-1
/
+2
*
|
Fix completion of parameters in function call
Yuri Rubinsky
2022-09-30
1
-0
/
+4
*
|
Prevent null crash when datatype not resolved
Francois Belair
2022-09-23
1
-1
/
+1
*
|
Add GDScript resource export.
willnationsdev
2022-09-17
1
-0
/
+27
|
/
*
Remove old syntax for custom class icon
VolTer
2022-09-02
1
-11
/
+0
*
Add documentation for all annotations
Yuri Sizov
2022-08-19
1
-1
/
+1
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-27
/
+21
*
Fix Vector4 parse error
kobewi
2022-07-26
1
-2
/
+2
*
Implement Vector4, Vector4i, Projection
reduz
2022-07-23
1
-0
/
+3
*
GDScript: Fix brief/long description doc comments.
Vladimir Savin
2022-07-18
1
-1
/
+10
*
Merge pull request #62901 from cdemirer/prevent-unnecessary-additional-parser...
George Marques
2022-07-13
1
-1
/
+2
|
\
|
*
Prevent unnecessary additional parser error
cdemirer
2022-07-11
1
-1
/
+2
*
|
Merge pull request #62900 from cdemirer/fix-parser-stuck-in-an-error-loop
George Marques
2022-07-13
1
-0
/
+1
|
\
\
[next]