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
...
*
|
|
Fixed parser treating compound assignment the same as assignment which gave w...
unknown
2019-06-26
1
-2
/
+1
|
/
/
*
|
Merge pull request #29306 from qarmin/small_code_fixes
Rémi Verschelde
2019-06-12
1
-1
/
+0
|
\
\
|
*
|
Small fixes to unrechable code, possibly overflows, using NULL pointers
qarmin
2019-06-03
1
-1
/
+0
*
|
|
Merge pull request #29678 from akien-mga/err-macros-semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-1
/
+1
*
|
|
|
Added export hint to 2D and 3D physics and render layers.
MrCdK
2019-06-07
1
-0
/
+44
|
/
/
/
*
|
|
Merge pull request #29433 from bojidar-bg/29406-dictionary-constant
Rémi Verschelde
2019-06-03
1
-0
/
+4
|
\
\
\
|
*
|
|
Properly catch certain errors in Dictionary declarations
Bojidar Marinov
2019-06-03
1
-0
/
+4
|
|
/
/
*
|
|
Merge pull request #28099 from lupoDharkael/fix-completion
Rémi Verschelde
2019-06-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Don't allow class_name in built-in scripts
lupoDharkael
2019-04-17
1
-1
/
+1
*
|
|
Merge pull request #27987 from lupoDharkael/classname-duplicate
Rémi Verschelde
2019-05-28
1
-1
/
+7
|
\
\
\
|
*
|
|
Prevent using multiple class_name in a class
lupoDharkael
2019-04-16
1
-1
/
+7
*
|
|
|
Fix parse error when extends from subclass of named classes
Geequlim
2019-05-24
1
-3
/
+4
*
|
|
|
Fix typos with codespell
Rémi Verschelde
2019-05-19
1
-5
/
+5
*
|
|
|
Fix typed arrays and dictionaries getting their values shared
Bojidar Marinov
2019-05-02
1
-29
/
+16
*
|
|
|
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-9
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-9
/
+4
*
|
|
|
GDScript: add variable shadowing warning
lupoDharkael
2019-04-15
1
-0
/
+16
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #27863 from bojidar-bg/27460-constant-class-clash
Rémi Verschelde
2019-04-12
1
-0
/
+33
|
\
\
\
|
*
|
|
Check for subclasses when checking for name clashes
Bojidar Marinov
2019-04-10
1
-0
/
+33
*
|
|
|
GDScript: Don't allow built-in scripts to use class_name
George Marques
2019-04-10
1
-0
/
+4
|
/
/
/
*
|
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-5
/
+12
*
|
|
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
1
-6
/
+12
|
/
/
*
|
Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...
Rémi Verschelde
2019-04-01
1
-2
/
+4
|
\
\
|
*
|
Require `return` in all match branches
Daniel Spaniol
2019-02-20
1
-2
/
+4
*
|
|
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-03-14
1
-1
/
+3
*
|
|
Fix enums coming from other classes without preload
Bojidar Marinov
2019-03-05
1
-0
/
+12
*
|
|
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-04
1
-10
/
+95
*
|
|
Merge pull request #26562 from vnen/gdscript-no-implicit-cast
Rémi Verschelde
2019-03-04
1
-95
/
+10
|
\
\
\
|
*
|
|
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
1
-95
/
+10
*
|
|
|
GDScript: Fix issue when detecting file class in inner class
George Marques
2019-03-03
1
-1
/
+1
*
|
|
|
GDScript: Allow `for` iterator to be rededefined
George Marques
2019-03-03
1
-1
/
+0
|
/
/
/
*
|
|
Merge pull request #26547 from vnen/gdscript-dependency-parse
Juan Linietsky
2019-03-03
1
-28
/
+46
|
\
\
\
|
*
|
|
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
1
-28
/
+46
*
|
|
|
Fix GDScript checking for assigning to a constant only in release
Bojidar Marinov
2019-03-03
1
-7
/
+10
|
/
/
/
*
|
|
Fix GDScript exports having the wrong type of default value by converting it
Bojidar Marinov
2019-02-26
1
-0
/
+10
*
|
|
Merge pull request #25018 from AllanDaemon/#24895
George Marques
2019-02-24
1
-2
/
+3
|
\
\
\
|
*
|
|
Fix #24895 (support for optional parameters in setters)
Allan Daemon
2019-01-23
1
-2
/
+3
*
|
|
|
Request to use load when cyclic reference is found, closes #26119
Juan Linietsky
2019-02-21
1
-1
/
+1
*
|
|
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-32
/
+32
|
|
/
/
|
/
|
|
*
|
|
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
|
|
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-12
1
-0
/
+4
|
\
\
\
|
*
|
|
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-0
/
+4
*
|
|
|
Merge pull request #25550 from DualMatrix/fix-25357
Rémi Verschelde
2019-02-12
1
-0
/
+19
|
\
\
\
\
|
*
|
|
|
Fixed Null appearing inside export variables with type hints and no default v...
DualMatrix
2019-02-01
1
-0
/
+19
|
|
/
/
/
*
|
|
|
Merge pull request #25650 from willnationsdev/script-icon
Rémi Verschelde
2019-02-09
1
-8
/
+12
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix script class icon filepath lookups at runtime.
Will Nations
2019-02-06
1
-8
/
+12
|
|
/
/
*
|
|
GDScript: do second pass of parsing on release
George Marques
2019-01-23
1
-6
/
+9
*
|
|
GDScript: fix default value for autoexported typed vars
George Marques
2019-01-23
1
-1
/
+1
*
|
|
GDScript: read constants from parent scripts
George Marques
2019-01-23
1
-0
/
+15
[prev]
[next]