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
*
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
*
|
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: don't allow calling non-static function from script
George Marques
2019-01-23
1
-1
/
+2
*
|
GDScript: allow local classes to be used as types
George Marques
2019-01-23
1
-0
/
+6
|
/
*
GDScript: Fix return value of "lerp" builtin
Rémi Verschelde
2019-01-18
1
-1
/
+2
*
Merge pull request #25069 from vnen/gdscript-fixes
Hein-Pieter van Braam
2019-01-17
3
-29
/
+19
|
\
|
*
GDScript compiler: check if subclass exists before comparison
George Marques
2019-01-17
1
-2
/
+2
|
*
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
2
-24
/
+14
*
|
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: check for underscore prefix when type-checking
George Marques
2019-01-15
1
-2
/
+8
*
|
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
*
|
GDScript autocomplete: don't carry values when guessing from `is`
George Marques
2019-01-15
1
-1
/
+5
|
/
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
2
-15
/
+27
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
2
-15
/
+27
*
|
Merge pull request #24883 from akien-mga/resourceformat-unregister
Rémi Verschelde
2019-01-10
1
-8
/
+4
|
\
\
|
*
|
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
1
-8
/
+4
*
|
|
Fix broken encrypted scripts during export
Andrii Doroshenko (Xrayez)
2019-01-10
1
-1
/
+1
|
/
/
*
|
Fix code completion on nodes in current scene
Timo Schwarzer
2019-01-05
1
-1
/
+1
*
|
Merge pull request #24741 from timoschwarzer/24697-fix-autocomplete-segfault-...
Rémi Verschelde
2019-01-04
1
-2
/
+6
|
\
\
|
*
|
Fix segfault when trying to autocomplete in inner classes
Timo Schwarzer
2019-01-03
1
-2
/
+6
*
|
|
Merge pull request #24582 from Xrayez/script-encrypt
Rémi Verschelde
2019-01-04
1
-5
/
+59
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Bring back script encryption in export preset
Andrii Doroshenko (Xrayez)
2018-12-24
1
-5
/
+59
*
|
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
17
-34
/
+34
|
/
/
*
|
Merge pull request #19501 from Zylann/custom_loaders
Rémi Verschelde
2018-12-16
2
-8
/
+18
|
\
\
|
*
|
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-12-15
2
-8
/
+18
|
|
/
*
|
i18n: Sync translation template with current source
Rémi Verschelde
2018-12-13
1
-1
/
+1
*
|
Fix type-compatibilty check in GDScript
George Marques
2018-12-07
1
-8
/
+13
*
|
Merge pull request #22934 from SeleckyErik/issue-11457
Rémi Verschelde
2018-12-07
1
-10
/
+2
|
\
\
|
|
/
|
/
|
|
*
GDscript function str2var now returns input string on invalid input
Erik
2018-11-28
1
-10
/
+2
*
|
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-1
/
+1
[next]