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
*
GDScript: Check function arguments on release too
George Marques
2020-01-13
1
-4
/
+0
*
GDScript: Type match on assignment only if operators have type
George Marques
2020-01-13
1
-8
/
+2
*
GDScript: Forbid using "script" as member name
George Marques
2020-01-10
1
-3
/
+9
*
GDScript: Fix type name on error message for function parameters
George Marques
2020-01-09
1
-1
/
+1
*
GDScript: Fix resolution of default parameter values
George Marques
2020-01-09
1
-1
/
+1
*
Merge pull request #34948 from vnen/gdscript-copy-constructor
Rémi Verschelde
2020-01-09
1
-0
/
+11
|
\
|
*
GDScript: Allow copy constructor for built-in types
George Marques
2020-01-09
1
-0
/
+11
*
|
Add GDScript warning for standalone expression
George Marques
2020-01-09
1
-1
/
+5
|
/
*
GDScript: set assign operation on local var made by match
George Marques
2020-01-08
1
-1
/
+1
*
Merge pull request #34918 from vnen/gdscript-assign-op
Rémi Verschelde
2020-01-08
1
-6
/
+10
|
\
|
*
GDScript: enable type checks on release mode
George Marques
2020-01-08
1
-6
/
+10
*
|
GDScript: properly set type of local variable initialization
George Marques
2020-01-08
1
-0
/
+1
|
/
*
Allow the usage of newlines in export hints
Bojidar Marinov
2020-01-02
1
-40
/
+48
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
1
-17
/
+24
*
Merge pull request #34067 from bojidar-bg/32370-retype-message
Rémi Verschelde
2019-12-04
1
-1
/
+6
|
\
|
*
Make error when accidentially redeclaring a variable's type clearer
Bojidar Marinov
2019-12-02
1
-1
/
+6
*
|
Parser: Check all the arguments of the ternary operator
lupoDharkael
2019-11-15
1
-0
/
+2
|
/
*
Add setting to exclude addons from script warnings
mashumafi
2019-11-07
1
-0
/
+3
*
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Rémi Verschelde
2019-10-25
1
-26
/
+50
|
\
|
*
Allow mixed tabs and spaces when indentation does not depend on tab size
Bojidar Marinov
2019-10-25
1
-26
/
+50
*
|
Merge pull request #32919 from vnen/gdscript-unused-args
Rémi Verschelde
2019-10-22
1
-5
/
+17
|
\
\
|
*
|
Fix wrong counting of function argument usage
George Marques
2019-10-19
1
-5
/
+17
*
|
|
GDScript: Add _ prefix on class name in type compatibility check
George Marques
2019-10-19
1
-1
/
+7
|
/
/
*
/
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
1
-3
/
+1
|
/
*
GDScript: Fix type resolution not being return in some cases
George Marques
2019-09-24
1
-1
/
+2
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-3
/
+0
*
Merge pull request #32150 from luzpaz/typos
Rémi Verschelde
2019-09-20
1
-1
/
+1
|
\
|
*
Fix misc. source comment typos
luz.paz
2019-09-19
1
-1
/
+1
*
|
Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value
Rémi Verschelde
2019-09-19
1
-33
/
+44
|
\
\
|
*
|
Fix uninitialized arrays and dictionaries retaining value
Bojidar Marinov
2019-09-03
1
-33
/
+44
|
|
/
*
|
Merge pull request #32100 from SaracenOne/gdscript_parent_const_types
Rémi Verschelde
2019-09-19
1
-14
/
+21
|
\
\
|
*
|
Allow for constant deceleration to be detected inherited scripts above the im...
Saracen
2019-09-11
1
-14
/
+21
|
|
/
*
|
Merge pull request #31934 from mitchcurtis/28187
Rémi Verschelde
2019-09-19
1
-0
/
+9
|
\
\
|
*
|
Produce an error when a class has the same name as a Singleton
Mitch Curtis
2019-09-06
1
-0
/
+9
|
|
/
*
/
GDScript: add an optional message parameter to assert()
Mitch Curtis
2019-09-11
1
-6
/
+27
|
/
*
Merge pull request #31893 from bojidar-bg/25081-gdscript-index-self
Rémi Verschelde
2019-09-02
1
-1
/
+1
|
\
|
*
Re-allow indexing on "self" and object types in GDScript
Bojidar Marinov
2019-09-02
1
-1
/
+1
*
|
Merge pull request #31843 from 2shady4u/parserCtrlClick
Rémi Verschelde
2019-09-02
1
-1
/
+11
|
\
\
|
*
|
Solves ctrl+click on functions by ignoring the cursor
shaderbeast
2019-09-02
1
-1
/
+11
*
|
|
Merge pull request #24925 from Mr-Slurpy/typed-autoload
Rémi Verschelde
2019-09-02
1
-2
/
+67
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added autoloads as a potential type.
Daniel Eliasinski
2019-01-11
1
-2
/
+67
*
|
|
Merge pull request #31738 from bojidar-bg/31056-class_name-extends
Rémi Verschelde
2019-08-29
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove check for class_name and extends order
Bojidar Marinov
2019-08-28
1
-1
/
+1
*
|
|
|
Merge pull request #29780 from GodotExplorer/gdscript-lsp
Rémi Verschelde
2019-08-28
1
-0
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+4
*
|
|
|
Make 'break' and 'continue' be marked as safe
Michael Alexsander Silva Dias
2019-08-27
1
-2
/
+4
*
|
|
|
Improve writing style in GDScript error/warning messages
Hugo Locurcio
2019-08-23
1
-224
/
+224
*
|
|
|
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-1
/
+1
|
/
/
/
*
|
|
Merge pull request #31227 from profan/fix/err-explain-usages
Rémi Verschelde
2019-08-09
1
-10
/
+4
|
\
\
\
[next]