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
*
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
|
\
\
\
|
*
|
|
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...
Robin Hübner
2019-08-09
1
-10
/
+4
|
|
|
/
|
|
/
|
*
/
|
Expression before 'is' may be null
Cameron Reikes
2019-08-09
1
-0
/
+4
|
/
/
*
|
Merge pull request #31041 from 2shady4u/master
Rémi Verschelde
2019-08-05
1
-0
/
+1
|
\
\
|
*
|
Mark class_name line as safe in editor
shaderbeast
2019-08-02
1
-0
/
+1
*
|
|
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-2
/
+0
|
\
\
\
|
*
|
|
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+0
|
|
/
/
*
/
/
Fix unreachable code detection in match statements
Shiqing
2019-07-13
1
-2
/
+19
|
/
/
*
|
Merge pull request #30352 from bojidar-bg/28727-enum-value-check
Rémi Verschelde
2019-07-06
1
-0
/
+3
|
\
\
|
*
|
Fix parsing of enums allowing for juxtaposed identifiers
Bojidar Marinov
2019-07-05
1
-0
/
+3
*
|
|
Merge pull request #30289 from bojidar-bg/29586-class-name-constant
Rémi Verschelde
2019-07-03
1
-9
/
+14
|
\
\
\
|
*
|
|
Fix inheriting from class_name messing up constants
Bojidar Marinov
2019-07-03
1
-9
/
+14
|
|
/
/
*
/
/
Fix parsing of arguments in constant expressions
Bojidar Marinov
2019-07-03
1
-20
/
+12
|
/
/
*
|
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-07-01
1
-1
/
+1
|
\
\
|
*
|
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-06-23
1
-1
/
+1
*
|
|
Fixed regression bug caused in #30095 and actually fix the issue it was suppo...
unknown
2019-06-28
1
-19
/
+7
*
|
|
Merge pull request #29941 from qarmin/redundant_code_and_others
Rémi Verschelde
2019-06-27
1
-6
/
+3
|
\
\
\
|
*
|
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-6
/
+3
|
|
/
/
[next]