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
*
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
|
/
*
Merge pull request #75656 from YuriSizov/core-iconic-builtins
Rémi Verschelde
2023-08-29
1
-0
/
+1
|
\
|
*
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-0
/
+1
*
|
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
Yuri Sizov
2023-08-25
1
-2
/
+0
|
\
\
|
*
|
GDScript: Allow use local constants as types
Danil Alexeev
2023-08-25
1
-2
/
+0
|
|
/
*
/
GDScript: Fix lambda resolution with cyclic references
Danil Alexeev
2023-08-25
1
-0
/
+2
|
/
*
GDScript: Add static typing for `for` loop variable
Danil Alexeev
2023-08-17
1
-0
/
+2
*
GDScript: Check `get_node()` shorthand in static functions
Danil Alexeev
2023-08-09
1
-2
/
+0
*
Merge pull request #79880 from dalexeev/gds-fix-id-shadowing-below
Yuri Sizov
2023-07-31
1
-3
/
+8
|
\
|
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
1
-3
/
+8
*
|
Merge pull request #78941 from dalexeev/gds-doc-comments-deprecated-and-exper...
Yuri Sizov
2023-07-31
1
-14
/
+28
|
\
\
|
*
|
GDScript: Add `@deprecated` and `@experimental` doc comment tags
Danil Alexeev
2023-07-08
1
-14
/
+28
|
|
/
*
|
Merge pull request #78254 from dalexeev/gds-fix-property-group-name-conflict
Yuri Sizov
2023-07-31
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
GDScript: Fix conflict between property and group names
Danil Alexeev
2023-06-15
1
-1
/
+3
*
|
Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit
Rémi Verschelde
2023-06-21
1
-1
/
+1
|
\
\
|
*
|
GDScript: Reset local variables on exit from block
Danil Alexeev
2023-06-02
1
-1
/
+1
|
|
/
*
/
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-4
/
+8
|
/
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-8
/
+13
*
Improve and fix GDScript documentation generation & behavior
ocean (they/them)
2023-04-21
1
-1
/
+1
*
GDScript: Change parser representation of class extends
Dmitrii Maganov
2023-03-13
1
-1
/
+1
*
Merge pull request #73590 from vnen/gdscript-global-scope-enums
Rémi Verschelde
2023-02-20
1
-0
/
+2
|
\
|
*
Make global scope enums accessible as types in GDScript
George Marques
2023-02-19
1
-0
/
+2
*
|
GDScript: Rework type check
Dmitrii Maganov
2023-02-17
1
-2
/
+15
|
/
*
Merge pull request #72608 from vnen/gdscript-warning-default-error
Yuri Sizov
2023-02-05
1
-4
/
+7
|
\
|
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-4
/
+7
*
|
GDScript: Improve usability of setter chains
George Marques
2023-02-02
1
-0
/
+2
|
/
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-7
/
+4
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-4
/
+7
*
Merge pull request #72454 from dalexeev/gds-fix-icon-annotation
Rémi Verschelde
2023-01-31
1
-1
/
+1
|
\
|
*
GDScript: Fix `@icon` annotation
Danil Alexeev
2023-01-31
1
-1
/
+1
*
|
GDScript: Allow void functions to return calls to other void functions
George Marques
2023-01-31
1
-0
/
+1
|
/
*
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-1
/
+1
*
GDScript: Allow constant expressions in annotations
Danil Alexeev
2023-01-25
1
-1
/
+1
*
Merge pull request #71914 from vnen/gdscript-no-continue-match
Rémi Verschelde
2023-01-23
1
-2
/
+0
|
\
|
*
GDScript: Remove function of `continue` for match statement
George Marques
2023-01-22
1
-2
/
+0
*
|
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-1
/
+4
|
/
*
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
George Marques
2023-01-12
1
-1
/
+1
|
\
|
*
GDScript: Fix missing conversion for default argument values
Dmitrii Maganov
2023-01-06
1
-1
/
+1
*
|
Assorted enum and native type fixes
ocean (they/them)
2023-01-09
1
-2
/
+2
|
/
[next]