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
*
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
*
|
GDScript: allow local classes to be used as types
George Marques
2019-01-23
1
-0
/
+6
|
/
*
Merge pull request #25069 from vnen/gdscript-fixes
Hein-Pieter van Braam
2019-01-17
1
-26
/
+16
|
\
|
*
GDScript: clarify error message about cycles
George Marques
2019-01-16
1
-3
/
+3
|
*
GDScript: fix type-check of indexed values
George Marques
2019-01-16
1
-23
/
+13
*
|
Merge pull request #25001 from jlahman/gdscript-export-var-fix
Rémi Verschelde
2019-01-16
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fixes export PackedScene "reset to default" throwing errors
jlahman
2019-01-15
1
-0
/
+4
*
|
GDScript: consider constructors as always existing
George Marques
2019-01-15
1
-8
/
+7
*
|
GDScript: allow objects to be keys of dictionaries
George Marques
2019-01-15
1
-1
/
+1
*
|
GDScript: don't check types on release builds
George Marques
2019-01-15
1
-1
/
+1
|
/
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fix type-compatibilty check in GDScript
George Marques
2018-12-07
1
-8
/
+13
*
Merge pull request #23740 from ttencate/unused_argument_22139
Rémi Verschelde
2018-11-23
1
-12
/
+15
|
\
|
*
Prevent unused_argument warning when passing arg to parent constructor
Thomas ten Cate
2018-11-16
1
-12
/
+15
*
|
Check for valid values when checking for class members
George Marques
2018-11-17
1
-0
/
+20
|
/
*
Make enum values not be script constants if enum is named
George Marques
2018-11-11
1
-32
/
+45
*
Add missing flag for exported enum
Kanabenki
2018-11-06
1
-0
/
+1
*
Removed unnecessary assignments
Wilson E. Alvarez
2018-11-04
1
-1
/
+0
*
Do not make a function that returns Variant::NIL a void function. Fix #22791.
J08nY
2018-10-11
1
-1
/
+7
*
Remove redundant "== false" code
Aaron Franke
2018-10-06
1
-1
/
+1
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-1
/
+3
*
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
1
-1
/
+1
*
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
1
-2
/
+12
*
Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Rémi Verschelde
2018-09-27
1
-1
/
+1
*
GDScript: Error on empty blocks at the end of file
George Marques
2018-09-19
1
-2
/
+6
*
GDScript: Forbid enum values to shadow constants
George Marques
2018-09-19
1
-0
/
+20
*
GDScript: Allow Object constants to be used with qualifier
George Marques
2018-09-19
1
-3
/
+15
*
test for depreciacion warnings only on debug builds
Mariusz Chwalba
2018-09-16
1
-0
/
+2
[next]