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_warning.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GDScript: Fix bug with identifier shadowed below in current scope
Danil Alexeev
2023-07-26
1
-0
/
+8
*
GDScript: Reorganize and unify warnings
Danil Alexeev
2023-04-28
1
-130
/
+89
*
Add support for static variables in GDScript
George Marques
2023-04-27
1
-0
/
+4
*
Fix mistakes in documentation and GDScript errors
VolTer
2023-04-10
1
-1
/
+1
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-02
1
-9
/
+22
*
Revert "GDScript: Add warnings that are set to error by default"
Rémi Verschelde
2023-02-01
1
-22
/
+9
*
GDScript: Add warnings that are set to error by default
George Marques
2023-02-01
1
-9
/
+22
*
Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthand
Rémi Verschelde
2023-01-31
1
-0
/
+5
|
\
|
*
GDScript: Allow void functions to return calls to other void functions
George Marques
2023-01-31
1
-0
/
+5
*
|
Merge pull request #57520 from jordigcs/gd-rename-map
Rémi Verschelde
2023-01-31
1
-0
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add hint for identifiers renamed since Godot 3
jordi
2023-01-24
1
-0
/
+7
*
|
GDScript: Fix constant conversions
Dmitrii Maganov
2023-01-29
1
-2
/
+7
|
/
*
Add support for Unicode identifiers in GDScript
George Marques
2023-01-21
1
-0
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
GDScript: Make using return of void function an error
George Marques
2022-12-30
1
-5
/
+0
*
GDScript: Don't warn about RETURN_VALUE_DISCARDED by default
Rémi Verschelde
2022-11-22
1
-0
/
+4
*
change RETURN_VALUE_DISCARDED GDScript warn text
souplamp
2022-11-21
1
-1
/
+1
*
Add STATIC_CALLED_ON_INSTANCE warning to highlight
clayjohn
2022-10-14
1
-0
/
+5
*
Add enum values (Ignore, Warn, Error) to GDScript warnings
jordi
2022-04-06
1
-0
/
+16
*
GDScript: Consolidate behavior for assigning enum types
George Marques
2022-02-03
1
-0
/
+4
*
Merge pull request #56483 from vnen/gdscript-warning-annotation
Rémi Verschelde
2022-01-05
1
-1
/
+1
|
\
|
*
GDScript: Add annotation to ignore warnings
George Marques
2022-01-04
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Allow using built-in names for variables, push warnings instead
Yuri Roubinsky
2021-11-13
1
-0
/
+5
*
Fix error on parsing statement-less GDScript files,
ThreeRhinosInAnElephantCostume
2021-09-11
1
-0
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Add warning checks in GDScript analyzer
George Marques
2020-07-20
1
-28
/
+37
*
New GDScript tokenizer and parser
George Marques
2020-07-20
1
-0
/
+201