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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wimplicit-fallthrough warnings from GCC 8
Rémi Verschelde
2019-04-05
2
-7
/
+13
*
Merge pull request #27485 from Faless/io/encode_decode_safety_pr
Rémi Verschelde
2019-04-01
2
-11
/
+54
|
\
|
*
Add object encoding param to serialization methods
Fabio Alessandrelli
2019-04-01
2
-11
/
+54
*
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
3
-3
/
+3
*
|
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
*
|
Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-class
Rémi Verschelde
2019-03-27
2
-129
/
+70
|
\
\
|
*
|
Fix GDScriptCompiler bugging out with identically-named inner class
Bojidar Marinov
2019-03-16
2
-129
/
+70
*
|
|
Fix duplicated lines in GDScript bytecode
Bojidar Marinov
2019-03-14
2
-6
/
+3
|
/
/
*
|
Fix typo in GDScript narrowing conversion warning message
Hugo Locurcio
2019-03-08
1
-1
/
+1
*
|
Fix enums coming from other classes without preload
Bojidar Marinov
2019-03-05
1
-0
/
+12
*
|
Close file handles after use of new get_as_utf8_strings, fixes #26578
Juan Linietsky
2019-03-04
1
-3
/
+4
*
|
Revert "Forbid implicit type conversion in GDScript"
Rémi Verschelde
2019-03-04
4
-16
/
+110
*
|
Merge pull request #26562 from vnen/gdscript-no-implicit-cast
Rémi Verschelde
2019-03-04
4
-110
/
+16
|
\
\
|
*
|
GDScript: Forbid implicit type conversion
George Marques
2019-03-03
4
-110
/
+16
*
|
|
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
4
-78
/
+139
|
\
\
|
*
|
Add a dependency search mode for GDScript parser
George Marques
2019-03-03
4
-78
/
+139
*
|
|
Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argument
George Marques
2019-03-03
1
-4
/
+9
|
\
\
\
|
*
|
|
Allow parameters passed to GDScript functions to be nulled
Bojidar Marinov
2019-03-03
1
-4
/
+9
|
|
/
/
*
/
/
Fix GDScript checking for assigning to a constant only in release
Bojidar Marinov
2019-03-03
1
-7
/
+10
|
/
/
*
|
Merge pull request #26034 from QbieShay/issue_25596
Rémi Verschelde
2019-02-28
1
-1
/
+2
|
\
\
|
*
|
Inheriting from virtual class no longer causes the engine to crash, it prints...
QbieShay
2019-02-27
1
-1
/
+2
*
|
|
Merge pull request #26134 from marxin/fix-Wsign-compare
Rémi Verschelde
2019-02-27
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix -Wsign-compare warnings.
marxin
2019-02-27
1
-2
/
+2
*
|
|
|
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
2
-2
/
+4
|
\
\
\
|
*
|
|
Fix #24895 (support for optional parameters in setters)
Allan Daemon
2019-01-23
2
-2
/
+4
*
|
|
|
Merge pull request #26132 from marxin/fix-Wignored-qualifiers
Rémi Verschelde
2019-02-22
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Fix warnings seen with -Wignored-qualifiers.
marxin
2019-02-21
1
-3
/
+3
*
|
|
|
|
Merge pull request #26099 from marxin/fix-Wtype-limits-warnings
Rémi Verschelde
2019-02-22
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-2
/
+2
|
|
/
/
/
/
*
/
/
/
/
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
5
-80
/
+80
|
|
_
|
/
|
/
|
|
*
|
|
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
4
-17
/
+1
|
|
/
|
/
|
*
|
Merge pull request #25715 from hpvb/fix-25598
Rémi Verschelde
2019-02-16
1
-9
/
+18
|
\
\
|
*
|
Add a maximum recusion depth to _guess_expression_type
Hein-Pieter van Braam
2019-02-08
1
-9
/
+18
*
|
|
Merge pull request #25866 from neikeq/issue-25121
Rémi Verschelde
2019-02-14
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix exported property values being lost if base GDScript fails to parse
Ignacio Etcheverry
2019-02-14
1
-1
/
+1
*
|
|
|
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
|
|
|
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
2
-2
/
+2
*
|
|
|
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-12
4
-2
/
+18
|
\
\
\
\
|
*
|
|
|
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
4
-2
/
+18
*
|
|
|
|
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
|
|
|
/
|
|
/
|
*
|
|
Fix wrong error messages for invalid arguments when calling functions through...
Bojidar Marinov
2019-01-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Ensure get script method list also checks base classes, fixes #23384
Juan Linietsky
2019-01-25
1
-8
/
+13
[next]