summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-052-7/+13
* Merge pull request #27485 from Faless/io/encode_decode_safety_prRémi Verschelde2019-04-012-11/+54
|\
| * Add object encoding param to serialization methodsFabio Alessandrelli2019-04-012-11/+54
* | doc: Bump version to 3.2Rémi Verschelde2019-04-013-3/+3
* | Merge pull request #26097 from danielspaniol/25955-wrong-unreachable-warning-...Rémi Verschelde2019-04-011-2/+4
|\ \ | |/ |/|
| * Require `return` in all match branchesDaniel Spaniol2019-02-201-2/+4
* | Merge pull request #27128 from bojidar-bg/27111-gdscript-confounding-classRémi Verschelde2019-03-272-129/+70
|\ \
| * | Fix GDScriptCompiler bugging out with identically-named inner classBojidar Marinov2019-03-162-129/+70
* | | Fix duplicated lines in GDScript bytecodeBojidar Marinov2019-03-142-6/+3
|/ /
* | Fix typo in GDScript narrowing conversion warning messageHugo Locurcio2019-03-081-1/+1
* | Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+12
* | Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky2019-03-041-3/+4
* | Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-044-16/+110
* | Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde2019-03-044-110/+16
|\ \
| * | GDScript: Forbid implicit type conversionGeorge Marques2019-03-034-110/+16
* | | GDScript: Fix issue when detecting file class in inner classGeorge Marques2019-03-031-1/+1
* | | GDScript: Allow `for` iterator to be rededefinedGeorge Marques2019-03-031-1/+0
|/ /
* | Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky2019-03-034-78/+139
|\ \
| * | Add a dependency search mode for GDScript parserGeorge Marques2019-03-034-78/+139
* | | Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argumentGeorge Marques2019-03-031-4/+9
|\ \ \
| * | | Allow parameters passed to GDScript functions to be nulledBojidar Marinov2019-03-031-4/+9
| |/ /
* / / Fix GDScript checking for assigning to a constant only in releaseBojidar Marinov2019-03-031-7/+10
|/ /
* | Merge pull request #26034 from QbieShay/issue_25596Rémi Verschelde2019-02-281-1/+2
|\ \
| * | Inheriting from virtual class no longer causes the engine to crash, it prints...QbieShay2019-02-271-1/+2
* | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-271-2/+2
|\ \ \
| * | | Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* | | | Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-0/+10
|/ / /
* | | Merge pull request #25018 from AllanDaemon/#24895George Marques2019-02-242-2/+4
|\ \ \
| * | | Fix #24895 (support for optional parameters in setters)Allan Daemon2019-01-232-2/+4
* | | | Merge pull request #26132 from marxin/fix-Wignored-qualifiersRémi Verschelde2019-02-221-3/+3
|\ \ \ \
| * | | | Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-3/+3
* | | | | Merge pull request #26099 from marxin/fix-Wtype-limits-warningsRémi Verschelde2019-02-221-2/+2
|\ \ \ \ \
| * | | | | Fix all -Wtype-limits warnings.marxin2019-02-211-2/+2
| |/ / / /
* / / / / Request to use load when cyclic reference is found, closes #26119Juan Linietsky2019-02-211-1/+1
|/ / / /
* | | / Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-205-80/+80
| |_|/ |/| |
* | | GDScript: Remove unused `switch`, `case` and `do` CF keywordsRémi Verschelde2019-02-204-17/+1
| |/ |/|
* | Merge pull request #25715 from hpvb/fix-25598Rémi Verschelde2019-02-161-9/+18
|\ \
| * | Add a maximum recusion depth to _guess_expression_typeHein-Pieter van Braam2019-02-081-9/+18
* | | Merge pull request #25866 from neikeq/issue-25121Rémi Verschelde2019-02-141-1/+1
|\ \ \
| * | | Fix exported property values being lost if base GDScript fails to parseIgnacio Etcheverry2019-02-141-1/+1
* | | | Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* | | | Core: Ensure classes match their header filenameRémi Verschelde2019-02-122-2/+2
* | | | Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde2019-02-124-2/+18
|\ \ \ \
| * | | | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-304-2/+18
* | | | | Merge pull request #25550 from DualMatrix/fix-25357Rémi Verschelde2019-02-121-0/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed Null appearing inside export variables with type hints and no default v...DualMatrix2019-02-011-0/+19
| |/ / /
* | | | Merge pull request #25650 from willnationsdev/script-iconRémi Verschelde2019-02-091-8/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix script class icon filepath lookups at runtime.Will Nations2019-02-061-8/+12
| | |/ | |/|
* | | Fix wrong error messages for invalid arguments when calling functions through...Bojidar Marinov2019-01-311-1/+1
| |/ |/|
* | Ensure get script method list also checks base classes, fixes #23384Juan Linietsky2019-01-251-8/+13