summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36919 from nekomatata/android-vulkan-renderingRémi Verschelde2020-04-0935-860/+1377
|\ | | | | Vulkan rendering support on Android
| * Display Server supportPouleyKetchoupp2020-04-0814-743/+948
| |
| * Vulkan rendering for AndroidPouleyKetchoupp2020-04-0328-187/+499
| |
* | Merge pull request #37689 from Calinou/doc-improve-cameraserverRémi Verschelde2020-04-082-7/+8
|\ \ | | | | | | Improve the CameraServer and CameraFeed class documentations
| * | Improve the CameraServer and CameraFeed class documentationsHugo Locurcio2020-04-082-7/+8
| | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3255.
* | | Merge pull request #37678 from reduz/refactor-shadowmappingJuan Linietsky2020-04-0834-291/+1032
|\ \ \ | |/ / |/| | Refactored shadowmapping.
| * | Refactored shadowmapping.Juan Linietsky2020-04-0834-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/masterRémi Verschelde2020-04-081-23/+7
|\ \ \ | | | | | | | | Erase if ( i < offset ) { continue;} at start in for loops
| * | | erase : if ( i < offset ) { continue;} in for loopstheludovyc2020-04-081-23/+7
|/ / /
* | | Merge pull request #37644 from JFonS/gizmos_renameRémi Verschelde2020-04-087-227/+227
|\ \ \ | | | | | | | | Rename all gizmo classes, using the 4.0 node names.
| * | | Rename all gizmo classes, using the 4.0 node names.jfons2020-04-077-227/+227
| | | |
* | | | Merge pull request #37681 from Anutrix/dont_disconnectRémi Verschelde2020-04-081-2/+1
|\ \ \ \ | |_|/ / |/| | | Fix signal disconnection soon after connection in EditorQuickOpen
| * | | Fix signal disconnection soon after connection in EditorQuickOpenunknown2020-04-081-2/+1
|/ / /
* | | Merge pull request #37670 from Calinou/tweak-rendering-quality-hintsRémi Verschelde2020-04-071-9/+9
|\ \ \ | | | | | | | | Tweak rendering quality property hint strings for consistency
| * | | Tweak rendering quality property hint strings for consistencyHugo Locurcio2020-04-071-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-rebindRémi Verschelde2020-04-071-9/+9
|\ \ \ \ | |/ / / |/| | | Avoid material rebinds when using skeletons
| * | | Avoid material rebinds when using skeletonsclayjohn2020-04-071-9/+9
|/ / /
* | | Merge pull request #37656 from Janglee123/richtext-underline-fixRémi Verschelde2020-04-071-2/+3
|\ \ \ | | | | | | | | Fixed underlines and striketrough not respecting visible character
| * | | Fixed underlines and striketrough not respecting visible characterjanglee2020-04-071-2/+3
|/ / /
* | | i18n: Sync translate template for class referenceRémi Verschelde2020-04-074-9082/+66051
| | | | | | | | | | | | Adds initial fr.po translation for initialization on Weblate.
* | | Merge pull request #37551 from KoBeWi/found_your_screenRémi Verschelde2020-04-071-1/+1
|\ \ \ | | | | | | | | Add the missing argument in files_dropped signal
| * | | Add the missing argument in files_dropped signalTomasz Chabora2020-04-031-1/+1
| | | |
* | | | Merge pull request #37579 from Calinou/improve-shader-error-outputRémi Verschelde2020-04-071-2/+2
|\ \ \ \ | | | | | | | | | | Improve the shader error console output
| * | | | Improve the shader error console outputHugo Locurcio2020-04-041-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/updatecolordocRémi Verschelde2020-04-071-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Add reference of Color8 function to Color class documentation
| * | | | | Add reference of Color8 function to Color class documentationNannaquin2020-04-051-1/+2
| | | | | |
* | | | | | Merge pull request #37586 from qarmin/vulkan_allocator_leakRémi Verschelde2020-04-071-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix leak with Vulkan allocator
| * | | | | | Fix leak with Vulkan allocatorqarmin2020-04-041-0/+1
| | | | | | |
* | | | | | | Merge pull request #37592 from Anutrix/dissolving_classRémi Verschelde2020-04-074-74/+41
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.
| * | | | | | | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown2020-04-054-74/+41
| | | | | | | |
* | | | | | | | Merge pull request #37591 from Anutrix/remove_reduntant_classRémi Verschelde2020-04-072-55/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removed redundant class LineEditFileChooser from file_dialog
| * | | | | | | | Removed reduntant class LineEditFileChooser.unknown2020-04-052-55/+0
| |/ / / / / / /
* | | | | | | | Merge pull request #37642 from dreamsComeTrue/rich-text-strike-fixRémi Verschelde2020-04-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Calculate strike-through y-position correctly (RichTexteLabel)
| * | | | | | | | Calculate strike-through position correctlyDominik 'dreamsComeTrue' Jasiński2020-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #37637
* | | | | | | | | Merge pull request #37615 from guilhermefelipecgs/fix_37526Rémi Verschelde2020-04-071-0/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix TextureRect::flip_* when used with atlas texture
| * | | | | | | | | Fix TextureRect::flip_* when used with atlas textureGuilherme Felipe2020-04-061-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #37526
* | | | | | | | | | Merge pull request #37643 from YeldhamDev/help_tooltip_panelessRémi Verschelde2020-04-072-4/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Remove unnecessary panel in EditorHelpBit
| * | | | | | | | | Remove unnecessary panel in EditorHelpBitMichael Alexsander2020-04-062-4/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #37635 from qarmin/leak_vertexRémi Verschelde2020-04-061-0/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed leak with vertex_formats
| * | | | | | | | | | Fixed leak with vertex_formatsqarmin2020-04-061-0/+7
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #37639 from qarmin/no_more_leaksRémi Verschelde2020-04-063-1/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Fixes leaks when running editor
| * | | | | | | | | Fixes leaks when running editorqarmin2020-04-063-1/+2
| |/ / / / / / / /
* | | | | | | | | Merge pull request #37623 from Chaosus/vs_fix_keyword_nameYuri Roubinsky2020-04-063-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 keywordYuri Roubinsky2020-04-063-0/+24
| | | | | | | | | |
* | | | | | | | | | Merge pull request #37447 from ThakeeNathees/text-replace-empty-string-fixRémi Verschelde2020-04-061-1/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | replace selected text with empty string bug fixed
| * | | | | | | | | | replace selected text with empty string bug fixedThakee Nathees2020-04-061-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix: #37416
* | | | | | | | | | | Merge pull request #37621 from dankan1890/autoslice_fixRémi Verschelde2020-04-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed TextureRegion autoslice issue.
| * | | | | | | | | | | TextureRegion: fixed Autoslice not created/updated properly.dankan18902020-04-061-0/+1
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #37625 from akien-mga/vulkan-32bit-nullptr-handlesRémi Verschelde2020-04-063-10/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit builds
| * | | | | | | | | | | Vulkan: Use VK_NULL_HANDLE for handles, fixes 32-bit buildsRémi Verschelde2020-04-063-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.