summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #26608 from dragmz/fix22231Rémi Verschelde2019-03-041-3/+2
|\
| * calculate inputs count from arg types instead of namesMarcin Zawiejski2019-03-041-3/+2
* | Merge pull request #26592 from clayjohn/noisetexture_strengthRémi Verschelde2019-03-041-1/+1
|\ \
| * | changed default noisetexture strengthclayjohn2019-03-041-1/+1
* | | Merge pull request #26604 from bojidar-bg/25889-vs-parameters-emptyRémi Verschelde2019-03-042-16/+6
|\ \ \
| * | | Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-042-16/+6
| | |/ | |/|
* | | Merge pull request #26591 from neikeq/oiRémi Verschelde2019-03-043-11/+29
|\ \ \ | |/ / |/| |
| * | Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry2019-03-043-11/+29
* | | Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky2019-03-041-3/+4
* | | Merge pull request #26513 from cart/mono-log-profilerIgnacio Etcheverry2019-03-041-0/+11
|\ \ \
| * | | Add mono log profiler supportCarter Anderson2019-03-021-0/+11
* | | | libwebp: Sync with upstream 1.0.2Rémi Verschelde2019-03-041-3/+4
* | | | Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-044-16/+110
* | | | Merge pull request #26541 from clayjohn/noise_texture_scaleRémi Verschelde2019-03-042-1/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | added bump_strength to noisetextureclayjohn2019-03-032-1/+34
| | |/ | |/|
* | | 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
* | | | Merge pull request #26521 from bojidar-bg/25408-gdscript-constant-bugGeorge Marques2019-03-031-7/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix GDScript checking for assigning to a constant only in releaseBojidar Marinov2019-03-031-7/+10
| |/ /
* / / SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-1/+7
|/ /
* / Fix CSG crash, closes #26281Juan Linietsky2019-03-011-2/+4
|/
* C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry2019-03-011-14/+11
* Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry2019-02-281-3/+30
* Mono: Make sure the generated RootNamespace is a valid identifierIgnacio Etcheverry2019-02-283-1/+204
* Merge pull request #26411 from neikeq/issue-26195Ignacio Etcheverry2019-02-283-0/+20
|\
| * C#: Add Array.Resize(int) methodIgnacio Etcheverry2019-02-283-0/+20
* | opus: Better sync sources list with upstream buildsystemRémi Verschelde2019-02-281-146/+153
* | 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 #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde2019-02-272-3/+3
|\ \ \
| * | | Fix -Wsuggest-attribute=format warnings.marxin2019-02-272-3/+3
* | | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-2710-20/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix -Wsign-compare warnings.marxin2019-02-2710-20/+20
| |/ /
* | | Merge pull request #26333 from neikeq/ayayaIgnacio Etcheverry2019-02-273-44/+31
|\ \ \
| * | | Mono: Some editor usability improvementsIgnacio Etcheverry2019-02-273-13/+20
| * | | Remove problematic VS Code hint path on WindowsIgnacio Etcheverry2019-02-271-31/+11
| |/ /
* | | Merge pull request #26304 from bojidar-bg/26066-fix-exported-poolarrayRémi Verschelde2019-02-271-0/+10
|\ \ \
| * | | Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-0/+10
| |/ /
* | | -Properly handle missing ETC support on exportJuan Linietsky2019-02-262-2/+2
* | | Fix "No loader found for resource: res://" spam when NativeScript script_clas...Eric Rybicki2019-02-261-9/+11
|/ /
* | Fixing C compatiblity for GDNative NET moduleFabio Alessandrelli2019-02-247-13/+49
* | 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
* | | C#: Fix Vector2.AngleToPointIgnacio Etcheverry2019-02-231-1/+1