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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23
Spartan322
2024-11-15
1
-0
/
+2
|
\
|
*
Merge pull request #98099 from dalexeev/pot-gen-add-comment-support
Thaddeus Crews
2024-11-15
1
-0
/
+2
|
|
\
|
|
*
POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` comments
Danil Alexeev
2024-10-13
1
-0
/
+2
*
|
|
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
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
/
GDScript: Fix cached parser error when using typed Dictionaries
rune-scape
2024-10-22
1
-0
/
+4
|
|
/
*
/
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev
2024-09-27
1
-0
/
+1
*
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
1
-0
/
+2
|
\
|
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+2
*
|
Autocompletion: reintroduce enum options on assignment
HolonProduction
2024-08-30
1
-2
/
+5
|
/
*
Merge pull request #94888 from rune-scape/no-const-cast-gdscript-parser
Rémi Verschelde
2024-08-28
1
-11
/
+11
|
\
|
*
Avoid const_cast in GDScriptParser
rune-scape
2024-07-28
1
-11
/
+11
*
|
Merge pull request #94082 from HolonProduction/completion-force
Rémi Verschelde
2024-08-20
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Autocompletion: rework argument options string literal completion
HolonProduction
2024-07-08
1
-3
/
+5
*
|
Autocompletion: register depended parsers with the main parser
HolonProduction
2024-07-18
1
-1
/
+1
|
/
*
Fix synchronization of global class name
Hilderin
2024-06-25
1
-1
/
+2
*
Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issues
Rémi Verschelde
2024-05-19
1
-0
/
+1
|
\
|
*
GDScript: Fix some export annotation issues
Danil Alexeev
2024-05-13
1
-0
/
+1
*
|
Revert "GDScript: Implement get_dependencies()"
Rémi Verschelde
2024-05-13
1
-7
/
+3
|
/
*
GDScript: Fix access non-static members in static context
Danil Alexeev
2024-05-01
1
-1
/
+4
*
Merge pull request #90860 from vnen/gdscript-get-dependencies
Rémi Verschelde
2024-04-29
1
-3
/
+7
|
\
|
*
GDScript: Implement get_dependencies()
George Marques
2024-04-18
1
-3
/
+7
*
|
GDScript: invalidate GDScriptParserRef when reloading
rune-scape
2024-04-18
1
-0
/
+4
|
/
*
Don't pass `self` when calling a static function from a non-static context
Jamie Hill-Daniel
2024-04-04
1
-0
/
+1
*
Merge pull request #89270 from Repiteo/enforce-typename-in-templates
Rémi Verschelde
2024-03-14
1
-4
/
+4
|
\
|
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-4
/
+4
*
|
GDScript: Fix `@warning_ignore` annotation issues
Danil Alexeev
2024-03-12
1
-7
/
+16
|
/
*
GDScript: Add @export_custom annotation
George Marques
2024-03-07
1
-0
/
+1
*
Documentation: Add support for deprecated/experimental messages
Danil Alexeev
2024-02-15
1
-0
/
+4
*
GDScript: Reintroduce binary tokenization on export
George Marques
2024-02-08
1
-1
/
+2
*
Revert "Add UID support to GDScript files"
Rémi Verschelde
2024-01-29
1
-4
/
+0
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-1
/
+1
*
Add UID support to GDScript files
kobewi
2024-01-17
1
-0
/
+4
*
Merge pull request #85487 from vnen/gdscript-static-register-annotations
Yuri Sizov
2023-12-19
1
-2
/
+2
|
\
|
*
GDScript: Make annotations register statically in parser
George Marques
2023-11-28
1
-2
/
+2
*
|
Change container_element_type to vector container
Thaddeus Crews
2023-12-05
1
-24
/
+36
|
/
*
Fix typo in gdscript_parser.h and gdscript_translation_parser_plugin.cpp
ryanabx
2023-10-23
1
-2
/
+2
*
GDScript: Fix non-static call is allowed in static var lambda body
Danil Alexeev
2023-10-20
1
-1
/
+1
*
GDScript: Add error when exporting node in non [Node]-derived classes
Danil Alexeev
2023-10-05
1
-10
/
+10
*
Merge pull request #80085 from vnen/gdscript-pattern-guards
Yuri Sizov
2023-09-28
1
-0
/
+1
|
\
|
*
GDScript: Implement pattern guards for match statement
George Marques
2023-09-27
1
-0
/
+1
*
|
Merge pull request #75988 from dalexeev/gds-unsafe-call-argument
Yuri Sizov
2023-09-27
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
GDScript: Improve call analysis
Danil Alexeev
2023-09-21
1
-1
/
+2
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-1
/
+1
|
/
*
GDScript: Fix and improve doc comment parsing
Danil Alexeev
2023-09-16
1
-2
/
+3
*
Merge pull request #81079 from dalexeev/gds-fix-get-method-list
Rémi Verschelde
2023-09-11
1
-1
/
+8
|
\
|
*
GDScript: Fix `get_*_list()` methods return incorrect info
Danil Alexeev
2023-09-04
1
-1
/
+8
*
|
Add coloring for completion of vector components
Yuri Rubinsky
2023-08-30
1
-0
/
+4
|
/
[next]