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
...
|
*
|
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
|
/
*
Unify typing of variables, constants and parameters in GDScript
Dmitrii Maganov
2023-01-06
1
-20
/
+17
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix usage of Enum as constant
Dmitrii Maganov
2022-12-28
1
-0
/
+1
*
GDScript: Allow out of order member resolution
rune-scape
2022-12-14
1
-20
/
+62
*
Reset unassigned local variables to null in the loops
Yuri Rubinsky
2022-11-28
1
-1
/
+1
*
GDScript: Only check if ignoring warnings in debug build
Rémi Verschelde
2022-11-24
1
-1
/
+2
*
Fix using signals in lambda functions
Yuri Rubinsky
2022-11-22
1
-0
/
+1
*
Fix named enums to use int64 type
Yuri Rubinsky
2022-11-08
1
-1
/
+1
*
Fix enum type to use int64_t instead of int in GDScript
Yuri Rubinsky
2022-10-25
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-10
/
+10
*
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-26
1
-4
/
+2
*
Merge pull request #62918 from cdemirer/parser-properly-set-node-extents
George Marques
2022-07-13
1
-7
/
+8
|
\
|
*
Parser: Properly set node extents
cdemirer
2022-07-11
1
-7
/
+8
*
|
Add default argument bindings to GDScript annotations
Yuri Sizov
2022-07-11
1
-1
/
+1
|
/
*
Merge pull request #62713 from YuriSizov/docs-scripting-annotations
Rémi Verschelde
2022-07-06
1
-0
/
+1
|
\
|
*
Add support for documenting built-in annotations
Yuri Sizov
2022-07-04
1
-0
/
+1
*
|
Add grouping annotations for class properties in GDScript
Yuri Sizov
2022-07-05
1
-0
/
+21
|
/
*
GDScript: Support `%` in shorthand for `get_node`
George Marques
2022-05-27
1
-2
/
+4
*
Add a new HashSet template
reduz
2022-05-20
1
-4
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-6
/
+6
*
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+1
*
Fix incorrect precedence of pow operator in GDScript
Yuri Rubinsky
2022-05-12
1
-0
/
+1
*
Implement exponential operator (**) to GDScript/Expressions
Yuri Roubinsky
2022-05-11
1
-0
/
+2
*
GDScript: Allow using self in lambdas
George Marques
2022-04-24
1
-0
/
+2
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Fix autocompletion of static methods in built-in types in GDScript
Yuri Roubinsky
2022-03-30
1
-1
/
+1
[prev]
[next]