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
*
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-0
/
+4
|
\
|
*
Merge pull request #98099 from dalexeev/pot-gen-add-comment-support
Thaddeus Crews
2024-11-15
1
-0
/
+4
|
|
\
|
|
*
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
Danil Alexeev
2024-10-13
1
-0
/
+4
*
|
|
Merge pull request #818 from Spartan322/fixup/copyright-headers
George L. Albany
2024-10-27
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
|
Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7b
Spartan322
2024-10-26
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments
Clay John
2024-10-24
1
-1
/
+1
|
|
\
\
|
|
*
|
Add some comments to #endif's where it will easier life
Yevhen Babiichuk (DustDFG)
2024-10-21
1
-1
/
+1
|
|
|
/
*
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-7
/
+9
|
\
|
|
|
*
|
GDScript: Fix annotation parsing adding new annotation entries
HolonProduction
2024-10-13
1
-7
/
+9
|
|
/
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
1
-1
/
+1
|
/
*
Merge pull request #96693 from HolonProduction/annotation-arg-hint
Rémi Verschelde
2024-10-02
1
-5
/
+11
|
\
|
*
Autocompletion: Add arghint for annotations
HolonProduction
2024-09-07
1
-5
/
+11
*
|
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev
2024-09-27
1
-9
/
+54
|
/
*
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
1
-4
/
+214
|
\
|
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-4
/
+214
*
|
Merge pull request #96326 from HolonProduction/completion-hacks-and-fixes
Rémi Verschelde
2024-09-04
1
-6
/
+20
|
\
\
|
|
/
|
/
|
|
*
Autocompletion: reintroduce enum options on assignment
HolonProduction
2024-08-30
1
-6
/
+20
*
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-2
/
+2
|
/
*
Fix missing GDScriptParser reference on completion context
Aina
2024-08-28
1
-0
/
+1
*
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
Rémi Verschelde
2024-08-28
1
-21
/
+19
|
\
|
*
Avoid const_cast in GDScriptParser
rune-scape
2024-07-28
1
-21
/
+19
*
|
Autocompletion: enable string literal completion in subscripts
HolonProduction
2024-08-27
1
-0
/
+6
*
|
Merge pull request #94082 from HolonProduction/completion-force
Rémi Verschelde
2024-08-20
1
-15
/
+37
|
\
\
|
|
/
|
/
|
|
*
Autocompletion: rework argument options string literal completion
HolonProduction
2024-07-08
1
-15
/
+37
*
|
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
|
/
/
[next]