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
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
1
-1
/
+1
*
Autocompletion: register depended parsers with the main parser
HolonProduction
2024-07-18
1
-0
/
+2
*
GDScript: Fix "Mismatched external parser" for autoloads
Danil Alexeev
2024-07-09
1
-1
/
+1
*
Fix synchronization of global class name
Hilderin
2024-06-25
1
-1
/
+8
*
Merge pull request #92874 from Chaosus/completion_color_color
Rémi Verschelde
2024-06-24
1
-1
/
+12
|
\
|
*
Add coloring for completion of Color components
Yuri Rubinsky
2024-06-07
1
-1
/
+12
*
|
GDScript: Fix non-global class export
Danil Alexeev
2024-06-20
1
-50
/
+60
*
|
Merge pull request #85488 from miv391/fix-expected-indented-block-error-messa...
Rémi Verschelde
2024-06-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Moving 'Expected indented block' error message lines numbers back
Mika Viskari
2023-11-28
1
-1
/
+1
*
|
Register the export info correctly when a global class script is used as the ...
PreslavPetrov
2024-06-03
1
-10
/
+26
*
|
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
Rémi Verschelde
2024-05-19
1
-9
/
+34
|
\
\
|
*
|
GDScript: Fix some export annotation issues
Danil Alexeev
2024-05-13
1
-9
/
+34
*
|
|
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
Danil Alexeev
2024-05-17
1
-0
/
+4
|
/
/
*
|
Merge pull request #84706 from HolonProduction/completion-get-child
Rémi Verschelde
2024-05-07
1
-1
/
+4
|
\
\
|
*
|
Fix autocompletion after DOLLAR token
HolonProduction
2024-03-02
1
-1
/
+4
*
|
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-0
/
+5
*
|
|
GDScript: invalidate GDScriptParserRef when reloading
rune-scape
2024-04-18
1
-11
/
+25
*
|
|
Fix multiline array/dictionary match statements
Aiden Storey
2024-04-12
1
-15
/
+19
*
|
|
GDScript: Don't warn on unassigned for builtin-typed variables
George Marques
2024-04-10
1
-22
/
+0
*
|
|
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
|
|
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
1
-89
/
+227
*
|
|
|
Editor Help: Add syntax highlighting for code blocks
Danil Alexeev
2024-03-09
1
-5
/
+19
|
/
/
/
*
|
|
GDScript: Add @export_custom annotation
George Marques
2024-03-07
1
-0
/
+25
*
|
|
Support Array and PackedArray in @export_*
Abel Toy
2024-03-06
1
-49
/
+94
|
/
/
*
|
Merge pull request #82122 from dalexeev/gds-add-export-hidden-annotation
Rémi Verschelde
2024-02-27
1
-6
/
+15
|
\
\
|
*
|
GDScript: Add `@export_storage` annotation
Danil Alexeev
2023-12-19
1
-6
/
+15
*
|
|
GDScript: Canonicalize script path in FQCN
Danil Alexeev
2024-02-26
1
-2
/
+2
*
|
|
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-4
/
+16
*
|
|
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
|
|
GDScript: Enable compression on export
George Marques
2024-02-08
1
-0
/
+3
*
|
|
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-27
/
+77
*
|
|
Merge pull request #87124 from rsubtil/bugfix-warn_as_err
Rémi Verschelde
2024-02-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Simplify script paths to ensure proper resource path checks
Ricardo Subtil
2024-01-12
1
-1
/
+1
|
|
/
/
*
|
|
GDScript: Add `is not` operator
Danil Alexeev
2024-02-04
1
-1
/
+27
*
|
|
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
1
-35
/
+3
*
|
|
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-4
/
+4
*
|
|
Add UID support to GDScript files
kobewi
2024-01-17
1
-3
/
+35
*
|
|
Merge pull request #83120 from dalexeev/gds-allow-property-getter-empty-paren...
Rémi Verschelde
2024-01-04
1
-3
/
+7
|
\
\
\
|
*
|
|
GDScript: Allow empty parentheses for property getter declaration
Danil Alexeev
2023-10-11
1
-3
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
*
|
|
Merge pull request #85487 from vnen/gdscript-static-register-annotations
Yuri Sizov
2023-12-19
1
-35
/
+39
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
GDScript: Make annotations register statically in parser
George Marques
2023-11-28
1
-35
/
+39
|
|
/
*
/
Change container_element_type to vector container
Thaddeus Crews
2023-12-05
1
-26
/
+33
|
/
*
Merge pull request #83050 from k0T0z/fix-unnecessary-include
Rémi Verschelde
2023-10-10
1
-4
/
+0
|
\
|
*
removing unnecessary include of gdscript_warning.h as it is already included ...
Saif Kandil
2023-10-09
1
-4
/
+0
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
|
/
[next]