Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36919 from nekomatata/android-vulkan-rendering | Rémi Verschelde | 2020-04-09 | 35 | -860/+1377 |
|\ | | | | | Vulkan rendering support on Android | ||||
| * | Display Server support | PouleyKetchoupp | 2020-04-08 | 14 | -743/+948 |
| | | |||||
| * | Vulkan rendering for Android | PouleyKetchoupp | 2020-04-03 | 28 | -187/+499 |
| | | |||||
* | | Merge pull request #37689 from Calinou/doc-improve-cameraserver | Rémi Verschelde | 2020-04-08 | 2 | -7/+8 |
|\ \ | | | | | | | Improve the CameraServer and CameraFeed class documentations | ||||
| * | | Improve the CameraServer and CameraFeed class documentations | Hugo Locurcio | 2020-04-08 | 2 | -7/+8 |
| | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3255. | ||||
* | | | Merge pull request #37678 from reduz/refactor-shadowmapping | Juan Linietsky | 2020-04-08 | 34 | -291/+1032 |
|\ \ \ | |/ / |/| | | Refactored shadowmapping. | ||||
| * | | Refactored shadowmapping. | Juan Linietsky | 2020-04-08 | 34 | -291/+1032 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | | Merge pull request #37682 from theludovyc/master | Rémi Verschelde | 2020-04-08 | 1 | -23/+7 |
|\ \ \ | | | | | | | | | Erase if ( i < offset ) { continue;} at start in for loops | ||||
| * | | | erase : if ( i < offset ) { continue;} in for loops | theludovyc | 2020-04-08 | 1 | -23/+7 |
|/ / / | |||||
* | | | Merge pull request #37644 from JFonS/gizmos_rename | Rémi Verschelde | 2020-04-08 | 7 | -227/+227 |
|\ \ \ | | | | | | | | | Rename all gizmo classes, using the 4.0 node names. | ||||
| * | | | Rename all gizmo classes, using the 4.0 node names. | jfons | 2020-04-07 | 7 | -227/+227 |
| | | | | |||||
* | | | | Merge pull request #37681 from Anutrix/dont_disconnect | Rémi Verschelde | 2020-04-08 | 1 | -2/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix signal disconnection soon after connection in EditorQuickOpen | ||||
| * | | | Fix signal disconnection soon after connection in EditorQuickOpen | unknown | 2020-04-08 | 1 | -2/+1 |
|/ / / | |||||
* | | | Merge pull request #37670 from Calinou/tweak-rendering-quality-hints | Rémi Verschelde | 2020-04-07 | 1 | -9/+9 |
|\ \ \ | | | | | | | | | Tweak rendering quality property hint strings for consistency | ||||
| * | | | Tweak rendering quality property hint strings for consistency | Hugo Locurcio | 2020-04-07 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Include a performance indication for all hints, not just for non-default values. - Fix leading/trailing whitespace in some property hints. | ||||
* | | | | Merge pull request #37666 from clayjohn/GLES2-4-skeleton-rebind | Rémi Verschelde | 2020-04-07 | 1 | -9/+9 |
|\ \ \ \ | |/ / / |/| | | | Avoid material rebinds when using skeletons | ||||
| * | | | Avoid material rebinds when using skeletons | clayjohn | 2020-04-07 | 1 | -9/+9 |
|/ / / | |||||
* | | | Merge pull request #37656 from Janglee123/richtext-underline-fix | Rémi Verschelde | 2020-04-07 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Fixed underlines and striketrough not respecting visible character | ||||
| * | | | Fixed underlines and striketrough not respecting visible character | janglee | 2020-04-07 | 1 | -2/+3 |
|/ / / | |||||
* | | | i18n: Sync translate template for class reference | Rémi Verschelde | 2020-04-07 | 4 | -9082/+66051 |
| | | | | | | | | | | | | Adds initial fr.po translation for initialization on Weblate. | ||||
* | | | Merge pull request #37551 from KoBeWi/found_your_screen | Rémi Verschelde | 2020-04-07 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Add the missing argument in files_dropped signal | ||||
| * | | | Add the missing argument in files_dropped signal | Tomasz Chabora | 2020-04-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #37579 from Calinou/improve-shader-error-output | Rémi Verschelde | 2020-04-07 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Improve the shader error console output | ||||
| * | | | | Improve the shader error console output | Hugo Locurcio | 2020-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This makes the line gutter look more like an actual line gutter, which makes it less confusing. | ||||
* | | | | | Merge pull request #37589 from Nannaquin/updatecolordoc | Rémi Verschelde | 2020-04-07 | 1 | -1/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add reference of Color8 function to Color class documentation | ||||
| * | | | | | Add reference of Color8 function to Color class documentation | Nannaquin | 2020-04-05 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #37586 from qarmin/vulkan_allocator_leak | Rémi Verschelde | 2020-04-07 | 1 | -0/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix leak with Vulkan allocator | ||||
| * | | | | | | Fix leak with Vulkan allocator | qarmin | 2020-04-04 | 1 | -0/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #37592 from Anutrix/dissolving_class | Rémi Verschelde | 2020-04-07 | 4 | -74/+41 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | ||||
| * | | | | | | | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown | 2020-04-05 | 4 | -74/+41 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #37591 from Anutrix/remove_reduntant_class | Rémi Verschelde | 2020-04-07 | 2 | -55/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Removed redundant class LineEditFileChooser from file_dialog | ||||
| * | | | | | | | | Removed reduntant class LineEditFileChooser. | unknown | 2020-04-05 | 2 | -55/+0 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge pull request #37642 from dreamsComeTrue/rich-text-strike-fix | Rémi Verschelde | 2020-04-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Calculate strike-through y-position correctly (RichTexteLabel) | ||||
| * | | | | | | | | Calculate strike-through position correctly | Dominik 'dreamsComeTrue' Jasiński | 2020-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #37637 | ||||
* | | | | | | | | | Merge pull request #37615 from guilhermefelipecgs/fix_37526 | Rémi Verschelde | 2020-04-07 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix TextureRect::flip_* when used with atlas texture | ||||
| * | | | | | | | | | Fix TextureRect::flip_* when used with atlas texture | Guilherme Felipe | 2020-04-06 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #37526 | ||||
* | | | | | | | | | | Merge pull request #37643 from YeldhamDev/help_tooltip_paneless | Rémi Verschelde | 2020-04-07 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Remove unnecessary panel in EditorHelpBit | ||||
| * | | | | | | | | | Remove unnecessary panel in EditorHelpBit | Michael Alexsander | 2020-04-06 | 2 | -4/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #37635 from qarmin/leak_vertex | Rémi Verschelde | 2020-04-06 | 1 | -0/+7 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed leak with vertex_formats | ||||
| * | | | | | | | | | | Fixed leak with vertex_formats | qarmin | 2020-04-06 | 1 | -0/+7 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #37639 from qarmin/no_more_leaks | Rémi Verschelde | 2020-04-06 | 3 | -1/+2 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | Fixes leaks when running editor | ||||
| * | | | | | | | | | Fixes leaks when running editor | qarmin | 2020-04-06 | 3 | -1/+2 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #37623 from Chaosus/vs_fix_keyword_name | Yuri Roubinsky | 2020-04-06 | 3 | -0/+24 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Adds warning to the uniform name in visual shader if its equal to keyword | ||||
| * | | | | | | | | | Adds warning to the uniform name in visual shader if its equal to keyword | Yuri Roubinsky | 2020-04-06 | 3 | -0/+24 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #37447 from ThakeeNathees/text-replace-empty-string-fix | Rémi Verschelde | 2020-04-06 | 1 | -1/+9 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | replace selected text with empty string bug fixed | ||||
| * | | | | | | | | | | replace selected text with empty string bug fixed | Thakee Nathees | 2020-04-06 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: #37416 | ||||
* | | | | | | | | | | | Merge pull request #37621 from dankan1890/autoslice_fix | Rémi Verschelde | 2020-04-06 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed TextureRegion autoslice issue. | ||||
| * | | | | | | | | | | | TextureRegion: fixed Autoslice not created/updated properly. | dankan1890 | 2020-04-06 | 1 | -0/+1 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #37625 from akien-mga/vulkan-32bit-nullptr-handles | Rémi Verschelde | 2020-04-06 | 3 | -10/+11 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | ||||
| * | | | | | | | | | | | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds | Rémi Verschelde | 2020-04-06 | 3 | -10/+11 |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. |