summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-222-2/+2
|\
| * Small fixes, mostly dupicated codeqarmin2019-04-082-2/+2
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-193-6/+0
* | GDScript: add variable shadowing warninglupoDharkael2019-04-153-0/+22
* | Merge pull request #27863 from bojidar-bg/27460-constant-class-clashRémi Verschelde2019-04-121-0/+33
|\ \
| * | Check for subclasses when checking for name clashesBojidar Marinov2019-04-101-0/+33
* | | Merge pull request #27867 from bojidar-bg/27489-as-self-failRémi Verschelde2019-04-111-5/+18
|\ \ \
| * | | Fix `as` operator generating opcode 38 errorsBojidar Marinov2019-04-101-5/+18
| |/ /
* | | GDScript: Don't allow built-in scripts to use class_nameGeorge Marques2019-04-101-0/+4
* | | Merge pull request #27170 from timoschwarzer/allow-whitespaces-in-warning-ign...Rémi Verschelde2019-04-101-5/+6
|\ \ \ | |/ / |/| |
| * | Allow whitespaces in warning-ignore commentsTimo Schwarzer2019-03-171-5/+6
* | | Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-093-10/+22
* | | Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde2019-04-081-1/+1
|\ \ \
| * | | Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-1/+1
| |/ /
* | | Merge pull request #27710 from Calinou/script-templates-typed-gdscriptRémi Verschelde2019-04-082-25/+35
|\ \ \
| * | | Add support for type hints in non-default script editor templatesHugo Locurcio2019-04-052-25/+35
* | | | Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde2019-04-082-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Added smoothstep built-in functionChaosus2019-04-072-0/+15
| |/ /
* | / 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
|\ \ \ \ \