summaryrefslogtreecommitdiffstats
path: root/modules/gdscript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #28603 from bojidar-bg/24134-typed-array-shareRémi Verschelde2019-05-031-29/+16
|\
| * Fix typed arrays and dictionaries getting their values sharedBojidar Marinov2019-05-021-29/+16
* | Fix slight issues with autocompletion and member lists in GDScriptBojidar Marinov2019-05-022-2/+2
|/
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-013-18/+11
|\
| * Small fixes to static analyzer bugsqarmin2019-04-043-18/+11
* | Make "decimal" functions more consistentAaron Franke2019-04-302-1/+16
* | Merge pull request #24437 from mateusfccp/single_quotes_optionRémi Verschelde2019-04-301-12/+20
|\ \
| * | Add settings for single-quotes on completionMateus Felipe C. C. Pinto2018-12-181-12/+20
* | | [Core] Expose approximate equality methods to GDScriptAaron Franke2019-04-252-0/+25
* | | 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
|\ \ \