summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2019-03-05Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry
2019-03-05Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry
2019-03-04Merge pull request #26608 from dragmz/fix22231Rémi Verschelde
2019-03-04calculate inputs count from arg types instead of namesMarcin Zawiejski
2019-03-04Merge pull request #26592 from clayjohn/noisetexture_strengthRémi Verschelde
2019-03-04Merge pull request #26604 from bojidar-bg/25889-vs-parameters-emptyRémi Verschelde
2019-03-04Fix default values not being read correctly in VisualScriptBojidar Marinov
2019-03-04Merge pull request #26591 from neikeq/oiRémi Verschelde
2019-03-04changed default noisetexture strengthclayjohn
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-03-04Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky
2019-03-04Merge pull request #26513 from cart/mono-log-profilerIgnacio Etcheverry
2019-03-04libwebp: Sync with upstream 1.0.2Rémi Verschelde
2019-03-04Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde
2019-03-04Merge pull request #26541 from clayjohn/noise_texture_scaleRémi Verschelde
2019-03-04Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde
2019-03-03GDScript: Fix issue when detecting file class in inner classGeorge Marques
2019-03-03GDScript: Forbid implicit type conversionGeorge Marques
2019-03-03GDScript: Allow `for` iterator to be rededefinedGeorge Marques
2019-03-03Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky
2019-03-03added bump_strength to noisetextureclayjohn
2019-03-03Add a dependency search mode for GDScript parserGeorge Marques
2019-03-03Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argumentGeorge Marques
2019-03-03Merge pull request #26521 from bojidar-bg/25408-gdscript-constant-bugGeorge Marques
2019-03-03Allow parameters passed to GDScript functions to be nulledBojidar Marinov
2019-03-03Fix GDScript checking for assigning to a constant only in releaseBojidar Marinov
2019-03-02Add mono log profiler supportCarter Anderson
2019-03-02SCons: Move platform-specific Opus config to its moduleRémi Verschelde
2019-03-01Fix CSG crash, closes #26281Juan Linietsky
2019-03-01C#: Fix parsing of class full name when the base has genericsIgnacio Etcheverry
2019-02-28Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry
2019-02-28Mono: Make sure the generated RootNamespace is a valid identifierIgnacio Etcheverry
2019-02-28Merge pull request #26411 from neikeq/issue-26195Ignacio Etcheverry
2019-02-28C#: Add Array.Resize(int) methodIgnacio Etcheverry
2019-02-28opus: Better sync sources list with upstream buildsystemRémi Verschelde
2019-02-28Merge pull request #26034 from QbieShay/issue_25596Rémi Verschelde
2019-02-27Inheriting from virtual class no longer causes the engine to crash, it prints...QbieShay
2019-02-27Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-27Merge pull request #26333 from neikeq/ayayaIgnacio Etcheverry
2019-02-27Mono: Some editor usability improvementsIgnacio Etcheverry
2019-02-27Remove problematic VS Code hint path on WindowsIgnacio Etcheverry
2019-02-27Merge pull request #26304 from bojidar-bg/26066-fix-exported-poolarrayRémi Verschelde
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-26Fix "No loader found for resource: res://" spam when NativeScript script_clas...Eric Rybicki
2019-02-26Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov
2019-02-24Fixing C compatiblity for GDNative NET moduleFabio Alessandrelli
2019-02-24Merge pull request #25018 from AllanDaemon/#24895George Marques