Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-08 | Refactored shadowmapping. | Juan Linietsky | |
- Made shadow bias size independent, so it will remain when changing light or camera size. - Implemented normal offset bias, which greatly enhances quality. - Added transmission to subsurface scattering - Reimplemented shadow filter modes Closes #17260 | |||
2020-04-07 | Merge pull request #37670 from Calinou/tweak-rendering-quality-hints | Rémi Verschelde | |
Tweak rendering quality property hint strings for consistency | |||
2020-04-07 | Merge pull request #37666 from clayjohn/GLES2-4-skeleton-rebind | Rémi Verschelde | |
Avoid material rebinds when using skeletons | |||
2020-04-07 | Tweak rendering quality property hint strings for consistency | Hugo Locurcio | |
- Include a performance indication for all hints, not just for non-default values. - Fix leading/trailing whitespace in some property hints. | |||
2020-04-07 | Avoid material rebinds when using skeletons | clayjohn | |
2020-04-07 | Merge pull request #37656 from Janglee123/richtext-underline-fix | Rémi Verschelde | |
Fixed underlines and striketrough not respecting visible character | |||
2020-04-07 | Fixed underlines and striketrough not respecting visible character | janglee | |
2020-04-07 | i18n: Sync translate template for class reference | Rémi Verschelde | |
Adds initial fr.po translation for initialization on Weblate. | |||
2020-04-07 | Merge pull request #37551 from KoBeWi/found_your_screen | Rémi Verschelde | |
Add the missing argument in files_dropped signal | |||
2020-04-07 | Merge pull request #37579 from Calinou/improve-shader-error-output | Rémi Verschelde | |
Improve the shader error console output | |||
2020-04-07 | Merge pull request #37589 from Nannaquin/updatecolordoc | Rémi Verschelde | |
Add reference of Color8 function to Color class documentation | |||
2020-04-07 | Merge pull request #37586 from qarmin/vulkan_allocator_leak | Rémi Verschelde | |
Fix leak with Vulkan allocator | |||
2020-04-07 | Merge pull request #37592 from Anutrix/dissolving_class | Rémi Verschelde | |
Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | |||
2020-04-07 | Merge pull request #37591 from Anutrix/remove_reduntant_class | Rémi Verschelde | |
Removed redundant class LineEditFileChooser from file_dialog | |||
2020-04-07 | Merge pull request #37642 from dreamsComeTrue/rich-text-strike-fix | Rémi Verschelde | |
Calculate strike-through y-position correctly (RichTexteLabel) | |||
2020-04-07 | Merge pull request #37615 from guilhermefelipecgs/fix_37526 | Rémi Verschelde | |
Fix TextureRect::flip_* when used with atlas texture | |||
2020-04-07 | Merge pull request #37643 from YeldhamDev/help_tooltip_paneless | Rémi Verschelde | |
Remove unnecessary panel in EditorHelpBit | |||
2020-04-06 | Remove unnecessary panel in EditorHelpBit | Michael Alexsander | |
2020-04-06 | Calculate strike-through position correctly | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #37637 | |||
2020-04-06 | Merge pull request #37635 from qarmin/leak_vertex | Rémi Verschelde | |
Fixed leak with vertex_formats | |||
2020-04-06 | Merge pull request #37639 from qarmin/no_more_leaks | Rémi Verschelde | |
Fixes leaks when running editor | |||
2020-04-06 | Fixes leaks when running editor | qarmin | |
2020-04-06 | Fixed leak with vertex_formats | qarmin | |
2020-04-06 | Fix TextureRect::flip_* when used with atlas texture | Guilherme Felipe | |
Fix #37526 | |||
2020-04-06 | Merge pull request #37623 from Chaosus/vs_fix_keyword_name | Yuri Roubinsky | |
Adds warning to the uniform name in visual shader if its equal to keyword | |||
2020-04-06 | Adds warning to the uniform name in visual shader if its equal to keyword | Yuri Roubinsky | |
2020-04-06 | Merge pull request #37447 from ThakeeNathees/text-replace-empty-string-fix | Rémi Verschelde | |
replace selected text with empty string bug fixed | |||
2020-04-06 | Merge pull request #37621 from dankan1890/autoslice_fix | Rémi Verschelde | |
Fixed TextureRegion autoslice issue. | |||
2020-04-06 | Merge pull request #37625 from akien-mga/vulkan-32bit-nullptr-handles | Rémi Verschelde | |
Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | |||
2020-04-06 | TextureRegion: fixed Autoslice not created/updated properly. | dankan1890 | |
2020-04-06 | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | Rémi Verschelde | |
Some Vulkan types are defined as "non dispatchable handles" and use a different typedef on 32-bit and 64-bit systems (struct pointer on 64-bit, `uint64_t` otherwise). https://github.com/KhronosGroup/Vulkan-Headers/blob/0e78ffd1dcfc3e9f14a966b9660dbc59bd967c5c/include/vulkan/vulkan_core.h#L59-L65 Contrarily to `NULL`, `nullptr` can't be converted to `uint64_t` so build was now failing on 32-bit after converting the codebase from using `NULL` to `nullptr`. Fixes #37620. | |||
2020-04-06 | Merge pull request #37556 from KoBeWi/kill_get_index | Rémi Verschelde | |
Remove Node.get_position_in_parent() | |||
2020-04-06 | Merge pull request #37613 from pycbouh/linkbutton-missing-colors | Rémi Verschelde | |
Add missing LinkButton colors in Editor Theme | |||
2020-04-06 | Merge pull request #37610 from YeldhamDev/multifile_import_change_fix | Rémi Verschelde | |
Fix changing the import type of multiple files at once | |||
2020-04-06 | replace selected text with empty string bug fixed | Thakee Nathees | |
Fix: #37416 | |||
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora | |
2020-04-05 | Added missing LinkButton colors in Editor Theme | Yuri Sizov | |
2020-04-05 | Fix changing the import type of multiple files at once | Michael Alexsander | |
2020-04-05 | Add reference of Color8 function to Color class documentation | Nannaquin | |
2020-04-05 | Fix aspect ratio on hmd projection matrix | Bastiaan Olij | |
(cherry picked from commit a7438f0e61fca161b6324a230b8914e4f6c56b3f) | |||
2020-04-05 | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown | |
2020-04-05 | Merge pull request #37397 from Eoin-ONeill-Yokai/Bug37081 | Rémi Verschelde | |
Correction to RichTextLabel Tabulation (Bug 37081) | |||
2020-04-05 | Merge pull request #37599 from YeldhamDev/export_feat_panel_remove | Rémi Verschelde | |
Remove unnecessary Panel in "Features" section in the Export dialog | |||
2020-04-05 | Remove unnecessary Panel in "Features" section in the Export dialog | Michael Alexsander | |
2020-04-05 | Removed reduntant class LineEditFileChooser. | unknown | |
2020-04-04 | Fix leak with Vulkan allocator | qarmin | |
2020-04-04 | Merge pull request #37584 from qarmin/leak_fixes | Rémi Verschelde | |
Fixed leak with SpecularMergeShaderRD | |||
2020-04-04 | Fixed leak with SpecularMergeShaderRD | qarmin | |
2020-04-04 | Merge pull request #37570 from reduz/implement-sss | Rémi Verschelde | |
Re-implement subsurface scattering. | |||
2020-04-04 | Re-implement subsurface scattering. | Juan Linietsky | |
The size settings are more "just works", with default scale and depth scale values that don't need much tweaking. Additionally, a "skin" mode was added so skin looks better. EDIT: Cleaned up SSR filter shader a bit. |