Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #41876 from madmiraal/fix-40947 | Rémi Verschelde | 2020-09-08 | 1 | -4/+9 |
|\ | | | | | Check if old mouse column is still available. | ||||
| * | Check if old mouse column is still available. | Marcel Admiraal | 2020-09-08 | 1 | -4/+9 |
|/ | |||||
* | Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression | Rémi Verschelde | 2020-09-08 | 1 | -1/+0 |
|\ | | | | | Fix LineEdit not consuming enter events | ||||
| * | Fix LineEdit not consuming enter events | PouleyKetchoupp | 2020-09-08 | 1 | -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.8 | Rémi Verschelde | 2020-09-07 | 158 | -769/+835 |
|\ \ | | | | | | | Update mbedTLS to version 2.16.8 (+ patch). | ||||
| * | | Update mbedTLS to version 2.16.8 (+ patch). | Fabio Alessandrelli | 2020-09-07 | 158 | -769/+835 |
| | | | |||||
* | | | Merge pull request #41856 from Chaosus/vs_particles_restart | Yuri Roubinsky | 2020-09-07 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Added `active` boolean to particles mode output in visual shaders | ||||
| * | | | Added `active` boolean to particles mode output in visual shaders | Yuri Roubinsky | 2020-09-07 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge pull request #38308 from bruvzg/sad_security_circus | Rémi Verschelde | 2020-09-07 | 18 | -145/+686 |
|\ \ \ | | | | | | | | | Adds PCK encryption support (using script encryption key for export). | ||||
| * | | | Adds PCK encryption support (using script encryption key for export). | bruvzg | 2020-09-05 | 18 | -145/+686 |
| | | | | | | | | | | | | | | | | Change default encryption mode from ECB to CFB. | ||||
* | | | | Merge pull request #38944 from Wavesonics/http-gzip | Fabio Alessandrelli | 2020-09-07 | 7 | -7/+272 |
|\ \ \ \ | | | | | | | | | | | HttpRequest now handles gzipping response bodies | ||||
| * | | | | HTTPRequest now accepts gzip | Adam Brown | 2020-09-02 | 7 | -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-fix | Fabio Alessandrelli | 2020-09-07 | 1 | -21/+23 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed PackedByteArray GDScript functions | ||||
| * | | | | | Fixed PackedByteArray GDScript functions | Adam Brown | 2020-09-04 | 1 | -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_particles | Juan Linietsky | 2020-09-07 | 4 | -106/+259 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [WIP] Remakes particles in visual shaders | ||||
| * | | | | | | Remakes particles in visual shaders | Yuri Roubinsky | 2020-09-07 | 4 | -106/+259 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #41510 from SkyLucilfer/TranslatorComment | Rémi Verschelde | 2020-09-07 | 1 | -7/+132 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add translators comments extraction for Editor | ||||
| * | | | | | | | Add translators comments extraction for Editor | SkyJJ | 2020-08-25 | 1 | -7/+132 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #41846 from EricEzaM/PR/fix-expand-collapse-filesystem-dock | Rémi Verschelde | 2020-09-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed expand/collapse folder option not showing in FileSystemDock | ||||
| * | | | | | | | | Fixed expand/collapse folder option not showing in FileSystemDock | Eric M | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #41845 from madmiraal/clarify-comparison | Rémi Verschelde | 2020-09-07 | 1 | -7/+6 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Clarify comparison when enabling or disabling canvas_item copy_back_buffer buffer. | ||||
| * | | | | | | | | | Clarify comparison precedence when enabling or disabling back buffer. | Marcel Admiraal | 2020-09-07 | 1 | -7/+6 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #41844 from madmiraal/fix-bitwise-sign-check | Rémi Verschelde | 2020-09-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Use != 0 instead of > 0 when checking bit mask. | ||||
| * | | | | | | | | | Use != 0 instead of > 0 when checking bit mask. | Marcel Admiraal | 2020-09-07 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #41843 from Chaosus/vs_fix_some_nodes | Rémi Verschelde | 2020-09-07 | 3 | -4/+9 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Fix some broken visual shader nodes | ||||
| * | | | | | | | | Fix some broken visual shader nodes | Yuri Roubinsky | 2020-09-07 | 3 | -4/+9 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #41767 from lolleko/patch-1 | Rémi Verschelde | 2020-09-07 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove ArrayMesh::surface_remove declaration | ||||
| * | | | | | | | | Remove ArrayMesh::surface_remove declaration | Lorenz Junglas | 2020-09-04 | 1 | -1/+0 |
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | Removal was omitted in 449df8f688080c02bfbbfafc45421875b77deb1b | ||||
* | | | | | | | | Merge pull request #41781 from AnilBK/fix-typo | Rémi Verschelde | 2020-09-07 | 3 | -3/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fixed Some typos. | ||||
| * | | | | | | | | Fixed Some typos. | Anilforextra | 2020-09-05 | 3 | -3/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #41832 from Calinou/doc-gridcontainer-child-type | Rémi Verschelde | 2020-09-07 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Clarify the required child node type in the GridContainer documentation | ||||
| * | | | | | | | | | Clarify the required child node type in the GridContainer documentation | Hugo Locurcio | 2020-09-07 | 1 | -3/+4 |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This closes #41822. | ||||
* | | | | | | | | | Merge pull request #41813 from madmiraal/add-missing-header-guards | Rémi Verschelde | 2020-09-06 | 7 | -5/+30 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix header guards in modules. | ||||
| * | | | | | | | | | Fix header guards in modules: | Marcel Admiraal | 2020-09-06 | 7 | -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-improvements | Juan Linietsky | 2020-09-06 | 14 | -310/+864 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement manual particle emission and particle sub emitters. | ||||
| * | | | | | | | | | Implement manual particle emission and particle sub emitters. | reduz | 2020-09-06 | 14 | -310/+864 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fix | Rémi Verschelde | 2020-09-06 | 2 | -6/+10 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | GDScript: parameter infer type bug fix | ||||
| * | | | | | | | | GDScript: parameter infer type bug fix | Thakee Nathees | 2020-09-06 | 2 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: #41772 | ||||
* | | | | | | | | | Merge pull request #41804 from Chaosus/vs_improvements2 | Yuri Roubinsky | 2020-09-06 | 2 | -22/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Removes redundant code & fix documentation for VisualShaderNodeCustom | ||||
| * | | | | | | | | | Removes redundant code & fix documentation for VisualShaderNodeCustom | Yuri Roubinsky | 2020-09-06 | 2 | -22/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #41802 from Chaosus/vs_improvements | Yuri Roubinsky | 2020-09-06 | 2 | -143/+152 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Use flags instead TYPE_ enum in visual shaders editor | ||||
| * | | | | | | | | | Use flags instead TYPE_ enum in visual shaders editor | Yuri Roubinsky | 2020-09-06 | 2 | -143/+152 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #41801 from EricEzaM/PR/popup-menu-errors-fix | Rémi Verschelde | 2020-09-06 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed get_usable_parent_rect() errors when initialising popup menus. | ||||
| * | | | | | | | | | | Fixed get_usable_parent_rect() errors when initialising popup menus. | Eric M | 2020-09-06 | 1 | -3/+5 |
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #41790 from alexdlm/fix-csproj-read | Rémi Verschelde | 2020-09-06 | 2 | -3/+5 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Handle csproj "Remove" globs | ||||
| * | | | | | | | | | Handle csproj "Remove" globs | Alex de la Mare | 2020-09-06 | 2 | -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_cleanup | Rémi Verschelde | 2020-09-05 | 4 | -135/+63 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | Cleanup constructor code in visual shader nodes | ||||
| * | | | | | | | | Cleanup constructor code in visual shader nodes | Yuri Roubinsky | 2020-09-05 | 4 | -135/+63 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #41785 from Chaosus/fix_crash | Yuri Roubinsky | 2020-09-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix crash regression in the shader function validation | ||||
| * | | | | | | | | Fix crash regression in the shader function validation | Yuri Roubinsky | 2020-09-05 | 1 | -1/+1 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | introduced in #41780 |