Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-07 | Merge pull request #39100 from Wavesonics/pool-byte-array-fix | Fabio Alessandrelli | |
Fixed PackedByteArray GDScript functions | |||
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 | 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. | |||
2020-09-04 | Fixed PackedByteArray GDScript functions | Adam Brown | |
p_self._data.packed_array needs to be used instead of p_self._data._mem printline | |||
2020-09-04 | Fix Mono path utils char types. | bruvzg | |
2020-09-04 | Remove ArrayMesh::surface_remove declaration | Lorenz Junglas | |
Removal was omitted in 449df8f688080c02bfbbfafc45421875b77deb1b | |||
2020-09-04 | Merge pull request #41764 from madmiraal/make-slicing-explicit | Rémi Verschelde | |
Make PosVertex to Vertex slicing explicit. | |||
2020-09-04 | Merge pull request #41760 from ↵ | Rémi Verschelde | |
ThakeeNathees/null-dereference-on-gdscript-function-fix null pointer dereference at GDScriptFunction::call crash fix | |||
2020-09-04 | Make PosVertex to Vertex slicing explicit. | Marcel Admiraal | |
2020-09-04 | Merge pull request #41689 from nathanfranke/fix-popupmenu-unresponsive | Rémi Verschelde | |
Fix PopupMenu unresponsive on right side of menu | |||
2020-09-04 | Merge pull request #41758 from akien-mga/classref-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-09-04 | Replace calls to gmtime with gmtime_r and localtime with localtime_r. | Marcel Admiraal | |
2020-09-04 | Merge pull request #41761 from madmiraal/fix-assignment-operators | Rémi Verschelde | |
Ensure assignment operators return by reference to avoid unnecessary copies. |