Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | GDScript crash on builtin type constructor fix | Thakee Nathees | |
Fix: #41848 | |||
2020-09-08 | Merge pull request #41870 from nekomatata/fix-line-edit-enter-regression | Rémi Verschelde | |
Fix LineEdit not consuming enter events | |||
2020-09-08 | Fix LineEdit not consuming enter events | PouleyKetchoupp | |
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) | |||
2020-09-07 | Merge pull request #41854 from Faless/mbedtls/2.16.8 | Rémi Verschelde | |
Update mbedTLS to version 2.16.8 (+ patch). | |||
2020-09-07 | Merge pull request #41856 from Chaosus/vs_particles_restart | Yuri Roubinsky | |
Added `active` boolean to particles mode output in visual shaders | |||
2020-09-07 | Added `active` boolean to particles mode output in visual shaders | Yuri Roubinsky | |
2020-09-07 | Merge pull request #38308 from bruvzg/sad_security_circus | Rémi Verschelde | |
Adds PCK encryption support (using script encryption key for export). | |||
2020-09-07 | Merge pull request #38944 from Wavesonics/http-gzip | Fabio Alessandrelli | |
HttpRequest now handles gzipping response bodies | |||
2020-09-07 | Merge pull request #39100 from Wavesonics/pool-byte-array-fix | Fabio Alessandrelli | |
Fixed PackedByteArray GDScript functions | |||
2020-09-07 | Update mbedTLS to version 2.16.8 (+ patch). | Fabio Alessandrelli | |
2020-09-07 | Merge pull request #41840 from Chaosus/vs_particles | Juan Linietsky | |
[WIP] Remakes particles in visual shaders | |||
2020-09-07 | Merge pull request #41510 from SkyLucilfer/TranslatorComment | Rémi Verschelde | |
Add translators comments extraction for Editor | |||
2020-09-07 | Merge pull request #41846 from EricEzaM/PR/fix-expand-collapse-filesystem-dock | Rémi Verschelde | |
Fixed expand/collapse folder option not showing in FileSystemDock | |||
2020-09-07 | Fixed expand/collapse folder option not showing in FileSystemDock | Eric M | |
2020-09-07 | Merge pull request #41845 from madmiraal/clarify-comparison | Rémi Verschelde | |
Clarify comparison when enabling or disabling canvas_item copy_back_buffer buffer. | |||
2020-09-07 | Merge pull request #41844 from madmiraal/fix-bitwise-sign-check | Rémi Verschelde | |
Use != 0 instead of > 0 when checking bit mask. | |||
2020-09-07 | Remakes particles in visual shaders | Yuri Roubinsky | |
2020-09-07 | Merge pull request #41843 from Chaosus/vs_fix_some_nodes | Rémi Verschelde | |
Fix some broken visual shader nodes | |||
2020-09-07 | Clarify comparison precedence when enabling or disabling back buffer. | Marcel Admiraal | |
2020-09-07 | Fix some broken visual shader nodes | Yuri Roubinsky | |
2020-09-07 | Use != 0 instead of > 0 when checking bit mask. | Marcel Admiraal | |
2020-09-07 | Merge pull request #41767 from lolleko/patch-1 | Rémi Verschelde | |
Remove ArrayMesh::surface_remove declaration | |||
2020-09-07 | Merge pull request #41781 from AnilBK/fix-typo | Rémi Verschelde | |
Fixed Some typos. | |||
2020-09-07 | Merge pull request #41832 from Calinou/doc-gridcontainer-child-type | Rémi Verschelde | |
Clarify the required child node type in the GridContainer documentation | |||
2020-09-07 | Clarify the required child node type in the GridContainer documentation | Hugo Locurcio | |
This closes #41822. | |||
2020-09-06 | Merge pull request #41813 from madmiraal/add-missing-header-guards | Rémi Verschelde | |
Fix header guards in modules. | |||
2020-09-06 | Fix header guards in modules: | Marcel Admiraal | |
- 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. | |||
2020-09-06 | Merge pull request #41810 from reduz/particle-improvements | Juan Linietsky | |
Implement manual particle emission and particle sub emitters. | |||
2020-09-06 | Implement manual particle emission and particle sub emitters. | reduz | |
2020-09-06 | Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fix | Rémi Verschelde | |
GDScript: parameter infer type bug fix | |||
2020-09-06 | Merge pull request #41804 from Chaosus/vs_improvements2 | Yuri Roubinsky | |
Removes redundant code & fix documentation for VisualShaderNodeCustom | |||
2020-09-06 | Removes redundant code & fix documentation for VisualShaderNodeCustom | Yuri Roubinsky | |
2020-09-06 | Merge pull request #41802 from Chaosus/vs_improvements | Yuri Roubinsky | |
Use flags instead TYPE_ enum in visual shaders editor | |||
2020-09-06 | Merge pull request #41801 from EricEzaM/PR/popup-menu-errors-fix | Rémi Verschelde | |
Fixed get_usable_parent_rect() errors when initialising popup menus. | |||
2020-09-06 | GDScript: parameter infer type bug fix | Thakee Nathees | |
Fix: #41772 | |||
2020-09-06 | Use flags instead TYPE_ enum in visual shaders editor | Yuri Roubinsky | |
2020-09-06 | Merge pull request #41790 from alexdlm/fix-csproj-read | Rémi Verschelde | |
Handle csproj "Remove" globs | |||
2020-09-06 | Fixed get_usable_parent_rect() errors when initialising popup menus. | Eric M | |
2020-09-06 | Handle csproj "Remove" globs | Alex de la Mare | |
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. | |||
2020-09-05 | Merge pull request #41789 from Chaosus/vs_cleanup | Rémi Verschelde | |
Cleanup constructor code in visual shader nodes | |||
2020-09-05 | Cleanup constructor code in visual shader nodes | Yuri Roubinsky | |
2020-09-05 | Adds PCK encryption support (using script encryption key for export). | bruvzg | |
Change default encryption mode from ECB to CFB. | |||
2020-09-05 | Merge pull request #41785 from Chaosus/fix_crash | Yuri Roubinsky | |
Fix crash regression in the shader function validation | |||
2020-09-05 | Fix crash regression in the shader function validation | Yuri Roubinsky | |
introduced in #41780 | |||
2020-09-05 | Merge pull request #41780 from Chaosus/improve_shader_messages | Rémi Verschelde | |
Improve messages in shader function validation | |||
2020-09-05 | Merge pull request #40649 from themvl/master | Rémi Verschelde | |
Fix bug where leading and trailing spaces werent taken into account with center and right allignment | |||
2020-09-05 | Improve messages in shader function validation | Yuri Roubinsky | |
2020-09-05 | Merge pull request #41763 from madmiraal/fix-linux-time | Fabio Alessandrelli | |
Make OS_Unix time calls thread safe. | |||
2020-09-05 | Fixed Some typos. | Anilforextra | |
2020-09-04 | Merge pull request #41770 from bruvzg/fix_mono_win_build | Rémi Verschelde | |
Fix Mono path utils char types. |