summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26688 from Faless/net/lws_3.1Rémi Verschelde2019-03-062-58/+67
|\ | | | | Update libwebsockets to 3.1, fix IPv6 issues
| * Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli2019-03-062-58/+67
| |
* | Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry2019-03-051-1/+1
|\ \ | |/ |/| Mono: Fix array field being assigned MonoArray** instead of MonoArray*
| * Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry2019-03-051-1/+1
| | | | | | | | Fixes #17601
* | Merge pull request #26608 from dragmz/fix22231Rémi Verschelde2019-03-041-3/+2
|\ \ | | | | | | Calculate inputs count from arg types instead of names
| * | 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 strength
| * | | 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 VisualScript
| * | | | Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-042-16/+6
| | |/ / | |/| | | | | | | | | | Fixes #25889
* | | | 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 error
| * | | 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 support
| * | | 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 NoiseTexture
| * | | 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
|\ \ \ | | | | | | | | Forbid implicit type conversion in GDScript
| * | | GDScript: Forbid implicit type conversionGeorge Marques2019-03-034-110/+16
| | | | | | | | | | | | | | | | | | | | Since types are not present in release builds, this could cause issues where a variable does not have the exact defined type.
* | | | 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 parse mode for GDScript which doesn't load dependencies
| * | | Add a dependency search mode for GDScript parserGeorge Marques2019-03-034-78/+139
| | |/ | |/| | | | | | | | | | | | | | | | | | | - This mode avoids loading any other resource. - Search for class_name now uses this mode, to avoid loading in the scan thread. - Implement get_dependencies() for GDScript loader, now exporting dependencies only should include the preloaded resources.
* | | Merge pull request #26528 from bojidar-bg/26047-gdscript-object-argumentGeorge Marques2019-03-031-4/+9
|\ \ \ | | | | | | | | Allow parameters passed to GDScript functions to be nulled
| * | | Allow parameters passed to GDScript functions to be nulledBojidar Marinov2019-03-031-4/+9
| | | | | | | | | | | | | | | | | | | | Previous version resulted in confusing (but actually right) errors about converting "from Object to Object", since CallError does not include information about the actual types involved.
* | | | 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 release
| * | | 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
| | | | Also we no longer ignore base classes with generics, since we don't really care about that.
* Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry2019-02-281-3/+30
| | | | Previously this would result in NULL dereferencing. Now we fail with an error.
* 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) method
| * 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.
| * | Inheriting from virtual class no longer causes the engine to crash, it ↵QbieShay2019-02-271-1/+2
| | | | | | | | | | | | | | | | | | prints an error instead. Co-authored-by: Hein-Pieter van Braam <hp@tmm.cx>
* | | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde2019-02-272-3/+3
|\ \ \ | | | | | | | | Fix -Wsuggest-attribute=format warnings.
| * | | 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.
| * | | Fix -Wsign-compare warnings.marxin2019-02-2710-20/+20
| |/ / | | | | | | | | | | | | I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type.
* | | Merge pull request #26333 from neikeq/ayayaIgnacio Etcheverry2019-02-273-44/+31
|\ \ \ | | | | | | | | Mono: Some editor usability improvements
| * | | Mono: Some editor usability improvementsIgnacio Etcheverry2019-02-273-13/+20
| | | | | | | | | | | | | | | | | | | | | | | | - Move "Mono" popup menu from the top right corner to `Projects -> Tools` as a submenu. - Add "Build solution" button to the top right corner. Makes it more visible and quicker to access. - Fix build list in the bottom panel unselect an item when clicking on empty space. Previously it would hide the issues panel but the item would remain selected, making it impossible to display the issues panel again if there was only one item.
| * | | 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 it
| * | | Fix GDScript exports having the wrong type of default value by converting itBojidar Marinov2019-02-261-0/+10
| |/ / | | | | | | | | | | | | Also, initialize elements of PoolArrays when resizing them in the editor. Fixes #26066.
* | | -Properly handle missing ETC support on exportJuan Linietsky2019-02-262-2/+2
| | | | | | | | | | | | | | | -Added ability for resource importers to save metadata -Added ability for resource importers to validate depending on project settings
* | | Fix "No loader found for resource: res://" spam when NativeScript ↵Eric Rybicki2019-02-261-9/+11
|/ / | | | | | | | | | | script_class_name is not empty. fixes #26275