summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #41876 from madmiraal/fix-40947Rémi Verschelde2020-09-081-4/+9
|\ | | | | Check if old mouse column is still available.
| * Check if old mouse column is still available.Marcel Admiraal2020-09-081-4/+9
|/
* Merge pull request #41870 from nekomatata/fix-line-edit-enter-regressionRémi Verschelde2020-09-081-1/+0
|\ | | | | Fix LineEdit not consuming enter events
| * Fix LineEdit not consuming enter eventsPouleyKetchoupp2020-09-081-1/+0
| | | | | | | | | | | | | | | | LineEdit should not return early when processing KEY_ENTER, so it can consume the event properly. Regression introduced by mistake while fixing enter events for Android (PR #40487 - c0b394572f35498801571ad7176eb357d5de1bf3)
* | Merge pull request #41854 from Faless/mbedtls/2.16.8Rémi Verschelde2020-09-07158-769/+835
|\ \ | | | | | | Update mbedTLS to version 2.16.8 (+ patch).
| * | Update mbedTLS to version 2.16.8 (+ patch).Fabio Alessandrelli2020-09-07158-769/+835
| | |
* | | Merge pull request #41856 from Chaosus/vs_particles_restartYuri Roubinsky2020-09-071-0/+3
|\ \ \ | | | | | | | | Added `active` boolean to particles mode output in visual shaders
| * | | Added `active` boolean to particles mode output in visual shadersYuri Roubinsky2020-09-071-0/+3
|/ / /
* | | Merge pull request #38308 from bruvzg/sad_security_circusRémi Verschelde2020-09-0718-145/+686
|\ \ \ | | | | | | | | Adds PCK encryption support (using script encryption key for export).
| * | | Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-0518-145/+686
| | | | | | | | | | | | | | | | Change default encryption mode from ECB to CFB.
* | | | Merge pull request #38944 from Wavesonics/http-gzipFabio Alessandrelli2020-09-077-7/+272
|\ \ \ \ | | | | | | | | | | HttpRequest now handles gzipping response bodies
| * | | | HTTPRequest now accepts gzipAdam Brown2020-09-027-7/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added request_raw to HttpRequest Added decompress_dynamic to Compression class Added decompress_dynamic to BytePoolArray Merge doc fix revert
* | | | | Merge pull request #39100 from Wavesonics/pool-byte-array-fixFabio Alessandrelli2020-09-071-21/+23
|\ \ \ \ \ | | | | | | | | | | | | Fixed PackedByteArray GDScript functions
| * | | | | Fixed PackedByteArray GDScript functionsAdam Brown2020-09-041-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | p_self._data.packed_array needs to be used instead of p_self._data._mem printline
* | | | | | Merge pull request #41840 from Chaosus/vs_particlesJuan Linietsky2020-09-074-106/+259
|\ \ \ \ \ \ | | | | | | | | | | | | | | [WIP] Remakes particles in visual shaders
| * | | | | | Remakes particles in visual shadersYuri Roubinsky2020-09-074-106/+259
| | | | | | |
* | | | | | | Merge pull request #41510 from SkyLucilfer/TranslatorCommentRémi Verschelde2020-09-071-7/+132
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add translators comments extraction for Editor
| * | | | | | | Add translators comments extraction for EditorSkyJJ2020-08-251-7/+132
| | | | | | | |
* | | | | | | | Merge pull request #41846 from EricEzaM/PR/fix-expand-collapse-filesystem-dockRémi Verschelde2020-09-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed expand/collapse folder option not showing in FileSystemDock
| * | | | | | | | Fixed expand/collapse folder option not showing in FileSystemDockEric M2020-09-071-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #41845 from madmiraal/clarify-comparisonRémi Verschelde2020-09-071-7/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify comparison when enabling or disabling canvas_item copy_back_buffer buffer.
| * | | | | | | | | Clarify comparison precedence when enabling or disabling back buffer.Marcel Admiraal2020-09-071-7/+6
| | | | | | | | | |
* | | | | | | | | | Merge pull request #41844 from madmiraal/fix-bitwise-sign-checkRémi Verschelde2020-09-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | Use != 0 instead of > 0 when checking bit mask.
| * | | | | | | | | Use != 0 instead of > 0 when checking bit mask.Marcel Admiraal2020-09-071-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #41843 from Chaosus/vs_fix_some_nodesRémi Verschelde2020-09-073-4/+9
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix some broken visual shader nodes
| * | | | | | | | Fix some broken visual shader nodesYuri Roubinsky2020-09-073-4/+9
|/ / / / / / / /
* | | | | | | | Merge pull request #41767 from lolleko/patch-1Rémi Verschelde2020-09-071-1/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove ArrayMesh::surface_remove declaration
| * | | | | | | | Remove ArrayMesh::surface_remove declarationLorenz Junglas2020-09-041-1/+0
| | |_|/ / / / / | |/| | | | | | | | | | | | | | Removal was omitted in 449df8f688080c02bfbbfafc45421875b77deb1b
* | | | | | | | Merge pull request #41781 from AnilBK/fix-typoRémi Verschelde2020-09-073-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fixed Some typos.
| * | | | | | | | Fixed Some typos.Anilforextra2020-09-053-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #41832 from Calinou/doc-gridcontainer-child-typeRémi Verschelde2020-09-071-3/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Clarify the required child node type in the GridContainer documentation
| * | | | | | | | | Clarify the required child node type in the GridContainer documentationHugo Locurcio2020-09-071-3/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #41822.
* | | | | | | | | Merge pull request #41813 from madmiraal/add-missing-header-guardsRémi Verschelde2020-09-067-5/+30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix header guards in modules.
| * | | | | | | | | Fix header guards in modules:Marcel Admiraal2020-09-067-5/+30
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add missing header guards to various modules' register_types.h - Add header guard to basis_universal/texture_basisu.h. - Ensure header guard encloses entire header in webrtc/webrtc_data_channel_js.h.
* | | | | | | | | Merge pull request #41810 from reduz/particle-improvementsJuan Linietsky2020-09-0614-310/+864
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implement manual particle emission and particle sub emitters.
| * | | | | | | | | Implement manual particle emission and particle sub emitters.reduz2020-09-0614-310/+864
| |/ / / / / / / /
* | | | | | | | | Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fixRémi Verschelde2020-09-062-6/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | GDScript: parameter infer type bug fix
| * | | | | | | | GDScript: parameter infer type bug fixThakee Nathees2020-09-062-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: #41772
* | | | | | | | | Merge pull request #41804 from Chaosus/vs_improvements2Yuri Roubinsky2020-09-062-22/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Removes redundant code & fix documentation for VisualShaderNodeCustom
| * | | | | | | | | Removes redundant code & fix documentation for VisualShaderNodeCustomYuri Roubinsky2020-09-062-22/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #41802 from Chaosus/vs_improvementsYuri Roubinsky2020-09-062-143/+152
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Use flags instead TYPE_ enum in visual shaders editor
| * | | | | | | | | Use flags instead TYPE_ enum in visual shaders editorYuri Roubinsky2020-09-062-143/+152
| | | | | | | | | |
* | | | | | | | | | Merge pull request #41801 from EricEzaM/PR/popup-menu-errors-fixRémi Verschelde2020-09-061-3/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed get_usable_parent_rect() errors when initialising popup menus.
| * | | | | | | | | | Fixed get_usable_parent_rect() errors when initialising popup menus.Eric M2020-09-061-3/+5
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #41790 from alexdlm/fix-csproj-readRémi Verschelde2020-09-062-3/+5
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Handle csproj "Remove" globs
| * | | | | | | | | Handle csproj "Remove" globsAlex de la Mare2020-09-062-3/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MSBuild Item returns empty strings if an attribute isn't set (which caused an IndexOutOfRangeException in NormalizePath). We were treating Excludes incorrectly, Remove directives provide the intended behaviour in the auto-including csproj format.
* | | | | | | | | Merge pull request #41789 from Chaosus/vs_cleanupRémi Verschelde2020-09-054-135/+63
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Cleanup constructor code in visual shader nodes
| * | | | | | | | Cleanup constructor code in visual shader nodesYuri Roubinsky2020-09-054-135/+63
|/ / / / / / / /
* | | | | | | | Merge pull request #41785 from Chaosus/fix_crashYuri Roubinsky2020-09-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix crash regression in the shader function validation
| * | | | | | | | Fix crash regression in the shader function validationYuri Roubinsky2020-09-051-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | introduced in #41780